Fishing Net Trap: Difference between revisions

From PZwiki
(added "languages")
(added boilerplate and crafting recipes)
Line 1: Line 1:
{{languages|Fishing Net Trap}}
{{languages|Fishing Net Trap}}
 
{{header|The Game World|Items|Tools|version=Version 39|incver=51}}
<!--Comment: This section is for the infobox which will be positioned on the right of the page. Image.png is the default question mark image-->
{{Items
|image = FishTrapAnim_120px.gif
|weight = 0.5 <br> '''Weight Broken:''' 0.4
}}
The Fishing Net Trap is used to trap small [[Bait Fish]].
The Fishing Net Trap is used to trap small [[Bait Fish]].


Line 8: Line 13:


'''As of Build 32 crafting traps requires the player to either pick "Fisherman" profession a "Angler" trait on character creation or read one of the [[Recipe Magazines]] that can be found in the world.'''
'''As of Build 32 crafting traps requires the player to either pick "Fisherman" profession a "Angler" trait on character creation or read one of the [[Recipe Magazines]] that can be found in the world.'''
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Output
! class="unsortable" | Ingredients
! class="unsortable" | Description
! Skill Level
{{RecipeLookup|4025}}
{{RecipeLookup|6009}}
|}
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
''Fishing Net Trap'' [[File:FishTrap.png|32px]]
<nowiki>
item FishingNet
Type = Normal,
DisplayName = Fishing Net Trap,
Icon = FishTrap,
Weight = 0.5,
</nowiki>
''Fishing Net Trap Broken'' [[File:FishTrapBroken.png|32px]]
<nowiki>
item FishingNet
Type = Normal,
DisplayName = Fishing Net Trap Broken,
Icon = FishTrapBroken,
Weight = 0.4,
</nowiki>
==See Also==
* [[Fishing]]
* [[Bait Fish]]
* [[Items#Fishing|Other Fishing Items]]
{{Navbox/Tools}}

Revision as of 14:33, 25 April 2018

The Game WorldItemsToolsFishing Net Trap

Template:Items The Fishing Net Trap is used to trap small Little Bait Fish.

To craft a fishing net you need 10 units of Twine and 5 units of Wire and takes 150 units of time to build.

To use a fishing net trap, right click on water and select Place Fishing Net then left click to place the trap in the water. Return in a an hour to Check Trap; leaving the fishing net in the water for >15 hours results in BrokenFishingNet so Remove Trap it before then.

As of Build 32 crafting traps requires the player to either pick "Fisherman" profession a "Angler" trait on character creation or read one of the Recipe magazines that can be found in the world.

Crafting

Output Ingredients Description Skill Level
























Code

From newitems.txt (Project Zomboid directory/media/scripts/)

Fishing Net Trap FishTrap.png

	item FishingNet
		Type		= Normal,
		DisplayName	= Fishing Net Trap,
		Icon		= FishTrap,
		Weight		= 0.5,

Fishing Net Trap Broken FishTrapBroken.png

	item FishingNet
		Type		= Normal,
		DisplayName	= Fishing Net Trap Broken,
		Icon		= FishTrapBroken,
		Weight		= 0.4,

See Also

Template:Navbox/Tools