Dead Mouse

From PZwiki
Revision as of 04:40, 30 August 2016 by TheOddFly (talk | contribs) (Info on trapping)


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

The Dead Mouse is a perishable food item that goes bad as time passes. Dead Mice are commonly found in cupboards and drawers, and can be crafted into small animal meat using a kitchen or hunting knife. Mice can also be caught in mouse traps. Even though eating cooked mouse or rat removes more hunger than cooked small animal meat, the latter provides no negative effects, as opposed to mice and rats. Dead Mice take six in-game days to go stale, and ten in-game days to rot.


Nutritional Information

Template:Consumables2























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

Crafting

Name Recipe Description Crafting Level












Code

	
    item DeadMouse
        HungerChange		= -10,
        Weight			= 0.2,
        Type			= Food,
        UnhappyChange		= 30,
        DisplayName		= Dead Mouse,
        Icon			= MouseDead,
        IsCookable		= TRUE,
        DangerousUncooked	= TRUE,
        DaysTotallyRotten	= 10,
        MinutesToBurn		= 50,
        MinutesToCook		= 15,
        DaysFresh		= 6,
        Carbohydrates 		= 0,
        Proteins 		= 7,
        Lipids 			= 0,
        Calories 		= 30,

Template:Navbox/Consumables