Fishing Net Trap: Difference between revisions

From PZwiki
(added boilerplate and crafting recipes)
(adjustments to layout. Added new infobox and header)
Line 1: Line 1:
{{languages|Fishing Net Trap}}
{{languages|Fishing Net Trap}}
{{header|The Game World|Items|Tools|version=Version 39|incver=51}}
{{header|The Game World|Items|Tools|version=Version 39|incver=67.5}}
<!--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-->
{{Infobox normal
{{Items
|display_name=Fishing Net Trap
|image = FishTrapAnim_120px.gif
|name_colour=Water
|weight = 0.5 <br> '''Weight Broken:''' 0.4
|name_text_colour=Water
}}
|image = FishTrap.png
The Fishing Net Trap is used to trap small [[Bait Fish]].
|weight = 0.5
|primary_use = [[Fishing|Catching]] [[Bait Fish|bait fish]]
|class_name = Base.FishingNet
}}{{Infobox normal
|display_name=Broken Fishing Net Trap
|name_colour=Water
|name_text_colour=Water
|image = FishTrapBroken.png
|weight = 0.5
|primary_use = Get wire back
|class_name = Base.BrokenFishingNet
}}A '''fishing net trap''' is an item used in [[fishing]].


==Usage==
It is used to trap [[Bait Fish|bait fish]].
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 the fishing net breaking, replacing it with a '''broken fishing net trap'''. Therefore, it should be removed before it breaks by selecting '''Remove Trap'''.
== Crafting ==
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 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.
Crafting fishing traps requires the player to either pick the [[Occupation#Fisherman|Fisherman occupation]] or the [[Trait|Angler trait]] on [[Player#Character Creation|character creation]], else they'll have to read [[Recipe Magazines#Fishing|''Angler USA Magazine Vol. 2'']], which can be found in the [[Knox County|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 table header}}
 
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Output
! class="unsortable" | Ingredients
! class="unsortable" | Description
! Skill Level
{{RecipeLookup|4025}}
{{RecipeLookup|4025}}
{{RecipeLookup|6009}}
{{RecipeLookup|6009}}
|}
{{Crafting table footer}}


== Code ==
== Code ==
Line 29: Line 38:


''Fishing Net Trap'' [[File:FishTrap.png|32px]]
''Fishing Net Trap'' [[File:FishTrap.png|32px]]
  <nowiki>
{{Retrieved|version=39|incver=67.5}}
item FishingNet
  <nowiki> item FishingNet
Type = Normal,
Type = Normal,
DisplayName = Fishing Net Trap,
DisplayName = Fishing Net Trap,
Icon = FishTrap,
Icon = FishTrap,
Weight = 0.5,
Weight = 0.5,</nowiki>
</nowiki>


''Fishing Net Trap Broken'' [[File:FishTrapBroken.png|32px]]
''Broken Fishing Net Trap'' [[File:FishTrapBroken.png|32px]]
  <nowiki>
{{Retrieved|version=39|incver=67.5}}
item FishingNet
  <nowiki> item BrokenFishingNet
Type = Normal,
Type = Normal,
DisplayName = Fishing Net Trap Broken,
DisplayName = Broken Fishing Net Trap,
Icon = FishTrapBroken,
Icon = FishTrapBroken,
Weight = 0.4,
Weight = 0.4,</nowiki>
</nowiki>


==See Also==
==See also==
* [[Fishing]]
* [[Fishing]]
* [[Bait Fish]]
* [[Bait Fish]]
* [[Items#Fishing|Other Fishing Items]]
* [[Items#Fishing|Other Fishing Items]]
{{Navbox/Tools}}
{{Navbox/Tools}}

Revision as of 06:02, 25 July 2018

The Game WorldItemsToolsFishing Net Trap
Fishing Net Trap
Fishing Net Trap
General
Category Item
Encumbrance
Heavy Load
0.5
Function Catching bait fish
Technical details
Base ID Base.FishingNet
Broken Fishing Net Trap
Broken Fishing Net Trap
General
Category Item
Encumbrance
Heavy Load
0.5
Function Get wire back
Technical details
Base ID Base.BrokenFishingNet

A fishing net trap is an item used in fishing.

Usage

It is used to trap bait fish.

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 the fishing net breaking, replacing it with a broken fishing net trap. Therefore, it should be removed before it breaks by selecting Remove Trap.

Crafting

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

Crafting fishing traps requires the player to either pick the Fisherman occupation or the Angler trait on character creation, else they'll have to read Angler USA Magazine Vol. 2, which can be found in the world.

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Code

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

Fishing Net Trap FishTrap.png Retrieved: Build 39.67.5

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

Broken Fishing Net Trap FishTrapBroken.png Retrieved: Build 39.67.5

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

See also

Template:Navbox/Tools