Bacon Strips

From PZwiki
Revision as of 00:35, 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 Rashers are perishable food items that go bad over time. They can be crafted from bacon using a kitchen knife, and can be crafted into bacon bits also using a kitchen knife. Bacon Rashers are primarily used as recipe ingredients, as it is more efficient to eat bacon bits, rather than bacon rashers, or the whole bacon slice itself. It takes one in-game day to go stale, and two in-game days to rot. Bacon Rashers are better eaten hot than cold ingame.

Nutritional Information

Template:Consumables2
























It's Nutritional Values are as follows:
Carbohydrates = 0
Proteins = 2.5
Lipids = 3.5
Calories = 40

Crafting

Name Recipe Description Crafting Level
























Evolved Recipes

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

Code

	
    item BaconRashers
		Type			= Food,
		DisplayName		= Bacon Rashers,
		Icon			= TZ_BaconRashers,
		Weight			= 0.1,
		IsCookable		= true,
		MinutesToCook   	= 15,
		MinutesToBurn   	= 35,
		HungerChange 		= -4,
		DaysFresh 		= 1,
		DaysTotallyRotten 	= 2,
		DangerousUncooked 	= true,
		EvolvedRecipe        	= Stew:4;Pie:4;Stir fry:4;Sandwich:4|Cooked;Burger:4;Salad:4|Cooked;Roasted Vegetables:4;RicePot:4;RicePan:4;PastaPot:4;PastaPan:4,
		FoodType     	 	= Meat,
         	Carbohydrates  	 	= 0,
         	Proteins  	 	= 2.5,
         	Lipids  	 	= 3.5,
         	Calories  	 	= 40,
         	GoodHot  	 	= true,
         	BadCold  	 	= true,

Template:Navbox/Consumables