Fishing Tackle: Difference between revisions

From PZwiki
(Updates to layout +other minor changes/updates)
(adjustments to layout. Added new infobox and header)
Line 1: Line 1:
{{languages|Fishing Tackle}}
{{languages|Fishing Tackle}}
{{header|The Game World|Items|Tools|version=Version 39|incver=66.3}}{{Tools
{{header|The Game World|Items|Tools|type=Water|version=Version 39|incver=66.3}}{{Notice|Improve}}{{Infobox normal
|display_name=Fishing Tackle
|name_colour=Water
|name_text_colour=Water
|image = FishingTackleAnim_120px.gif
|image = FishingTackleAnim_120px.gif
|primaryuse = Fishing
|primary_use = [[Fishing]] lure
|otheruses = ''none''
|weight = 0.1
|weight = 0.1
}}
|class_name=Base.FishingTackle<br>Base.FishingTackle2
[[File:FishingTackle.png|32px|Fishing Tackle]]
}}{{quote|text=Increases chance of catching fish. Attach to Fishing Rod before use.|author=In-game tooltip.}}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.  
[[File:FishingTackle2.png|32px|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.
==Usage==
It is used when [[fishing]] as bait.


Tooltip: ''"Increases chance of catching fish. Attach to Fishing Rod before use."''
==Distribution==
It can be found in hardware stores and sheds.  


==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
''Fishing Tackle (Blue)'' [[File:FishingTackle.png|32px|Fishing Tackle]]
''Fishing Tackle (Blue)'' [[File:FishingTackle.png|32px|Fishing Tackle]]
  <nowiki>
{{Retrieved|version=39|incver=67.5}}
item FishingTackle
  <nowiki> item FishingTackle
Type = Normal,
Type = Normal,
DisplayName = Fishing Tackle,
DisplayName = Fishing Tackle,
Line 22: Line 27:
Weight = 0.1,
Weight = 0.1,
FishingLure = true,
FishingLure = true,
Tooltip = Tooltip_FishingTackle,
Tooltip = Tooltip_FishingTackle,</nowiki>
</nowiki>


''Fishing Tackle (Orange)'' [[File:FishingTackle2.png|32px|Fishing Tackle]]
''Fishing Tackle (Orange)'' [[File:FishingTackle2.png|32px|Fishing Tackle]]
  <nowiki>
{{Retrieved|version=39|incver=67.5}}
item FishingTackle2
  <nowiki> item FishingTackle2
Type = Normal,
Type = Normal,
DisplayName = Fishing Tackle,
DisplayName = Fishing Tackle,
Line 33: Line 37:
Weight = 0.1,
Weight = 0.1,
FishingLure = true,
FishingLure = true,
Tooltip = Tooltip_FishingTackle,
Tooltip = Tooltip_FishingTackle,</nowiki>
</nowiki>


==See Also==
==See also==
* [[Fishing]]
* [[Fishing|Fishing Guide]]


{{Navbox/Tools}}
{{Navbox/Tools}}

Revision as of 06:36, 24 July 2018

The Game WorldItemsToolsFishing Tackle
WhiskeyHalf.png
This article may be in need of improvement.
Editors are encouraged to add any missing information to the article, while verifying that the article's current content is correct.
Fishing Tackle
Fishing Tackle
General
Category Item
Encumbrance
Heavy Load
0.1
Function Fishing lure
Technical details
Base ID Base.FishingTackle
Base.FishingTackle2
Increases chance of catching fish. Attach to Fishing Rod before use.
— In-game tooltip.

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.

Usage

It is used when fishing as bait.

Distribution

It can be found in hardware stores and sheds.

Code

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

Fishing Tackle (Blue) Fishing Tackle Retrieved: Build 39.67.5

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

Fishing Tackle (Orange) Fishing Tackle Retrieved: Build 39.67.5

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

See also

Template:Navbox/Tools