Stick Trap: Difference between revisions

From PZwiki
m (Checked to see if it's good for version 41.50 - it is.)
Line 38: Line 38:
==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=43}}
{{Retrieved|version=41|incver=50}}
<pre> item TrapStick
<pre> item TrapStick
Weight = 0.5,
Weight = 0.5,

Revision as of 17:50, 14 May 2021

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.

To place the trap, unpack it to your main inventory, right click on the ground, and click "Place trap > Stick trap"

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 41.50

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

See also

Template:Navbox/Tools