Pork Chop: Difference between revisions

From PZwiki
(Update of NavBar.)
m (fixed container links +layout)
Line 5: Line 5:
<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 -->
<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
{{Consumables
|image = MEATPorkChop.png
|image = Porkchop.png
|hunger = -30  
|hunger = -30  
|weight = 0.3
|weight = 0.3
}}
}}
A '''pork chop''' is a perishable food item generally found in a [[Containers#Refrigerators|refrigerator]]. <br><br>
Pork chops take two in-game days to go stale, and four in-game days to rot.


[[Pork Chop|A Pork Chop]] is a perishable food item generally found in a [[containers#Refrigerator|Refrigerator]]. <br><br>
Pork Chops takes two in-game days to go stale, and four in-game days to rot.<br><br>


== Nutritional Information ==
== Nutritional Information ==
Line 17: Line 17:
|
|
{{Consumables2
{{Consumables2
|image = MEATPorkChop.png
|image = Porkchop.png
|hunger = -30  
|hunger = -30  
|perishable = 1
|perishable = 1
Line 41: Line 41:
|burned boredom = +20
|burned boredom = +20
|burned unhappiness = +20
|burned unhappiness = +20
|burned image = MEATPorkChopBurnt.png
|burned image = PorkchopBurnt.png
|rotten image = MEATPorkChopRotten.png
|rotten image = PorkchopRotten.png
|cooked image = MEATPorkChopCooked.png
|cooked image = PorkchopCooked.png
}}
}}
|}
|}
<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><br>
'''It's Nutritional Values are as follows:'''<br>
 
'''Its Nutritional Values are as follows:'''<br>
Carbohydrates = 0 <br>
Carbohydrates = 0 <br>
Proteins = 25 <br>
Proteins = 25 <br>
Lipids = 6 <br>
Lipids = 6 <br>
Calories = 150 <br><br>
Calories = 150 <br><br>


== Evolved Recipes ==
== Evolved Recipes ==
{{EvolvedRecipesForItem
{{EvolvedRecipesForItem
|soup=15|stew=15|pie=15|stirfry=15|sandwich=5|burger=10|salad=10|roastedvegetables=15|ricepot=15|ricepan=15|pastapot=15|pastapan=15|}}
|soup=15|stew=15|pie=15|stirfry=15|sandwich=5|burger=10|salad=10|roastedvegetables=15|ricepot=15|ricepan=15|pastapot=15|pastapan=15|}}


== Code ==
== Code ==

Revision as of 12:05, 10 May 2018


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Perishable Foods -> Pork Chop   

A pork chop is a perishable food item generally found in a refrigerator.

Pork chops take two in-game days to go stale, and four in-game days to rot.


Nutritional Information

Template:Consumables2























Its Nutritional Values are as follows:
Carbohydrates = 0
Proteins = 25
Lipids = 6
Calories = 150


Evolved Recipes

Product Nutrition
Soup
Soup
15
Stew
Stew
15
Salad
Salad
10
Stir Fry
Stir Fry
15
Roasted Vegetables
Roasted Vegetables
15
Sandwich
Sandwich
5
Burger
Burger
10
Pie (savory)
Pie (savory)
15
Rice Pot/Saucepan
Rice Pot/Saucepan
15
Pasta Pot/Saucepan
Pasta Pot/Saucepan
15


Code

	
    item PorkChop
        HungerChange		= -30,
        Weight			= 0.3,
        Type			= Food,
        IsCookable		= TRUE,
        DangerousUncooked	= TRUE,
        DaysTotallyRotten	= 4,
        MinutesToBurn		= 70,
        DisplayName		= Pork Chop,
        Icon			= Porkchop,
        DaysFresh		= 2,
        MinutesToCook		= 50,
        EvolvedRecipe 		= Soup:15;Stew:15;Pie:15;Stir fry:15;Sandwich:5|Cooked;Burger:10;Salad:10|Cooked;
				  Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
        FoodType    		= Meat,
        Carbohydrates 		= 0,
        Proteins 		= 25,
        Lipids 			= 6,
        Calories 		= 150,

Template:Navbox/Consumables