Fishing Tackle: Difference between revisions

From PZwiki
m (→‎top: category project: "The Game World")
(added model to infobox)
Line 7: Line 7:
|name_text_colour=Water
|name_text_colour=Water
|model=FishingTackle_Model.png
|model=FishingTackle_Model.png
|icon=FishingTackle_Anim.gif
|icon=FishingTackle.png
|primary_use=[[Fishing]] lure
|icon_name=Fishing Tackle (blue)
|model2=FishingTackle2_Model.png
|icon2=FishingTackle2.png
|icon_name2=Fishing Tackle (orange)
|function=[[Fishing]] lure
|weight=0.1
|weight=0.1
|class_name=Base.FishingTackle<br>Base.FishingTackle2
|item_id=Base.FishingTackle<br>Base.FishingTackle2
}}
}}
{{Quote|text=Increases chance of catching fish. Attach to Fishing Rod before use.|author=In-game tooltip.}}
{{Quote|text=Increases chance of catching fish. Attach to Fishing Rod before use.|author=In-game tooltip.}}

Revision as of 13:19, 21 January 2024

Project ZomboidItemsToolsFishing ToolsFishing 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
FishingTackle Model.png
FishingTackle2 Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
Fishing lure
Technical
Item 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.

Gallery

Code

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

Fishing Tackle (Blue) Fishing Tackle Retrieved: Build 41.78.16

item FishingTackle
{
	DisplayCategory = Fishing,
	Type				=			Normal,
	DisplayName			=		    Fishing Tackle,
	Icon				=			FishingTackle,
	Weight				=			0.1,
	FishingLure         =           true,
	Tooltip = Tooltip_FishingTackle,
	SurvivalGear = TRUE,
	WorldStaticModel = FishingTackle,
}

Fishing Tackle (Orange) Fishing Tackle Retrieved: Build 41.78.16

item FishingTackle2
{
	DisplayCategory = Fishing,
	Type				=			Normal,
	DisplayName			=		    Fishing Tackle,
	Icon				=			FishingTackle2,
	Weight				=			0.1,
	FishingLure         =           true,
	Tooltip = Tooltip_FishingTackle,
	SurvivalGear = TRUE,
	WorldStaticModel = FishingTackle2,
}

See also