Dead Rabbit

From PZwiki
Revision as of 03:25, 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 Rabbit   


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

Dead Rabbits are caught in a trap via trapping, via various traps. Dead Rabbits 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 = 100.80
Lipids = 9.58
Calories = 373

Crafting

Name Recipe Description Crafting Level












Code

	
    item DeadRabbit
        HungerChange		= -40,
        Weight			= 0.2,
        Type			= Food,
        DisplayName		= Dead Rabbit,
        Icon			= RabbitDead,
        IsCookable		= TRUE,
        DangerousUncooked	= TRUE,
        DaysTotallyRotten	= 12,
        MinutesToBurn		= 60,
        MinutesToCook		= 25,
        DaysFresh		= 8,
        Carbohydrates 		= 0,
        Proteins 		= 100.8,
        Lipids 			= 9.58,
        Calories 		= 373,

See Also

Template:Navbox/Consumables