Meat Patty: Difference between revisions

From PZwiki
(Effects of cooked, stale and rotten meat patty not known. Added code and navbox)
(add "languages")
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-->
<!--this section is for the infobox which will be positioned on the right of the page. Image.png is the default question mark image-->
{{languages|Meat patty}}
{{Consumables
{{Consumables
|image = Meat_patty.png
|image = Meat_patty.png

Revision as of 17:48, 20 March 2016


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