Bacon Strips: Difference between revisions

From PZwiki
(Created page with "{{languages}}{{Notice|Short}} {{Consumables |image = MEATBaconRashers.png |hunger = -5 |weight = 0.1 }} The Bacon Rashers can then also be turned into 3 Bacon Bits File:B...")
 
mNo edit summary
Line 7: Line 7:
}}
}}


The Bacon Rashers can then also be turned into 3 Bacon Bits [[File:BaconBits.png|32px]] per Bacon Rasher (Kitchen Knife also required).
The Bacon Rashers can be turned into 3 Bacon Bits [[File:BaconBits.png|32px]] per Bacon Rasher (Kitchen/Hunting knife) required).


== Nutritional Information ==
== Nutritional Information ==

Revision as of 12:29, 13 December 2015

Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.


The Bacon Rashers can be turned into 3 Bacon Bits File:BaconBits.png per Bacon Rasher (Kitchen/Hunting knife) required).

Nutritional Information

Template:Consumables2

Crafting

Name Recipe Description Crafting Level
























Evolved Recipes

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

Code

item BaconRashers
	{
		Type				=		Food,
		DisplayName			=		Bacon Rashers,
		Icon				=		TZ_BaconRashers,
		Weight				=		0.1,
		IsCookable			= 		true,
		MinutesToCook   	= 		15,
		MinutesToBurn   	= 		35,
		HungerChange 		=		-5,
		DaysFresh 			=		1,
		DaysTotallyRotten 	= 		2,
		DangerousUncooked 	= 		true,
		EvolvedRecipe       =       Stew:5;Pie:5;Stir fry:5;Sandwich:5|Cooked;Burger:5;Salad:5|Cooked;Roasted Vegetables:5,
		FoodType    =   Meat,
	}

History

Alpha
- -

See Also


Template:Navbox/Consumables