Fishing Tackle: Difference between revisions

From PZwiki
m (Minor cleanup)
m (Automated CodeBox update)
(22 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|Tools|Fishing Tools|type=Water|version=Version 39|incver=66.3}}{{Notice|Improve}}{{Infobox normal
{{Header|Project Zomboid|Items|Materials|Fishing materials}}
|display_name=Fishing Tackle
{{Page version|41.78.16}}
{{Improve}}
{{Infobox item
|name=Fishing Tackle
|name_colour=Water
|name_colour=Water
|name_text_colour=Water
|name_text_colour=Water
|image=FishingTackle_Anim.gif
|model=FishingTackle_Model.png
|primary_use=[[Fishing]] lure
|icon=FishingTackle.png
|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.}}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.  
}}
 
{{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.


==Usage==
==Usage==
Line 13: Line 24:


==Distribution==
==Distribution==
It can be found in hardware stores and sheds.  
The loot distributions can be found in the table(s) below.
 
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|rowspan="2"|camping
|[[counter]]
|4
|1
|-
|[[counter]]
|4
|2
|}
 
==Gallery==
<gallery>
FishingTackle_Model.png|Blue fishing tackle.
FishingTackle2_Model.png|Orange fishing tackle.
</gallery>


==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox|[[File:FishingTackle.png|32px|Fishing Tackle]] {{ID|FishingTackle}}<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 2353
  | source = newitems.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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 (Blue)'' [[File:FishingTackle.png|32px|Fishing Tackle]]
[[File:FishingTackle2.png|32px|Fishing Tackle]] {{ID|FishingTackle2}}<br>
{{Retrieved|version=39|incver=67.5}}
{{CodeSnip
<pre>
  | lang = java
item FishingTackle
  | line = true
Type = Normal,
  | start = 2366
DisplayName = Fishing Tackle,
  | source = newitems.txt
Icon = FishingTackle,
  | retrieved = true
Weight = 0.1,
  | version = 41.78.16
FishingLure = true,
  | code =
Tooltip = Tooltip_FishingTackle,
item FishingTackle2
</pre>
    {
 
        DisplayCategory = Fishing,
''Fishing Tackle (Orange)'' [[File:FishingTackle2.png|32px|Fishing Tackle]]
        Type = Normal,
{{Retrieved|version=39|incver=67.5}}
        DisplayName =     Fishing Tackle,
<pre>
        Icon = FishingTackle2,
item FishingTackle2
        Weight = 0.1,
Type = Normal,
        FishingLure         =           true,
DisplayName = Fishing Tackle,
        Tooltip = Tooltip_FishingTackle,
Icon = FishingTackle2,
        SurvivalGear = TRUE,
Weight = 0.1,
        WorldStaticModel = FishingTackle2,
FishingLure = true,
    }
Tooltip = Tooltip_FishingTackle,
}}
</pre>
}}


==See also==
==See also==
Line 46: Line 102:


{{Navbox equipment}}
{{Navbox equipment}}
[[Category:Tools]]
[[Category:Materials]]

Revision as of 10:39, 26 March 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
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

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
camping counter 4 1
counter 4 2

Gallery

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Fishing Tackle FishingTackle
Source: ProjectZomboid\media\scripts\newitems.txt

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 FishingTackle2
Source: ProjectZomboid\media\scripts\newitems.txt

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