Mouse Trap: Difference between revisions

From PZwiki
(Edited this page to make it more consistent with other pages)
(whole new page design)
Line 1: Line 1:
(v32.30)
{{languages}}
{{header|The Game World|Items|type=Trap|version=Version 40|incver=43}}{{Infobox trap
| display_name = Mouse Trap
| name_colour = Trap
| name_text_colour = Trap
| image = MouseTrap.png
| image_width =
| alternate_image = Mousetrap.png
| alternate_name = Mouse Trap
| alternate_link =
| category = Item
| weight = 0.3
| strength = 50
| animals = [[File:Mouse.png|link=Mouse]] [[File:Rat.png|link=Rat]]
| placement =
| ingredients = 5 × {{T|Wire}}
| class_name = Base.TrapMouse
}}A '''mouse trap''' is a small sized trap used by beginner trappers.


A small trap used by beginner trappers, Used to catch [[Dead Mouse|Mice]] and [[Dead Rat|Rats]]. This item can occasionally be found in many different containers throughout the game world.
==Usage==
A mouse trap is one of several traps used in {{T|trapping}} to catch a variety of {{T|animals|wildlife}}.
===Trapping===
{{Main|Trapping}}
Cage traps can be used to catch {{T|mouse|mice}} and {{T|rat}}s.
{| width="100px" style="text-align:left;"
|+ '''''Catch chance:'''''
| [[File:Mouse.png|32px|link=Dead Mouse|Mouse]] || 20%
|-
| [[File:Rat.png|32px|link=Dead Rat|Rat]] || 15%
|}


{| class="wikitable sortable" style="text-align:center;"
==Distribution==
|-
Mouse traps can be found in kitchen counters.
! class="unsortable" | Type
! class="unsortable" | Strength
! class="unsortable" | Weight
! class="unsortable" | Chance - %
! class="unsortable" | Classname
|-


| [[File:TRAPMouse.png|32px|link=Mouse Trap|Mouse Trap]] <br> [[Mouse Trap]]
==Code==
| 50
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
| 0.3
{{Retrieved|version=40|incver=43}}
| [[File:ANIMALMouse.png|32px|link=#Mouse|Mouse]] - 20% <br> [[File:ANIMALRat.png|32px|link=#Rat|Rat]] - 15%
<pre> item TrapMouse
| Base.TrapMouse
Weight = 0.3,
|-
Type = Normal,
|}
DisplayName = Mouse Trap,
Icon = Mousetrap,
Trap    = true,
MetalValue = 2,</pre>


== Crafting ==
==See also==
*{{T|Trap Crate}}
*{{T|Trap Box}}
*{{T|Snare Trap}}


'''There is currently no way to craft a mouse trap, as of build v32.30'''
{{Navbox/Tools}}

Revision as of 07:48, 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
Ingredients 5 × Wire
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