Mouse Trap: Difference between revisions

From PZwiki
(→‎Distribution: Added an area where mouse traps can be easily found.)
m (Cleanup)
Line 1: Line 1:
{{languages}}
{{Languages}}{{Header|The Game World|Items|type=Trap|version=Version 40|incver=43}}{{Infobox trap
{{header|The Game World|Items|type=Trap|version=Version 40|incver=43}}{{Infobox trap
|display_name=Mouse Trap
| display_name = Mouse Trap
|name_colour=Trap
| name_colour = Trap
|name_text_colour=Trap
| name_text_colour = Trap
|image=MouseTrap.png
| image = MouseTrap.png
|image_width=
| image_width =
|alternate_image=Mousetrap.png
| alternate_image = Mousetrap.png
|alternate_name=Mouse Trap
| alternate_name = Mouse Trap
|alternate_link=
| alternate_link =  
|category=Item
| category = Item
|weight=0.3
| weight = 0.3
|strength=50
| strength = 50
|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=
| 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.


==Usage==
==Usage==
A mouse trap is one of several traps used in {{T|trapping}} to catch a variety of {{T|animals|wildlife}}. However, it is the only trap that cannot be crafted.
A mouse trap is one of several traps used in {{T|trapping}} to catch a variety of {{T|animals|wildlife}}. However, it is the only trap that cannot be crafted.
===Trapping===
===Trapping===
{{Main|Trapping}}
{{Main|Trapping}}
Line 36: Line 36:
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=50}}
{{Retrieved|version=41|incver=50}}
<pre> item TrapMouse
<pre>
item TrapMouse
Weight = 0.3,
Weight = 0.3,
Type = Normal,
Type = Normal,
Line 42: Line 43:
Icon = Mousetrap,
Icon = Mousetrap,
Trap    = true,
Trap    = true,
MetalValue = 2,</pre>
MetalValue = 2,
</pre>


==See also==
==See also==
Line 51: Line 53:
*{{T|Stick Trap}}
*{{T|Stick Trap}}


{{Navbox/Tools}}
{{Navbox equipment}}


[[Category:Trapping]]
[[Category:Trapping]]

Revision as of 23:37, 5 April 2023

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

Mouse traps can be found in kitchen counters or warehouse crates. They can also be reliably found in the "backrooms" of convenience stores or office buildings, near bleach and other cleaning supplies.

Code

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

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

See also