Bacon Bits

From PZwiki
Revision as of 00:32, 13 June 2018 by MalonyJenkins (talk | contribs) (Corrected Navbar from old prototype format to new template format. Removed old categories (now implemented in automatic navbar code), corrected language bar (coding appears to have malfunctioned), added GoodHot/BadCold to code. Adjusted description.)


Bacon Bits are perishable food items that go bad over time. They can be crafted from bacon rashers using a kitchen knife, which are crafted from bacon also using a kitchen knife. It is more efficient to eat bacon bits, rather than rashers or the whole bacon slice itself. Bacon Bits can be used as bait in trapping to catch mice and rats (see trapping for details). It takes one in-game day for bacon bits to go stale and rot. Bacon bits are better eaten hot than cold ingame.

Nutritional Information

Template:Consumables2























It's Nutritional Values are as follows:
Carbohydrates = 0
Proteins = 0.7
Lipids = 1
Calories = 10

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

	
    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