Bacon Strips: Difference between revisions

From PZwiki
(Update of NavBar.)
m (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.)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages}}
{{languages|Bacon Rashers}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{header|The Game World|Items|Consumables|Food|Perishable Food|type=Food|version=Version 38|incver=30}}{{Consumables
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
|image = MEATBaconRashers.png
|image = MEATBaconRashers.png
|hunger = -4  
|hunger = -4  
|weight = 0.1
|weight = 0.1
}}
}}Bacon Rashers are perishable food items that go bad over time.  They can be crafted from [[Bacon|bacon]] using a [[Kitchen Knife|kitchen knife]], and can be crafted into [[Bacon Bits|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.
 
Bacon Rashers are perishable food items that go bad over time.  They can be crafted from [[Bacon|bacon]] using a [[Kitchen Knife|kitchen knife]], and can be crafted into [[Bacon Bits|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.


== Nutritional Information ==
== Nutritional Information ==
Line 42: Line 37:
}}
}}
|}
|}
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
'''It's Nutritional Values are as follows:'''<br>
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 0 <br>
Carbohydrates = 0 <br>
Line 84: Line 79:
         Lipids  = 3.5,
         Lipids  = 3.5,
         Calories  = 40,
         Calories  = 40,
        GoodHot  = true,
        BadCold  = true,
</nowiki>
</nowiki>


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 00:35, 13 June 2018


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