Trap Crate: 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 Crate
| display_name = Trap Crate
|name_colour=Trap
| name_colour = Trap
|name_text_colour=Trap
| name_text_colour = Trap
|image=CrateTrapAnim.gif
| image = CrateTrapAnim.gif
|image_width=
| image_width =
|alternate_image=TrapCrate.png
| alternate_image = TrapCrate.png
|alternate_name=Crate Trap
| alternate_name = Crate Trap
|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=3 × {{T|Plank}}<br>5 × {{T|Nails}}
| ingredients = 3 × {{T|Plank}}<br>5 × {{T|Nails}}
|class_name=Base.TrapCrate
| class_name = Base.TrapCrate
}}A '''trap crate''' is a medium sized trap used by beginner trappers.
}}A '''trap crate''' is a medium sized trap used by beginner trappers.


==Usage==
==Usage==
A trap crate is one of several traps used in {{T|trapping}} to catch a variety of {{T|animals|wildlife}}.
A trap crate 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 crate, the player requires no [[Skills|skill]] but must read ''{{T|Recipe Magazines|The Hunter Magazine Vol.2}}'' or have picked the [[Occupation|"Park Ranger" occupation]] or {{T|Traits|"Hunter" trait}} during character creation. After crafting it, you can right click on ground and use Place Trap option to place it.
To craft a trap crate, the player requires no [[Skills|skill]] but must read ''{{T|Recipe Magazines|The Hunter Magazine Vol.2}}'' or have picked the [[Occupation|"Park Ranger" occupation]] or {{T|Traits|"Hunter" trait}} during character creation. After crafting it, you can right click on ground and use Place Trap option to place it.
===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 TrapCrate
<pre>
item TrapCrate
Weight = 1,
Weight = 1,
Type = Normal,
Type = Normal,
DisplayName = Trap Crate,
DisplayName = Trap Crate,
Icon = TrapCrate,
Icon = TrapCrate,
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:44, 5 April 2023

The Game WorldItemsTrap Crate
Trap Crate
CrateTrapAnim.gif
Crate Trap
General
Category Item
Encumbrance
Heavy Load
1.0
Strength 15
Catchable animals Rabbit.png Squirrel.png
Technical details
Ingredients 3 × Plank
5 × Nails
Item ID Base.TrapCrate

A trap crate is a medium sized trap used by beginner trappers.

Usage

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

Trapping

Main article: Trapping

Trap crates can be used to catch rabbits and squirrels.

Catch chance:
Rabbit 30%
Squirrel 30%

Crafting

To craft a trap crate, the player requires no skill but must read The Hunter Magazine Vol.2 or have picked the "Park Ranger" occupation or "Hunter" trait during character creation. After crafting it, you can right click on ground and use Place Trap option to place it.

Trapping

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

(keep)
Plank.png
Plank x3
(consumed)
Nails.png
Nails x5
(consumed)

Code

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

	item TrapCrate
		Weight		= 1,
		Type		= Normal,
		DisplayName	= Trap Crate,
		Icon		= TrapCrate,
		Trap    	= true,

See also