Cage Trap: Difference between revisions

From PZwiki
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=Cage Trap
| display_name = Cage Trap
|name_colour=Trap
| name_colour = Trap
|name_text_colour=Trap
| name_text_colour = Trap
|image=CageTrapAnim.gif
| image = CageTrapAnim.gif
|image_width=
| image_width =
|alternate_image=TrapCage.png
| alternate_image = TrapCage.png
|alternate_name=Cage Trap
| alternate_name = Cage Trap
|alternate_link=  
| alternate_link =  
|category=Item
| category = Item
|weight=1.0
| weight = 1.0
|strength=20
| strength = 20
|animals=[[File:Rabbit.png|link=Rabbit]] [[File:Squirrel.png|link=Squirrel]]
| animals = [[File:Rabbit.png|link=Rabbit]] [[File:Squirrel.png|link=Squirrel]]
|placement=
| placement =  
|ingredients=5 × {{T|Wire}}
| ingredients = 5 × {{T|Wire}}
|class_name=Base.TrapCage
| class_name = Base.TrapCage
}}A '''cage trap''' is a medium sized trap used by journeyman trappers.
}}A '''cage trap''' is a medium sized trap used by journeyman trappers.


==Usage==
==Usage==
A cage trap is one of several traps used in {{T|trapping}} to catch a variety of {{T|animals|wildlife}}.
A cage trap is one of several traps used in {{T|trapping}} to catch a variety of {{T|animals|wildlife}}.
===Trapping===
===Trapping===
{{Main|Trapping}}
{{Main|Trapping}}
Line 30: Line 30:
|}
|}


== Crafting ==
==Crafting==
To craft a cage 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 learnt after reading ''{{T|Recipe Magazines|The Hunter Magazine Vol.3}}'' and craftable after reaching trapping level 3.
To craft a cage 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 learnt after reading ''{{T|Recipe Magazines|The Hunter Magazine Vol.3}}'' and craftable after reaching trapping level 3.


Line 42: 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 TrapCage
<pre>
item TrapCage
Weight = 1,
Weight = 1,
Type = Normal,
Type = Normal,
Line 48: Line 49:
Icon = TrapCage,
Icon = TrapCage,
Trap    = true,
Trap    = true,
MetalValue = 10,</pre>
MetalValue = 10,
</pre>


==See also==
==See also==
Line 56: Line 58:
*{{T|Stick Trap}}
*{{T|Stick Trap}}


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


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

Revision as of 23:35, 5 April 2023

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 40%
Squirrel 40%

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 reading The Hunter Magazine Vol.3 and craftable after reaching trapping level 3.

Trapping

Main article: Trapping
Product XP gained Skill(s) Recipe Ingredient 1
TrapCage.png
Cage Trap
0 XP Trapping 3 The Hunter Magazine Vol. 3 Wire.png
Wire x5
(consumed)

Code

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

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

See also