Meat Patty

From PZwiki
Revision as of 17:48, 20 March 2016 by AshtoneGrey (talk | contribs) (add "languages")


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