Dead Mouse: Difference between revisions

From PZwiki
m (Alignment went off.)
m (Fixed navbar (attempt 2))
Line 3: Line 3:
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">      '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}]]      </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = MouseDead.png
|image = MouseDead.png

Revision as of 03:17, 30 August 2016


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. 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