Bacon Bits

From PZwiki
Revision as of 05:23, 17 March 2015 by Vl (talk | contribs) (Created page with "{{languages}}{{Notice|Short}} {{Consumables |image = MEATBaconBits.png |hunger = -3 |weight = 0.1 }} == Nutritional Information == {{Consumables2 |image = MEATBaconBits.p...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.



Nutritional Information

Template:Consumables2

Crafting

Name Recipe Description Crafting Level
























Evolved Recipes

Product Nutrition
Stew
Stew
3
Salad
Salad
3
Stir Fry
Stir Fry
3
Roasted Vegetables
Roasted Vegetables
3
Sandwich
Sandwich
3
Burger
Burger
3
Pie (savory)
Pie (savory)
3
Cake
Cake
0

Code

item BaconBits
	{
		Type				=		Food,
		DisplayName			=		Bacon Bits,
		Icon				=		TZ_BaconBits,
		Weight				=		0.1,
		IsCookable			= 		true,
		MinutesToCook   	= 		15,
		MinutesToBurn   	= 		30,
		HungerChange 		=		-3,
		DaysFresh 			=		1,
		DaysTotallyRotten 	= 		1,
		DangerousUncooked 	= 		true
		EvolvedRecipe       =       Stew:3;Pie:3;Stir fry:3;Sandwich:3|Cooked;Burger:3;Salad:3|Cooked;Roasted Vegetables:3,
		FoodType    =   Meat,
	}

History

Alpha
- -

See Also


Template:Navbox/Consumables