Meat Patty: Difference between revisions

From PZwiki
m (Fixed image)
(Effects of cooked, stale and rotten meat patty not known. Added code and navbox)
Line 2: Line 2:
{{Consumables
{{Consumables
|image = Meat_patty.png
|image = Meat_patty.png
|hunger = -15
|hunger = -40
|weight = 0,3
|weight = 0,3
}} <!--/infobox-->
}} <!--/infobox-->
Line 10: Line 10:
<!--list of effects here-->
<!--list of effects here-->


 
<!--Effects of cooked and burned not known, please edit-->
{{Consumables2
{{Consumables2
|image = Meat_patty.png
|image = Meat_patty.png
|hunger = -15
|hunger = -40
|perishable = 1
|perishable = 1
|cookable = 1
|cookable = 1
Line 22: Line 22:
|rotten hunger = 0
|rotten hunger = 0
|rotten unhappiness = 0
|rotten unhappiness = 0
|unrottencooked hunger = -11
|unrottencooked hunger = 0
|unrottencooked unhappiness = +10
|unrottencooked unhappiness = 0
|unrottencooked boredom = +10
|unrottencooked boredom = 0
|rottencooked hunger = 0
|rottencooked hunger = 0
|rottencooked unhappiness = 0
|rottencooked unhappiness = 0
|cooked hunger = -19
|cooked hunger = 0
|cooked unhappiness = -20
|cooked unhappiness = 0
|cooked boredom = -20
|cooked boredom = 0
|burned hunger = -5
|burned hunger = 0
|burned boredom = +20
|burned boredom = 0
|burned unhappiness = +2
|burned unhappiness = 0
|burned image = Burnedmeatpatty.png
|burned image = Burnedmeatpatty.png
|rotten image = Rottenmeatpatty.png
|rotten image = Rottenmeatpatty.png
Line 38: Line 38:
}}
}}


== Code ==
<nowiki> 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,
    } </nowiki>
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]

Revision as of 17:23, 16 October 2014


A chunk of processed meat. Can be eaten raw, but better when cooked to avoid sickness.

Effects

Template:Consumables2

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,
    } 

Template:Navbox/Consumables