Dead Mouse: Difference between revisions

From PZwiki
m (Info on trapping)
(New infobox + new layout + updated)
Line 1: Line 1:
__NOTOC__
{{languages|Dead Mouse}}
{{languages|Dead_Mouse}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=43}}{{Infobox food
<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 -->
|display_name=Dead Mouse
<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 -->
|name_colour=Food
<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 -->
|name_text_colour=Food
{{Consumables
|image=MouseDead_120px.png
|image = MouseDead.png
|alternate_image=Mouse.png
|hunger = -10
|alternate_name=Mouse
|unhappiness = +30
|alternate_link=
|weight = 0.2
|alternate_image2=Smallanimalmeat.png
}}
|alternate_name2=Small Animal Meat
|alternate_link2=Small Animal Meat
<!--GENERAL-->
|category=Food
|weight=0.2
|days_fresh=6
|days_rotten=10
<!--NUTRITION-->
|hunger_change=-10
|calories=30
|lipids=0
|proteins=4
|carbohydrates=0
<!--COOKING-->
|cook_minutes=15
|burn_minutes=50
|dangerous_uncooked=True
|bad_microwaved=True
<!--TECHNICAL DETAILS-->
|class_name=Base.DeadMouse
}}A '''dead mouse''' is a [[Food#Perishable|perishable]] food [[item]] used in [[cooking]].  
 
 
The Dead Mouse is a perishable food item that goes bad as time passes. Dead Mice are commonly found in [[Containers|cupboards and drawers]], and can be crafted into [[Small Animal Meat|small animal meat]] using a [[Kitchen Knife|kitchen]] or [[Hunting Knife|hunting knife]]. Mice can also be caught in [[Trapping|mouse traps]]. Even though eating cooked mouse or [[Dead Rat|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.
The Dead Mouse is a perishable food item that goes bad as time passes. Dead Mice are commonly found in [[Containers|cupboards and drawers]], and can be crafted into [[Small Animal Meat|small animal meat]] using a [[Kitchen Knife|kitchen]] or [[Hunting Knife|hunting knife]]. Mice can also be caught in [[Trapping|mouse traps]]. Even though eating cooked mouse or [[Dead Rat|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 ==
==Usage==
{| border=0 align=left
===Consumable properties===
|
A dead mouse can be eaten raw, which can make the [[player]] [[Moodles#Sick|sick]]. Consuming after being cooked will provide the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables2
{{Consumables2
|image = MouseDead.png
|image = MouseDead.png
Line 45: Line 67:
|cooked image = MouseDead.png
|cooked image = MouseDead.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 0 <br>
Proteins = 7 <br>
Lipids = 0 <br>
Calories = 30 <br><br>


== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
Bacon can be used is various cooking recipes.
|-
===Cooking===
! Name
{{Main|Cooking}}
! class="unsortable" | Recipe
{{Cooking table header}}
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|2051}}
{{RecipeLookup|2051}}
|}
{{Crafting table footer}}


== Code ==
== Code ==
<nowiki>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
    item DeadMouse
{{Retrieved|version=40|incver=43}}
<pre>   item DeadMouse
         HungerChange = -10,
         HungerChange = -10,
         Weight = 0.2,
         Weight = 0.2,
Line 82: Line 96:
         Lipids = 0,
         Lipids = 0,
         Calories = 30,
         Calories = 30,
</nowiki>
        BadInMicrowave = true,</pre>


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 05:26, 6 March 2019

Dead Mouse
Dead Mouse
Mouse Small Animal Meat
General
Category Food
Encumbrance
Heavy Load
0.2
Days until stale 6 days
Days until rotten 10 days
Nutrition
Hunger
Hunger
-10
Calories
Calories
30
Carbohydrates
Carbohydrates
0
Proteins
Proteins
4
Fat
Fat
0
Cooking
Time until cooked 15 minutes
Time until burned 50 minutes
Dangerous uncooked True
Bad microwaved True
Technical details
Item ID Base.DeadMouse

A dead mouse is a perishable food item used in cooking.


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.


Usage

Consumable properties

A dead mouse can be eaten raw, which can make the player sick. Consuming after being cooked will provide the player with some positive effects, however these will become negative the longer it's left to perish. Template:Consumables2

Crafting

Bacon can be used is various cooking recipes.

Cooking

Main article: Cooking

Template:Cooking table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.43

    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,
        BadInMicrowave 		= true,

Template:Navbox/Consumables