Fish Fillet

From PZwiki
Revision as of 21:37, 15 October 2014 by Proknifer (talk | contribs) (Created page with "{{Items |image = MEATFishFillet.png |weight = 0,2 }} Fishfillet is a perishable food which can be cooked. It can be found in most refrigerators. It takes 20...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:Items

Fishfillet is a perishable food which can be cooked.

It can be found in most refrigerators.

It takes 20 minutes to cook and 50 minutes to burn.

Cooked Fishfillet

Template:Items Hunger: ?









Burned Fishfillet

Template:Items Hunger: ?

Boredom: ?

Unhappiness: ?










Rotten Fishfillet

Template:Items Hunger: ?

Boredom: ?

Unhappiness: ?








Code

item FishFillet
    {
        HungerChange	=	-25,
        Weight	=	0.2,
        Type	=	Food,
        IsCookable	=	TRUE,
        DaysTotallyRotten	=	4,
        MinutesToBurn	=	50,
        DisplayName	=	Fish Fillet,
        Icon	=	FishFillet,
        DaysFresh	=	2,
        MinutesToCook	=	20,
        EvolvedRecipe = Soup:15;Stew:15;Pie:15;Stir fry:15;Sandwich:5|Cooked;Burger:10;Salad:10|Cooked;Roasted Vegetables:15,
        FoodType    =   Fish,
    }