Bacon Bits: 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 Bits}}
<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 = MEATBaconBits.png
|image = MEATBaconBits.png
|hunger = -1  
|hunger = -1  
|weight = 0.1
|weight = 0.1
}}
}}Bacon Bits are perishable food items that go bad over time.  They can be crafted from [[Bacon Rashers|bacon rashers]] using a [[Kitchen Knife|kitchen knife]], which are crafted from [[Bacon|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|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.
 
Bacon Bits are perishable food items that go bad over time.  They can be crafted from [[Bacon Rashers|bacon rashers]] using a [[Kitchen Knife|kitchen knife]], which are crafted from [[Bacon|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|trapping]] for details).  It takes one in-game day for bacon bits to go stale and 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>
'''It's Nutritional Values are as follows:'''<br>
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 0 <br>
Carbohydrates = 0 <br>
Line 73: Line 68:
         Lipids = 1,
         Lipids = 1,
         Calories = 10,
         Calories = 10,
        GoodHot = true,
        BadCold = true,
</nowiki>
</nowiki>
==See Also==
==See Also==
Line 79: Line 76:


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

Revision as of 00:32, 13 June 2018


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