Trap Box: Difference between revisions

From PZwiki
(whole new page design)
mNo edit summary
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}}{{Infotrap box
| display_name = Trap Box
| display_name = Trap Box
| name_colour = Trap
| name_colour = Trap
Line 16: Line 16:
| ingredients = 4 × {{T|Plank}}<br>7 × {{T|Nails}}
| ingredients = 4 × {{T|Plank}}<br>7 × {{T|Nails}}
| class_name = Base.TrapBox
| class_name = Base.TrapBox
}}A '''box trap''' is a medium sized trap used by apprentice trappers.
}}A '''trap box''' is a medium sized trap used by apprentice trappers.


==Usage==
==Usage==
A box trap is one of several traps used in {{T|trapping}} to catch a variety of {{T|animals|wildlife}}.
A trap box is one of several traps used in {{T|trapping}} to catch a variety of {{T|animals|wildlife}}.
===Trapping===
===Trapping===
{{Main|Trapping}}
{{Main|Trapping}}
Box traps can be used to catch {{T|rabbit}}s and {{T|squirrel}}s.
Trap boxs can be used to catch {{T|rabbit}}s and {{T|squirrel}}s.
{| width="100px" style="text-align:left;"
{| width="100px" style="text-align:left;"
|+ '''''Catch chance:'''''
|+ '''''Catch chance:'''''
Line 31: Line 31:


== Crafting ==
== Crafting ==
To craft a box trap, the player must have picked either the "{{T|Park Ranger}}" {{T|Occupation}} or {{T|Traits|"Hunter" trait}} during character creation. Otherwise it will be learnt after reaching trapping level 2 and {{T|carpentry}} level 1, or reading ''{{T|Recipe Magazines|The Hunter Magazine Vol.3}}''
To craft a trap box, the player must have picked either the "{{T|Park Ranger}}" {{T|Occupation}} or {{T|Traits|"Hunter" trait}} during character creation. Otherwise it will be learnt after reaching trapping level 2 and {{T|carpentry}} level 1, or reading ''{{T|Recipe Magazines|The Hunter Magazine Vol.3}}''
{{Crafting table header}}
{{Crafting table header}}
{{RecipeLookup|6003}}
{{RecipeLookup|6003}}
Line 42: Line 42:
Weight = 1,
Weight = 1,
Type = Normal,
Type = Normal,
DisplayName = Box Trap,
DisplayName = Trap Box,
Icon = TrapBox,
Icon = TrapBox,
Trap    = true,</pre>
Trap    = true,</pre>

Revision as of 10:29, 19 May 2019

Template:Infotrap boxA trap box is a medium sized trap used by apprentice trappers.

Usage

A trap box is one of several traps used in trapping to catch a variety of wildlife.

Trapping

Main article: Trapping

Trap boxs can be used to catch rabbits and squirrels.

Catch chance:
Rabbit 15%
Squirrel 20%

Crafting

To craft a trap box, the player must have picked either the "Park Ranger" Occupation or "Hunter" trait during character creation. Otherwise it will be learnt after reaching trapping level 2 and carpentry level 1, or reading The Hunter Magazine Vol.3 Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Code

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

	item TrapBox
		Weight		= 1,
		Type		= Normal,
		DisplayName	= Trap Box,
		Icon		= TrapBox,
		Trap    	= true,

See also

Template:Navbox/Tools