Pork Chop: Difference between revisions

From PZwiki
(Created page with "{{languages}}{{Notice|Short}} {{Consumables |image = MEATPorkChop.png |hunger = -40 |weight = 0.3 }} == Nutritional Information == {{Consumables2 |image = MEATPorkChop.pn...")
 
(Redesigned page, +Navbar, changed description, +evolved values (approx), +evolved nutrition, +code, +relevant categories)
Line 1: Line 1:
{{languages}}{{Notice|Short}}
__NOTOC__
 
{{languages|Pork_Chop}}
<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 -->
<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''' - [[ Main_Page|Index]] -> [[: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 = MEATPorkChop.png
|hunger = -40
|hunger = -30
|weight = 0.3
|weight = 0.3
}}
}}


 
[[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 ==
{| border=0 align=left
|
{{Consumables2
{{Consumables2
|image = MEATPorkChop.png
|image = MEATPorkChop.png
|hunger = -40
|hunger = -30
|perishable = 1
|perishable = 1
|cookable = 1
|cookable = 1
|dangerous uncooked = 1
|dangerous uncooked = 1
|unhappiness = 0
|unhappiness = 0
|unrotten hunger = 0
|unrotten hunger = -23
|unrotten unhappiness = 0
|unrotten unhappiness = +10
|rotten hunger = 0
|unrotten boredom = +10
|rotten unhappiness = 0
|rotten hunger = -13
|unrottencooked hunger = 0
|rotten unhappiness = +20
|unrottencooked unhappiness = 0
|rotten boredom = +20
|unrottencooked boredom = 0
|unrottencooked hunger = -23
|rottencooked hunger = 0
|unrottencooked unhappiness = +10
|rottencooked unhappiness = 0
|unrottencooked boredom = +10
|cooked hunger = 0
|rottencooked hunger = -13
|rottencooked unhappiness = +20
|rottencooked boredom = +20
|cooked hunger = -39
|cooked unhappiness = 0
|cooked unhappiness = 0
|cooked boredom = 0
|cooked boredom = 0
|burned hunger = 0
|burned hunger = -10
|burned boredom = 0
|burned boredom = +20
|burned unhappiness = 0
|burned unhappiness = +20
|burned image = MEATPorkChopBurnt.png
|burned image = MEATPorkChopBurnt.png
|rotten image = MEATPorkChopRotten.png
|rotten image = MEATPorkChopRotten.png
|cooked image = MEATPorkChopCooked.png
|cooked image = MEATPorkChopCooked.png
}}
}}
|}
<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>
Carbohydrates = 0 <br>
Proteins = 25 <br>
Lipids = 6 <br>
Calories = 150 <br><br>


== Evolved Recipes ==
== Evolved Recipes ==
{{EvolvedRecipesForItem
{{EvolvedRecipesForItem
|soup=15|stew=15|salad=10|stirfry=15|roastedvegetables=15|sandwich=5|burger=10|pie=15|cake=0}}
|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 ==
  <nowiki>item PorkChop
  <nowiki>
    {
    item PorkChop
         HungerChange = -40,
         HungerChange = -30,
         Weight = 0.3,
         Weight = 0.3,
         Type = Food,
         Type = Food,
         IsCookable = TRUE,
         IsCookable = TRUE,
         DangerousUncooked = TRUE,
         DangerousUncooked = TRUE,
         DaysTotallyRotten = 4,
         DaysTotallyRotten = 4,
         MinutesToBurn = 70,
         MinutesToBurn = 70,
         DisplayName = Pork Chop,
         DisplayName = Pork Chop,
         Icon = Porkchop,
         Icon = Porkchop,
         DaysFresh = 2,
         DaysFresh = 2,
         MinutesToCook = 50,
         MinutesToCook = 50,
         EvolvedRecipe = Soup:15;Stew:15;Pie:15;Stir fry:15;Sandwich:5|Cooked;Burger:10;Salad:10|Cooked;Roasted Vegetables:15,
         EvolvedRecipe = Soup:15;Stew:15;Pie:15;Stir fry:15;Sandwich:5|Cooked;Burger:10;Salad:10|Cooked;
         FoodType   =   Meat,
  Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
    }</nowiki>
         FoodType   = Meat,
 
        Carbohydrates = 0,
== History ==
        Proteins = 25,
 
        Lipids = 6,
{| class="wikitable" width="550" style="text-align:center;"
        Calories = 150,
|-
</nowiki>
! Alpha || 
|-
| - || -
|}
 
==See Also==
* [[Recipe_Ingredients]]
 
 


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

Revision as of 14:18, 29 August 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Perishable Foods -> Pork Chop   


A Pork Chop is a perishable food item generally found in a Refrigerator.

Pork Chops takes two in-game days to go stale, and four in-game days to rot.

Nutritional Information

Template:Consumables2























It's 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