Stick Trap: Difference between revisions

From PZwiki
(whole new page design)
(Corrected the animals this trap catches and updated the weight based on the in-game file.)
Line 10: Line 10:
| alternate_link =  
| alternate_link =  
| category = Item
| category = Item
| weight = 1.0
| weight = 0.5
| strength = 15
| strength = 15
| animals = [[File:Bird.png|link=Small Bird]]
| animals = [[File:Bird.png|link=Small Bird]]
Line 22: Line 22:
===Trapping===
===Trapping===
{{Main|Trapping}}
{{Main|Trapping}}
Stick traps can be used to catch {{T|rabbit}}s and {{T|squirrel}}s.
Stick traps can be used to catch {{T|Small Bird}}s.
{| width="100px" style="text-align:left;"
{| width="100px" style="text-align:left;"
|+ '''''Catch chance:'''''
|+ '''''Catch chance:'''''
| [[File:Rabbit.png|32px|link=Dead Rabbit|Rabbit]] || 30%
| [[File:Bird.png|32px|link=Small Bird|Small Bird]] || 40%
|-
| [[File:Squirrel.png|32px|link=Dead Squirrel|Squirrel]] || 30%
|}
|}


Line 40: Line 38:
{{Retrieved|version=40|incver=43}}
{{Retrieved|version=40|incver=43}}
<pre> item TrapStick
<pre> item TrapStick
Weight = 1,
Weight = 0.5,
Type = Normal,
Type = Normal,
DisplayName = Stick Trap,
DisplayName = Stick Trap,
Icon = TrapStick,
Icon = TrapStick,
Trap    = true,
Trap    = true,</pre>
MetalValue = 10,</pre>


==See also==
==See also==

Revision as of 00:51, 3 July 2019

The Game WorldItemsStick Trap
Stick Trap
StickTrapAnim.gif
Stick Trap
General
Category Item
Encumbrance
Heavy Load
0.5
Strength 15
Catchable animals Bird.png
Technical details
Ingredients 4 × Sturdy Stick
1 × Twine
Item ID Base.TrapStick

A stick trap is a small sized trap used by beginner trappers.

Usage

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

Trapping

Main article: Trapping

Stick traps can be used to catch Small Birds.

Catch chance:
Small Bird 40%

Crafting

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

Code

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

	item TrapStick
		Weight		= 0.5,
		Type		= Normal,
		DisplayName	= Stick Trap,
		Icon		= TrapStick,
		Trap    	= true,

See also

Template:Navbox/Tools