Fishing Tackle

From PZwiki
Revision as of 17:33, 5 June 2018 by Vaileasys (talk | contribs) (Updates to layout +other minor changes/updates)
The Game WorldItemsToolsFishing Tackle

Template:Tools

Fishing Tackle Fishing Tackle

A fishing tackle is a bright piece of plastic shaped like a fish to lure larger fish and can come in two variants: blue and orange. It can be found in hardware stores and sheds. It is used when fishing as bait.

Tooltip: "Increases chance of catching fish. Attach to Fishing Rod before use."

Code

Fishing Tackle (Blue) Fishing Tackle

	item FishingTackle
		Type		= Normal,
		DisplayName	= Fishing Tackle,
		Icon		= FishingTackle,
		Weight		= 0.1,
		FishingLure	= true,
		Tooltip 	= Tooltip_FishingTackle,

Fishing Tackle (Orange) Fishing Tackle

	item FishingTackle2
		Type		= Normal,
		DisplayName	= Fishing Tackle,
		Icon		= FishingTackle2,
		Weight		= 0.1,
		FishingLure	= true,
		Tooltip 	= Tooltip_FishingTackle,

See Also

Template:Navbox/Tools