Bacon Bits

From PZwiki
Revision as of 12:15, 9 September 2018 by Vaileasys (talk | contribs) (→‎Cooking)
Bacon Bits
Bacon Bits
Bacon Bits (Rotten) Bacon Bits (Cooked) Bacon Bits (Burnt)
General
Category Food
Encumbrance
Heavy Load
0.1
Days until stale 1 days
Days until rotten 1 days
Nutrition
Hunger
Hunger
-1
Calories
Calories
10
Carbohydrates
Carbohydrates
0
Proteins
Proteins
0.7
Fat
Fat
1
Cooking
Time until cooked 15 minutes
Time until burned 30 minutes
Dangerous uncooked True
Good hot True
Bad cold True
Technical details
Item ID farming.BaconBits

Bacon bits are a perishable food item used in cooking and trapping.

Usage

Trapping

Main article: Trapping

Bacon bits can be used as bait in traps to capture mice and rats.

Consumable properties

Bacon bits can be eaten raw, which can make the player sick. Consuming after being cooked will provide the player with some positive effects, however these will become negative the longer it's left to perish. Template:Consumables2

Crafting

Cooking

Main article: Cooking

Bacon bits can be used is various cooking recipes.

Obtaining

Template:Cooking table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Evolved recipes

Product Nutrition
Stew
Stew
1
Salad
Salad
1
Stir Fry
Stir Fry
1
Roasted Vegetables
Roasted Vegetables
1
Sandwich
Sandwich
1
Burger
Burger
1
Pie (savory)
Pie (savory)
1
Rice Pot/Saucepan
Rice Pot/Saucepan
1
Pasta Pot/Saucepan
Pasta Pot/Saucepan
1

Code

From farming.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.11

	item BaconBits
		Type			= Food,
		DisplayName		= Bacon Bits,
		Icon			= TZ_BaconBits,
		Weight			= 0.1,
		IsCookable		= true,
		MinutesToCook   	= 15,
		MinutesToBurn   	= 30,
		HungerChange 		= -1,
		DaysFresh 		= 1,
		DaysTotallyRotten 	= 1,
		DangerousUncooked 	= true,
		EvolvedRecipe       	= Stew:1;Pie:1;Stir fry:1;Sandwich:1|Cooked;Burger:1;Salad:1|Cooked;Roasted Vegetables:1;RicePot:1;RicePan:1;PastaPot:1;PastaPan:1,
		FoodType    		= Meat,
        	Carbohydrates 		= 0,
        	Proteins 		= 0.7,
        	Lipids 			= 1,
        	Calories 		= 10,
        	GoodHot 		= true,
        	BadCold 		= true,

See also

Template:Navbox/Consumables