Trap Box: Difference between revisions

From PZwiki
(Cleaned up this page, and provided additional information for readability, and an easier understanding. Additionally made it consistent with other pages.)
mNo edit summary
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
(v32.30)
{{languages}}
{{header|The Game World|Items|type=Trap|version=Version 40|incver=43}}{{Infobox trap
| display_name = Trap Box
| name_colour = Trap
| name_text_colour = Trap
| image = BoxTrapAnim.gif
| image_width =
| alternate_image = TrapBox.png
| alternate_name = Trap Box
| alternate_link =
| category = Item
| weight = 1.0
| strength = 15
| animals = [[File:Rabbit.png|link=Rabbit]] [[File:Squirrel.png|link=Squirrel]]
| placement =
| ingredients = 4 × {{T|Plank}}<br>7 × {{T|Nails}}
| class_name = Base.TrapBox
}}A '''trap box''' is a medium sized trap used by apprentice trappers.


A medium sized trap used by apprentice trappers, used to catch both [[Dead Rabbit|Rabbits]] and [[Dead Squirrel|Squirrels]].
==Usage==
 
A trap box is one of several traps used in {{T|trapping}} to catch a variety of {{T|animals|wildlife}}.
{| class="wikitable sortable" style="text-align:center;"
===Trapping===
|-
{{Main|Trapping}}
! class="unsortable" | Type
Trap boxs can be used to catch {{T|rabbit}}s and {{T|squirrel}}s.
! class="unsortable" | Strength
{| width="100px" style="text-align:left;"
! class="unsortable" | Weight
|+ '''''Catch chance:'''''
! class="unsortable" | Chance - %
| [[File:Rabbit.png|32px|link=Dead Rabbit|Rabbit]] || 15%
! class="unsortable" | Classname
|-
 
| [[File:TRAPBox.png|32px|link=Trap Box|Trap Box]] <br> [[Trap Box]]
| 15
| 1
| [[File:ANIMALSquirrel.png|32px|link=Dead Squirrel|Squirrel]] - 15% <br> [[File:ANIMALRabbit.png|32px|link=Dead Rabbit|Rabbit]] - 20%
| Base.TrapBox
|-
|-
| [[File:Squirrel.png|32px|link=Dead Squirrel|Squirrel]] || 20%
|}
|}


== Crafting ==
== Crafting ==
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}}
{{RecipeLookup|6003}}
{{Crafting table footer}}
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=43}}
<pre> item TrapBox
Weight = 1,
Type = Normal,
DisplayName = Trap Box,
Icon = TrapBox,
Trap    = true,</pre>


'''As of Build 32 crafting traps requires the player to either pick "Park Ranger" profession, a "Hunter" trait on character creation or read one of the [[Recipe Magazines]] that can be found in the world.'''
==See also==
*{{T|Cage Trap}}
*{{T|Trap Crate}}
*{{T|Snare Trap}}


{| class="wikitable sortable" style="text-align:center;"
{{Navbox/Tools}}
|-
! class="unsortable" | Item
! class="unsortable" | Ingredients
! class="unsortable" | Description
! class="unsortable" | Skill Level
{{RecipeLookup|6003}}
|-
|}

Revision as of 10:30, 19 May 2019

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