Trap Crate: Difference between revisions

From PZwiki
(Created the Crate Trap page)
 
(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 = Trap Crate
| name_colour = Trap
| name_text_colour = Trap
| image = CrateTrapAnim.gif
| image_width =
| alternate_image = TrapCrate.png
| alternate_name = Crate Trap
| alternate_link =
| category = Item
| weight = 1.0
| strength = 20
| animals = [[File:Rabbit.png|link=Rabbit]] [[File:Squirrel.png|link=Squirrel]]
| placement =
| ingredients = 3 × {{T|Plank}}<br>5 × {{T|Nails}}
| class_name = Base.TrapCrate
}}A '''trap crate''' is a medium sized trap used by beginner trappers.


A medium sized trap used by beginner trappers, used to catch both [[Dead Rabbit|Rabbits]] and [[Dead Squirrel|Squirrels]].
==Usage==
 
A trap crate 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
Trap crates 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:TRAPCrate.png|32px|link=Trap Crate|Trap Crate]] <br> [[Trap Crate]]
| 15
| 1
| [[File:ANIMALSquirrel.png|32px|link=Dead Squirrel|Squirrel]] - 20% <br> [[File:ANIMALRabbit.png|32px|link=Dead Rabbit|Rabbit]] - 20%
| Base.TrapCrate
|-
|-
| [[File:Squirrel.png|32px|link=Dead Squirrel|Squirrel]] || 20%
|}
|}


== Crafting ==
== Crafting ==
To craft a trap crate, 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|6000}}
{{Crafting table footer}}
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=43}}
<pre> item TrapCrate
Weight = 1,
Type = Normal,
DisplayName = Trap Crate,
Icon = TrapCrate,
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 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|6000}}
|-
|}

Revision as of 10:28, 19 May 2019

The Game WorldItemsTrap Crate
Trap Crate
CrateTrapAnim.gif
Crate Trap
General
Category Item
Encumbrance
Heavy Load
1.0
Strength 20
Catchable animals Rabbit.png Squirrel.png
Technical details
Ingredients 3 × Plank
5 × Nails
Item ID Base.TrapCrate

A trap crate is a medium sized trap used by beginner trappers.

Usage

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

Trapping

Main article: Trapping

Trap crates can be used to catch rabbits and squirrels.

Catch chance:
Rabbit 20%
Squirrel 20%

Crafting

To craft a trap crate, 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 TrapCrate
		Weight		= 1,
		Type		= Normal,
		DisplayName	= Trap Crate,
		Icon		= TrapCrate,
		Trap    	= true,

See also

Template:Navbox/Tools