Dead Mouse: Difference between revisions

From PZwiki
m (Removing trailing whitespace(s))
m (Distribution table update)
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Food|Protein|Game meat}}
{{Header/sandbox2|Project Zomboid|Items|Food|Protein|Game meat}}
{{Page version|41.66}}
{{Page version|41.66}}
{{Infobox item
{{Infobox item
Line 12: Line 11:
|icon3=Smallanimalmeat.png
|icon3=Smallanimalmeat.png
|icon_name3=Rodent Meat
|icon_name3=Rodent Meat
Rodent Meat
 
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 34: Line 33:
|item_id=Base.DeadMouse
|item_id=Base.DeadMouse
}}
}}
A '''dead mouse''' is a [[Food#Perishable|perishable]] food [[item]] used in [[cooking]].
A '''dead mouse''' is a perishable {{ll|food}} {{ll|Items|item}} used in {{ll|cooking}}.


==Usage==
==Usage==
===Consumable properties===
===Consumable properties===
A dead mouse can be eaten raw, which will make the [[player]] [[Moodles#Sick|sick]]. Consuming after being cooked will not make the [[player]] [[Moodles#Sick|sick]] and provide the player with some positive effects, however these will become negative the longer it's left to perish.
A dead mouse can be eaten raw, which will make the {{ll|player}} {{ll|Sick|sick}}. Consuming after being cooked will not make the {{ll|player}} {{ll|Sick|sick}} and provide the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables
{{Consumables
|image = MouseDead.png
|image = MouseDead.png
Line 73: Line 72:
===Cooking===
===Cooking===
{{Main|Cooking}}
{{Main|Cooking}}
{{Crafting header|ing=2}}
{{Crafting/sandbox2
{{Crafting cooking|125|ing=2}}
|rodent_meat
|}
}}


{{clear}}
==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.


{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
<!--BOT FLAG|DeadMouse|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
!Building/Room
    <div>DeadMouse distribution
!Container
        <span class="mw-customtoggle-togglebox-DeadMouse" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
! style="width: 3.2em;" |Rolls
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-DeadMouse">
! style="width: 3.2em;" |Chance
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
|-
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
| garagestorage
    |+ {{ll|Containers}}
| [[crate]]
    ! Building / Room
| 4
    ! Container
| 2
    ! Rolls
|}
    ! Chance
Dead mice can be found in [[Containers#Counters|kitchen counters]] and [[Oven|ovens]].
    |-
    | all
    | {{ll|junk}}
    | 1
    | 2.0
    |-
    | bar
    | {{ll|bin}}
    | 1
    | 1.0
    |-
    | bathroom
    | {{ll|counter}}
    | 1
    | 2.0
    |-
    | garagestorage
    | {{ll|crate}}
    | 4
    | 2.0
    |-
    | kitchen
    | {{ll|counter}}
    | 1
    | 1.0
    |-
    | motelroomoccupied
    | {{ll|bin}}
    | 1
    | 2.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-DeadMouse" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|DeadMouse|41.78.16-->
Dead mice can be found in {{ll|Containers#Counters|kitchen counters}} and {{ll|Oven|ovens}}.


===Trapping===
===Trapping===
Line 100: Line 133:
Mice can usually be caught around farms, trailer parks and urban settings and rarely in forests. They are active all day.
Mice can usually be caught around farms, trailer parks and urban settings and rarely in forests. They are active all day.


They can only be caught using a [[Mouse Trap|mouse trap]], and using [[cheese]], [[Processed Cheese|processed cheese]], [[Peanut Butter|peanut butter]], [[chocolate]], [[Bacon Bits|bacon bits]], an [[apple]], [[orange]] or [[tomato]] as bait.
They can only be caught using a {{ll|Mouse Trap|mouse trap}}, and using {{ll|cheese}}, {{ll|Processed Cheese|processed cheese}}, {{ll|Peanut Butter|peanut butter}}, {{ll|chocolate}}, {{ll|Bacon Bits|bacon bits}}, an {{ll|apple}}, {{ll|orange}} or {{ll|tomato}} as bait.


==Code==
==Code==
Line 106: Line 139:
| {{CodeSnip
| {{CodeSnip
   | lang = java
   | lang = java
   | line = false
   | line = true
   | start =
   | start = 1921
   | source = newitems.txt
   | source = items_food.txt
   | retrieved = true
   | retrieved = true
   | version = 41.66
   | version = 41.78.16
   | code =
   | code =
item DeadMouse
item DeadMouse
{
{
  DisplayCategory     = Food,
DisplayName = Dead Mouse,
  HungerChange        = -10,
DisplayCategory = Food,
  Weight               = 0.05,
Type = Food,
  Type                = Food,
Weight = 0.05,
  UnhappyChange        = 30,
Icon = MouseDead,
  DisplayName          = Dead Mouse,
BadInMicrowave = true,
  Icon                = MouseDead,
DangerousUncooked = TRUE,
  IsCookable          = TRUE,
IsCookable = TRUE,
  DangerousUncooked    = TRUE,
MinutesToCook = 15,
  DaysTotallyRotten   = 10,
MinutesToBurn = 50,
  MinutesToBurn        = 50,
DaysFresh = 6,
  MinutesToCook        = 15,
DaysTotallyRotten = 10,
  DaysFresh            = 6,
HungerChange = -10,
  Carbohydrates       = 0.7,
UnhappyChange = 30,
  Proteins            = 9.5,
Calories = 220,
  Lipids               = 3.15,
Carbohydrates = 0.7,
  Calories            = 220,
Lipids = 3.15,
  BadInMicrowave      = true,
Proteins = 9.5,
  StaticModel         = DeadMouse,
CustomEatSound = EatingDeadAnimal,
  WorldStaticModel     = DeadMouseWorld,
StaticModel = DeadMouse,
  CustomEatSound      = EatingDeadAnimal,
WorldStaticModel = DeadMouseWorld,
}
}
  }}
}}
}}
}}


==See also==
==See also==
*[[Trapping]]
*{{ll|Trapping}}
*[[Animals]]
*{{ll|Animals}}
 
{{Navbox items|meat}}
 


{{Navbox food}}
[[Category:Perishable food]]
[[Category:Perishable food]]

Revision as of 15:20, 24 April 2024

Spiffo controlyourself.png
This page was last updated for an older version (41.66).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Dead Mouse
DeadMouse Model.png
Mouse
Rodent Meat
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.05
Properties
Days fresh
6 days
Days until rotten
10 days
Nutrition
HungerMoodle Icon Hungry.png
-10
CaloriesCalories
220
CarbohydratesCarbohydrates
0.7
ProteinsProteins
9.5
FatFat
3.15
Effect
UnhappinessMoodle Icon Unhappy.png
30
Cooking
Time until cooked
15 minutes
Time until burned
50 minutes
Dangerous uncooked
True
Bad microwaved
True
Technical
Item ID
Base.DeadMouse

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

Usage

Consumable properties

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

Fresh Stale Rotten
Uncooked

MouseDead.png
Hunger: -10

Unhappiness: +30
Dangerous uncooked, may cause sickness.

MouseDead.png
Hunger: -7
Boredom: +10
Unhappiness: +40
Dangerous uncooked, may cause sickness.

MouseDead.png

Hunger: -4
Boredom: +20
Unhappiness: +50
Dangerous, will cause sickness.

Cooked

MouseDead.png
Hunger: -13

Unhappiness: +30

MouseDead.png
Hunger: -7
Boredom: +10
Unhappiness: +40

MouseDead.png
Hunger: -4
Boredom: +20
Unhappiness: +50
Dangerous, will cause sickness.

Burned

MouseDead.png
Hunger: -3
Boredom: +20
Unhappiness: +50
Dangerous, will cause sickness.

Crafting

A dead mouse can be used in various cooking recipes.

Cooking

Main article: Cooking
Product Ingredients Tools Requirements Workstation XP
Smallanimalmeat.png
Rodent Meat
One of:
KnifeChopping.png Kitchen Knife ×1
HuntingKnife.png Hunting Knife ×1
Cleaver.png Meat Cleaver ×1
KnifeFlint.png Stone Knife ×1
Machete.png Machete ×1
none none none 2.5 Cooking

Distribution

The loot distributions can be found in the table(s) below.

DeadMouse distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all junk 1 2.0
bar bin 1 1.0
bathroom counter 1 2.0
garagestorage crate 4 2.0
kitchen counter 1 1.0
motelroomoccupied bin 1 2.0

Dead mice can be found in kitchen counters and ovens.

Trapping

Main article: Trapping

Mice can usually be caught around farms, trailer parks and urban settings and rarely in forests. They are active all day.

They can only be caught using a mouse trap, and using cheese, processed cheese, peanut butter, chocolate, bacon bits, an apple, orange or tomato as bait.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item DeadMouse
	{
		DisplayName = Dead Mouse,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.05,
		Icon = MouseDead,
		BadInMicrowave = true,
		DangerousUncooked = TRUE,
		IsCookable = TRUE,
		MinutesToCook = 15,
		MinutesToBurn = 50,
		DaysFresh = 6,
		DaysTotallyRotten = 10,
		HungerChange = -10,
		UnhappyChange = 30,
		Calories = 220,
		Carbohydrates = 0.7,
		Lipids = 3.15,
		Proteins = 9.5,
		CustomEatSound = EatingDeadAnimal,
		StaticModel = DeadMouse,
		WorldStaticModel = DeadMouseWorld,
	}

See also