Meat Patty: Difference between revisions

From PZwiki
(add "languages")
(Revised page, +Navbar, +descript, corrected consumables, filled in nutrition (uncertain if this is 100% correct), added nutrition values, +evolved recipes, + corrected game info, + categories.)
Line 1: Line 1:
<!--this section is for the infobox which will be positioned on the right of the page. Image.png is the default question mark image-->
__NOTOC__
{{languages|Meat patty}}
{{languages}}
<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]] -> [[Meat_patty|Meat Patty]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = Meat_patty.png
|image = Meat_patty.png
|hunger = -40
|hunger = -40
|weight = 0,3
|weight = 0.3
}} <!--/infobox-->
}}
A chunk of processed meat. Can be eaten raw, but better when cooked to avoid sickness.
A perishable food item generally found in a [[containers#Refrigerator|Refrigerator]]. Meat Patties takes two in-game days to go stale, and four ingame days to rot. It can cooked alone or used in various recipes.


== Effects ==
== Nutritional Information ==
<!--list of effects here-->
{| border=0 align=left
 
|
<!--Effects of cooked and burned not known, please edit-->
{{Consumables2
{{Consumables2
|image = Meat_patty.png
|image = Meat_patty.png
Line 18: Line 20:
|cookable = 1
|cookable = 1
|dangerous uncooked = 1
|dangerous uncooked = 1
|unhappiness = +30
|boredom = 0
|unrotten hunger = 0
|unhappiness = 0
|unrotten unhappiness = 0
|unrotten hunger = -30
|rotten hunger = 0
|unrotten unhappiness = +10
|rotten unhappiness = 0
|unrotten boredom = +10
|unrottencooked hunger = 0
|rotten hunger = -18
|unrottencooked unhappiness = 0
|rotten unhappiness = +20
|unrottencooked boredom = 0
|rotten boredom = +20
|rottencooked hunger = 0
|cooked hunger = -52
|rottencooked unhappiness = 0
|cooked hunger = 0
|cooked unhappiness = 0
|cooked unhappiness = 0
|cooked boredom = 0
|cooked boredom = 0
|burned hunger = 0
|unrottencooked hunger = -30
|burned boredom = 0
|unrottencooked unhappiness = +10
|burned unhappiness = 0
|unrottencooked boredom = +10
|rottencooked hunger = -18
|rottencooked unhappiness = +20
|rottencooked boredom = +20
|burned hunger = -13
|burned boredom = +20
|burned unhappiness = +20
|burned image = Burnedmeatpatty.png
|burned image = Burnedmeatpatty.png
|rotten image = Rottenmeatpatty.png
|rotten image = Rottenmeatpatty.png
|cooked image = Cookedmeatpatty.png
|cooked image = Cookedmeatpatty.png
}}
}}
|}
<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 = 26 <br>
Lipids = 30 <br>
Calories = 380 <br><br>
== Evolved Recipes ==
{{EvolvedRecipesForItem
|stew=15|pie=15|burger=15|}}


== Code ==
== Code ==
  <nowiki> item MeatPatty
  <nowiki>
    {
    item MeatPatty
         HungerChange = -40,
         HungerChange = -40,
         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 = Meat Patty,
         DisplayName = Meat Patty,
         Icon = MeatPatty,
         Icon = MeatPatty,
         DaysFresh = 2,
         DaysFresh = 2,
         MinutesToCook = 50,
         MinutesToCook = 50,
         EvolvedRecipe = Stew:15;Pie:15;Burger:10,
         EvolvedRecipe = Stew:15;Pie:15;Burger:10,
         FoodType   =   Meat,
         FoodType   = Meat,
    } </nowiki>
        Carbohydrates = 0,
        Proteins = 26,
        Lipids = 30,
        Calories = 380,
</nowiki>
 
{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 17:34, 21 July 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Perishable Foods -> Meat Patty   

A perishable food item generally found in a Refrigerator. Meat Patties takes two in-game days to go stale, and four ingame days to rot. It can cooked alone or used in various recipes.

Nutritional Information

Template:Consumables2






















It's Nutritional Values are as follows:
Carbohydrates = 0
Proteins = 26
Lipids = 30
Calories = 380

Evolved Recipes

Product Nutrition
Stew
Stew
15
Burger
Burger
15
Pie (savory)
Pie (savory)
15

Code

	
    item MeatPatty
        HungerChange		= -40,
        Weight			= 0.3,
        Type			= Food,
        IsCookable		= TRUE,
        DangerousUncooked	= TRUE,
        DaysTotallyRotten	= 4,
        MinutesToBurn		= 70,
        DisplayName		= Meat Patty,
        Icon			= MeatPatty,
        DaysFresh		= 2,
        MinutesToCook		= 50,
        EvolvedRecipe 		= Stew:15;Pie:15;Burger:10,
        FoodType    		= Meat,
        Carbohydrates 		= 0,
        Proteins 		= 26,
        Lipids 			= 30,
        Calories 		= 380,

Template:Navbox/Consumables