Stick Trap: 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=Stick Trap
| display_name = Stick Trap
|name_colour=Trap
| name_colour = Trap
|name_text_colour=Trap
| name_text_colour = Trap
|image=StickTrapAnim.gif
| image = StickTrapAnim.gif
|image_width=
| image_width =
|alternate_image=TrapStick.png
| alternate_image = TrapStick.png
|alternate_name=Stick Trap
| alternate_name = Stick Trap
|alternate_link=
| alternate_link =  
|category=Item
| category = Item
|weight=0.5
| weight = 0.5
|strength=15
| strength = 15
|animals=[[File:Bird.png|link=Small Bird]]
| animals = [[File:Bird.png|link=Small Bird]]
|placement=
| placement =  
|ingredients=4 × {{T|Sturdy Stick}}<br> 1 × {{T|Twine}}
| ingredients = 4 × {{T|Sturdy Stick}}<br> 1 × {{T|Twine}}
|class_name=Base.TrapStick
| class_name = Base.TrapStick
}}A '''stick trap''' is a small sized trap used by beginner trappers.
}}A '''stick trap''' is a small sized trap used by beginner trappers.


Line 22: Line 21:


To place the trap, unpack it to your main inventory, right click on the ground, and click "Place trap > Stick trap"
To place the trap, unpack it to your main inventory, right click on the ground, and click "Place trap > Stick trap"
===Trapping===
===Trapping===
{{Main|Trapping}}
{{Main|Trapping}}
Line 30: Line 30:
|}
|}


== Crafting ==
==Crafting==
To craft a stick trap, the player must have picked either the {{T|Occupation#Park Ranger|"Park Ranger" occupation}} or {{T|Traits|"Hunter" trait}} during character creation. Otherwise, it will be available after reading ''{{T|Recipe Magazines|The Hunter Magazine Vol.2}}''
To craft a stick trap, the player must have picked either the {{T|Occupation#Park Ranger|"Park Ranger" occupation}} or {{T|Traits|"Hunter" trait}} during character creation. Otherwise, it will be available after reading ''{{T|Recipe Magazines|The Hunter Magazine Vol.2}}''
===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 TrapStick
<pre>
item TrapStick
Weight = 0.5,
Weight = 0.5,
Type = Normal,
Type = Normal,
DisplayName = Stick Trap,
DisplayName = Stick Trap,
Icon = TrapStick,
Icon = TrapStick,
Trap    = true,</pre>
Trap    = true,
</pre>


==See also==
==See also==
Line 55: Line 58:
*{{T|Cage Trap}}
*{{T|Cage Trap}}


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


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

Revision as of 23:42, 5 April 2023

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 available after reading The Hunter Magazine Vol.2

Trapping

Main article: Trapping
Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
TrapStick.png
Stick Trap
0 XP none The Hunter Magazine Vol. 2 TZ WoodenStick.png
Sturdy Stick x4
(consumed)
Twine.png
Twine
(2 units)

(consumed)

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