Dead Squirrel

From PZwiki
Revision as of 03:17, 30 August 2016 by MalonyJenkins (talk | contribs) (Redesigned page, +Navbox, +code, +category, +nutitional info, +nutritional values,)


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Perishable Foods -> Dead Squirrel   


A Dead Squirrel is a perishable food item that goes bad as time passes.

Dead Squirrels are caught in a trap via trapping, via various traps. Dead Squirrels take eight in-game days to go stale, and twelve in-game days to rot.

Nutritional Information

Template:Consumables2























It's Nutritional Values are as follows:
Carbohydrates = 0
Proteins = 30
Lipids = 3.25
Calories = 161

Crafting

Name Recipe Description Crafting Level












Code

	
    item DeadSquirrel
        HungerChange		= -30,
        Weight			= 0.2,
        Type			= Food,
        DisplayName		= Dead Squirrel,
        Icon			= SquirrelDead,
        IsCookable		= TRUE,
        DangerousUncooked	= TRUE,
        DaysTotallyRotten	= 12,
        MinutesToBurn		= 60,
        MinutesToCook		= 25,
        DaysFresh		= 8,
        Carbohydrates 		= 0,
        Proteins 		= 30,
        Lipids 			= 3.25,
        Calories 		= 161,

Template:Navbox/Consumables