Cage Trap: Difference between revisions

From PZwiki
(Redesigned this page for consistency, and added additional information for a better understanding of the item.)
(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 = Cage Trap
| name_colour = Trap
| name_text_colour = Trap
| image = CageTrapAnim.gif
| image_width =
| alternate_image = TrapCage.png
| alternate_name = Cage Trap
| alternate_link =
| category = Item
| weight = 1.0
| strength = 20
| animals = [[File:Rabbit.png|link=Rabbit]] [[File:Squirrel.png|link=Squirrel]]
| placement =
| ingredients = 5 × {{T|Wire}}
| class_name = Base.TrapCage
}}A '''cage trap''' is a medium sized trap used by journeyman trappers.


A medium sized trap used by journeyman trappers, used to catch both [[Dead Rabbit|Rabbits]] and [[Dead Squirrel|Squirrels]].
==Usage==
 
A cage 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
Cage 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:TRAPCage.png|32px|link=Cage Trap|Cage Trap]] <br> [[Cage Trap]]
| 20
| 1
| [[File:ANIMALSquirrel.png|32px|link=Dead Squirrel|Squirrel]] - 30% <br> [[File:ANIMALRabbit.png|32px|link=Dead Rabbit|Rabbit]] - 30%
| Base.TrapCage
|-
|-
| [[File:Squirrel.png|32px|link=Dead Squirrel|Squirrel]] || 30%
|}
|}


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


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

Revision as of 08:38, 19 May 2019

The Game WorldItemsCage Trap
Cage Trap
CageTrapAnim.gif
Cage Trap
General
Category Item
Encumbrance
Heavy Load
1.0
Strength 20
Catchable animals Rabbit.png Squirrel.png
Technical details
Ingredients 5 × Wire
Item ID Base.TrapCage

A cage trap is a medium sized trap used by journeyman trappers.

Usage

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

Trapping

Main article: Trapping

Cage traps can be used to catch rabbits and squirrels.

Catch chance:
Rabbit 30%
Squirrel 30%

Crafting

To craft a cage 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 3, or reading The Hunter Magazine Vol.3 Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Code

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

	item TrapCage
		Weight		= 1,
		Type		= Normal,
		DisplayName	= Cage Trap,
		Icon		= TrapCage,
		Trap    	= true,
		MetalValue 	= 10,

See also

Template:Navbox/Tools