Snare Trap: Difference between revisions

From PZwiki
(Edited this page to make it more consistent with other pages, added additional information for better understanding and readability.)
(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 = Snare Trap
| name_colour = Trap
| name_text_colour = Trap
| image = SnareTrapAnim.gif
| image_width =
| alternate_image = TrapSnare.png
| alternate_name = Snare Trap
| alternate_link =
| category = Item
| weight = 1.0
| strength = 10
| animals = [[File:Rabbit.png|link=Rabbit]] [[File:Squirrel.png|link=Squirrel]]
| placement =
| ingredients = 1 × {{T|Plank}}<br>2 × {{T|Twine}}
| class_name = Base.TrapSnare
}}A '''snare trap''' is a medium sized trap used by novice trappers.


A medium sized trap used by novice trappers, used to catch both [[Dead Rabbit|Rabbits]] and [[Dead Squirrel|Squirrels]].
==Usage==
 
A snare 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
Snare 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]] || 20%
! class="unsortable" | Classname
|-
 
| [[File:TRAPSnare.png|32px|link=Trap Snare|Snare Trap]] <br> [[Snare Trap]]
| 10
| 0.5
| [[File:ANIMALSquirrel.png|32px|link=Dead Squirrel|Squirrel]] - 20% <br> [[File:ANIMALRabbit.png|32px|link=Dead Rabbit|Rabbit]] - 20%
| Base.TrapSnare
|-
|-
| [[File:Squirrel.png|32px|link=Dead Squirrel|Squirrel]] || 20%
|}
|}


== Crafting ==
== Crafting ==
To craft a snare 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 reaching trapping level 1, or reading ''{{T|Recipe Magazines|The Hunter Magazine Vol.1}}''
{{Crafting table header}}
{{RecipeLookup|6002}}
{{Crafting table footer}}
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=43}}
<pre> item TrapSnare
Weight = 1,
Type = Normal,
DisplayName = Snare Trap,
Icon = TrapSnare,
Trap    = true,</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|Cage 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|6002}}
|-
|}

Revision as of 09:12, 19 May 2019

The Game WorldItemsSnare Trap
Snare Trap
SnareTrapAnim.gif
Snare Trap
General
Category Item
Encumbrance
Heavy Load
1.0
Strength 10
Catchable animals Rabbit.png Squirrel.png
Technical details
Ingredients 1 × Plank
2 × Twine
Item ID Base.TrapSnare

A snare trap is a medium sized trap used by novice trappers.

Usage

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

Trapping

Main article: Trapping

Snare traps can be used to catch rabbits and squirrels.

Catch chance:
Rabbit 20%
Squirrel 20%

Crafting

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

Code

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

	item TrapSnare
		Weight		= 1,
		Type		= Normal,
		DisplayName	= Snare Trap,
		Icon		= TrapSnare,
		Trap    	= true,

See also

Template:Navbox/Tools