Mouse Trap

From PZwiki
Revision as of 00:09, 16 February 2024 by CalvyBot (talk | contribs) (Automated template formatting)
Project ZomboidItemsMouse Trap
Mouse Trap
MouseTrap.png
Mouse Trap
General
Category Item
Encumbrance
Heavy Load
0.3
Strength 50
Catchable animals Mouse.png Rat.png
Technical details
Item ID Base.TrapMouse

A mouse trap is a small sized trap used by beginner trappers.

Usage

A mouse trap is one of several traps used in trapping to catch a variety of wildlife. However, it is the only trap that cannot be crafted.

Trapping

Main article: Trapping

Cage traps can be used to catch mice and rats.

Catch chance:
Mouse 30%
Rat 25%

Distribution

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

Containers
Building/Room Container Rolls Chance
gardenstore counter 4 8
gasstorage counter 4 1
kitchen counter 4 8
toolstore counter 4 4

Code

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.50
item TrapMouse
{
    Weight      = 0.3,
    Type        = Normal,
    DisplayName = Mouse Trap,
    Icon        = Mousetrap,
    Trap        = true,
    MetalValue  = 2,
}

See also