Mouse Trap: Difference between revisions

From PZwiki
(whole new page design)
mNo edit summary
Line 14: Line 14:
| animals = [[File:Mouse.png|link=Mouse]] [[File:Rat.png|link=Rat]]
| animals = [[File:Mouse.png|link=Mouse]] [[File:Rat.png|link=Rat]]
| placement =  
| placement =  
| ingredients = 5 × {{T|Wire}}
| ingredients =  
| class_name = Base.TrapMouse
| class_name = Base.TrapMouse
}}A '''mouse trap''' is a small sized trap used by beginner trappers.
}}A '''mouse trap''' is a small sized trap used by beginner trappers.

Revision as of 07:59, 19 May 2019

The Game WorldItemsMouse 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.

Trapping

Main article: Trapping

Cage traps can be used to catch mice and rats.

Catch chance:
Mouse 20%
Rat 15%

Distribution

Mouse traps can be found in kitchen counters.

Code

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

	item TrapMouse
		Weight		= 0.3,
		Type		= Normal,
		DisplayName	= Mouse Trap,
		Icon		= Mousetrap,
		Trap    	= true,
		MetalValue 	= 2,

See also

Template:Navbox/Tools