Fishing Tackle

From PZwiki
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 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