Meat Patty

From PZwiki
Revision as of 17:23, 16 October 2014 by Proknifer (talk | contribs) (Effects of cooked, stale and rotten meat patty not known. Added code and navbox)


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