Trap Box: Difference between revisions

From PZwiki
(→‎Crafting: old template replaced)
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=Trap Box
| display_name = Trap Box
|name_colour=Trap
| name_colour = Trap
|name_text_colour=Trap
| name_text_colour = Trap
|image=BoxTrapAnim.gif
| image = BoxTrapAnim.gif
|image_width=
| image_width =
|alternate_image=TrapBox.png
| alternate_image = TrapBox.png
|alternate_name=Trap Box
| alternate_name = Trap Box
|alternate_link=
| alternate_link =  
|category=Item
| category = Item
|weight=1.0
| weight = 1.0
|strength=15
| strength = 15
|animals=[[File:Rabbit.png|link=Rabbit]] [[File:Squirrel.png|link=Squirrel]]
| animals = [[File:Rabbit.png|link=Rabbit]] [[File:Squirrel.png|link=Squirrel]]
|placement=
| placement =  
|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 '''trap box''' is a medium sized trap used by apprentice trappers.
}}A '''trap box''' is a medium sized trap used by apprentice trappers.


==Usage==
==Usage==
A trap box 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}}
Line 30: Line 30:
|}
|}


== Crafting ==
==Crafting==
To craft a trap box, the player must have picked either the "[[Occupation|Park Ranger" 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 "[[Occupation|Park Ranger" 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}}''
===Trapping===
===Trapping===
{{Main|Trapping}}
{{Main|Trapping}}
Line 41: Line 42:
'''''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 TrapBox
<pre>
item TrapBox
Weight = 1,
Weight = 1,
Type = Normal,
Type = Normal,
DisplayName = Trap Box,
DisplayName = Trap Box,
Icon = TrapBox,
Icon = TrapBox,
Trap    = true,</pre>
Trap    = true,
</pre>


==See also==
==See also==
Line 54: Line 57:
*{{T|Stick Trap}}
*{{T|Stick Trap}}


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


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

Revision as of 23:43, 5 April 2023

Trap Box
BoxTrapAnim.gif
Trap Box
General
Category Item
Encumbrance
Heavy Load
1.0
Strength 15
Catchable animals Rabbit.png Squirrel.png
Technical details
Ingredients 4 × Plank
7 × Nails
Item ID Base.TrapBox

A 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 boxes can be used to catch rabbits and squirrels.

Catch chance:
Rabbit 30%
Squirrel 25%

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

Trapping

Main article: Trapping
Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
TrapBox.png
Trap Box
1 Carpentry Carpentry 1
Trapping 2
The Hunter Magazine Vol. 3
One of:
Hacksaw.png Saw
Handsaw.png Garden Saw

(keep)
Plank.png
Plank x4
(consumed)
Nails.png
Nails x7
(consumed)

Code

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

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

See also