Fishing Tackle: Difference between revisions

From PZwiki
(Info added)
(Updates to layout +other minor changes/updates)
Line 1: Line 1:
{{Notice|Improve}}
{{languages|Fishing Tackle}}
{{languages}}
{{header|The Game World|Items|Tools|version=Version 39|incver=66.3}}{{Tools
{{Tools
|image = FishingTackleAnim_120px.gif
|image = BAITFishingTackle1.png
|primaryuse = Fishing
|primaryuse = Fishing
|otheruses = -
|otheruses = ''none''
|weight = 0.1
|weight = 0.1
}}
}}
[[File:BAITFishingTackle1.png|32px|link=Fishing Tackle|Fishing Tackle]]
[[File:FishingTackle.png|32px|Fishing Tackle]]
[[File:BAITFishingTackle2.png|32px|link=Fishing Tackle|Fishing Tackle]]
[[File:FishingTackle2.png|32px|Fishing Tackle]]


A fishing tackle is a bright blue or orange bit of plastic shaped like a fish. It can be found in hardware stores and in sheds. It is used when [[fishing]] as bait.
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.
==Coding==
FishingTackle
<nowiki>item FishingTackle
    {
        Type = Normal,
        DisplayName =     Fishing Tackle,
        Icon = FishingTackle,
        Weight = 0.1,
        FishingLure        =          true,
    }</nowiki>


FishingTackle2
Tooltip: ''"Increases chance of catching fish. Attach to Fishing Rod before use."''
<nowiki>item FishingTackle2
    {
        Type = Normal,
        DisplayName =     Fishing Tackle,
        Icon = FishingTackle2,
        Weight = 0.1,
        FishingLure        =          true,
    }</nowiki>


==Code==
''Fishing Tackle (Blue)'' [[File:FishingTackle.png|32px|Fishing Tackle]]
<nowiki>
item FishingTackle
Type = Normal,
DisplayName = Fishing Tackle,
Icon = FishingTackle,
Weight = 0.1,
FishingLure = true,
Tooltip = Tooltip_FishingTackle,
</nowiki>


 
''Fishing Tackle (Orange)'' [[File:FishingTackle2.png|32px|Fishing Tackle]]
== History ==
<nowiki>
 
item FishingTackle2
{| class="wikitable" width="550" style="text-align:center;"
Type = Normal,
|-
DisplayName = Fishing Tackle,
! Alpha || 
Icon = FishingTackle2,
|-
Weight = 0.1,
| - || -
FishingLure = true,
|}
Tooltip = Tooltip_FishingTackle,
</nowiki>


==See Also==
==See Also==
* [[Fishing]]
* [[Fishing]]
<!--
 
{{Navbox/Weapons}}
{{Navbox/Tools}}
-->
[[Category:Tools]]
[[Category:Items]]

Revision as of 17:33, 5 June 2018

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