Fishing Net Trap

From PZwiki
Revision as of 14:33, 25 April 2018 by Vaileasys (talk | contribs) (added boilerplate and crafting recipes)
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