Bacon: Difference between revisions

From PZwiki
m (fixed container links)
m (Corrected Navbar from old prototype format to new template format. Removed old categories (now implemented in automatic navbar code), added GoodHot/BadCold to code section. Slight description change. Confirmed to current version.)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Bacon}}
{{languages|Bacon}}
<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 = Bacon.png
|image = Bacon.png
|hunger = -12  
|hunger = -12  
|weight = 0.3
|weight = 0.3
}}
}}Bacon is a perishable food item that goes bad over time.  It can be found in [[Containers#Refrigerators|refrigerators]], and can be crafted into [[Bacon Rashers|bacon rashers]] using a [[Kitchen Knife|kitchen knife]], which then can be crafted into [[Bacon Bits|bacon bits]] also using a kitchen knife.  It is more efficient to eat bacon bits, rather than bacon rashers, or the whole bacon slice itself.  Bacon takes three in-game days to go stale, and five in-game days to rot. Bacon is better consumed cooked hot, than eaten cold.
 
Bacon is a perishable food item that goes bad over time.  It can be found in [[Containers#Refrigerators|refrigerators]], and can be crafted into [[Bacon Rashers|bacon rashers]] using a [[Kitchen Knife|kitchen knife]], which then can be crafted into [[Bacon Bits|bacon bits]] also using a kitchen knife.  It is more efficient to eat bacon bits, rather than bacon rashers, or the whole bacon slice itself.  Bacon takes three in-game days to go stale, and five in-game days to rot.


== Nutritional Information ==
== Nutritional Information ==
Line 92: Line 87:
         Calories = 160,
         Calories = 160,
         Packaged = TRUE,
         Packaged = TRUE,
        GoodHot = true,
        BadCold = true,
</nowiki>
</nowiki>


Line 100: Line 97:


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

Revision as of 00:29, 13 June 2018


Bacon is a perishable food item that goes bad over time. It can be found in refrigerators, and can be crafted into bacon rashers using a kitchen knife, which then can be crafted into bacon bits also using a kitchen knife. It is more efficient to eat bacon bits, rather than bacon rashers, or the whole bacon slice itself. Bacon takes three in-game days to go stale, and five in-game days to rot. Bacon is better consumed cooked hot, than eaten cold.

Nutritional Information

Template:Consumables2























It's Nutritional Values are as follows:
Carbohydrates = 0
Proteins = 10
Lipids = 14
Calories = 160

Crafting

Name Recipe Description Crafting Level
























Evolved Recipes

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

Trapping

Bacon Bits (bacon cut up as rashers, then cut into bits as shown in recipes) can also be used in traps to capture mice and rats.

Refer to trapping for further information.

Code

	
    item Bacon
		Type			= Food,
		DisplayName		= Bacon,
		Icon			= Bacon,
		Weight			= 0.3,
		IsCookable		= true,
		MinutesToCook   	= 20,
		MinutesToBurn   	= 50,
		HungerChange 		= -12,
		DaysFresh 		= 3,
		DaysTotallyRotten 	= 5,
		DangerousUncooked 	= true,
		EvolvedRecipe       	= Stew:12;Pie:12;Stir fry:12;Sandwich:12|Cooked;Burger:12;Roasted Vegetables:12;RicePot:12;RicePan:12;PastaPot:12;PastaPan:12,
		FoodType    		= Meat,
        	Carbohydrates 		= 0,
        	Proteins 		= 10,
        	Lipids 			= 14,
        	Calories 		= 160,
        	Packaged 		= TRUE,
        	GoodHot 		= true,
        	BadCold 		= true,

See Also

Template:Navbox/Consumables