Stick Trap: Difference between revisions

From PZwiki
(duplicate article. Stick Trap contents merged)
(whole new page design)
Line 1: Line 1:
(v32.30)
{{languages}}
{{header|The Game World|Items|type=Trap|version=Version 40|incver=43}}{{Infobox trap
| display_name = Stick Trap
| name_colour = Trap
| name_text_colour = Trap
| image = StickTrapAnim.gif
| image_width =
| alternate_image = TrapStick.png
| alternate_name = Stick Trap
| alternate_link =
| category = Item
| weight = 1.0
| strength = 15
| animals = [[File:Bird.png|link=Small Bird]]
| placement =
| ingredients = 4 × {{T|Sturdy Stick}}<br> 1 × {{T|Twine}}
| class_name = Base.TrapStick
}}A '''stick trap''' is a small sized trap used by beginner trappers.


A small trap used by beginner trappers, used to catch [[Dead Bird|small birds]]
==Usage==
 
A stick trap 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
Stick traps 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]] || 30%
! class="unsortable" | Classname
|-
 
| [[File:TRAPStick.png|32px|link=Trap Stick|Trap Stick]] <br> [[Trap Stick]]
| 15
| 0.5
| [[File:ANIMALBird.png|32px|link=Dead Bird|Small Bird]] - 15%
| Base.TrapStick
|-
|-
| [[File:Squirrel.png|32px|link=Dead Squirrel|Squirrel]] || 30%
|}
|}


== Crafting ==
== Crafting ==
To craft a stick trap, 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 reading ''{{T|Recipe Magazines|The Hunter Magazine Vol.2}}''
{{Crafting table header}}
{{RecipeLookup|6001}}
{{Crafting table footer}}
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=43}}
<pre> item TrapStick
Weight = 1,
Type = Normal,
DisplayName = Stick Trap,
Icon = TrapStick,
Trap    = true,
MetalValue = 10,</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|Mouse Trap}}
*{{T|Snare Trap}}
*{{T|Trap Crate}}
*{{T|Trap Box}}


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

Revision as of 10:36, 19 May 2019

The Game WorldItemsStick Trap
Stick Trap
StickTrapAnim.gif
Stick Trap
General
Category Item
Encumbrance
Heavy Load
1.0
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 rabbits and squirrels.

Catch chance:
Rabbit 30%
Squirrel 30%

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		= 1,
		Type		= Normal,
		DisplayName	= Stick Trap,
		Icon		= TrapStick,
		Trap    	= true,
		MetalValue 	= 10,

See also

Template:Navbox/Tools