Fishing Line

From PZwiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Fishing Line
FishingLine Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Contents
Fishing Line
Capacity
10 units
Technical
Item ID
Base.FishingLine

A fishing line is a drainable item used in fishing.

Usage

Fishing

For main article, see: Fishing

Fishing line is used to make or repair a fishing rod or crafted fishing rod.

It is superior to twine as it is much more durable, therefore having a lower chance of breaking.

Crafting

Fishing Line.png Fishing Line x2 = 2 units

Product Ingredients Tools Requirements Workstation XP
FishingRod crafted.png
Fishing Rod
One of:
HuntingKnife.png Hunting Knife ×1
KnifeChopping.png Kitchen Knife ×1
Machete.png Machete ×1
Cleaver.png Meat Cleaver ×1
KnifeFlint.png Stone Knife ×1
Each of:
TZ WoodenStick.png Sturdy Stick ×1
none
MagazineFish.png
Angler USA Magazine Vol.1
none none
FishingRod crafted.png
Fishing Rod
One of:
HuntingKnife.png Hunting Knife ×1
KnifeChopping.png Kitchen Knife ×1
Machete.png Machete ×1
Cleaver.png Meat Cleaver ×1
KnifeFlint.png Stone Knife ×1
One of:
Fishing Line.png Fishing Line ×1
Twine.png Twine ×2 unit(s)
One of:
Nails.png Nails ×1
Paperclip.png Paperclip ×1
Each of:
TZ WoodenStick.png Sturdy Stick ×1
none
MagazineFish.png
Angler USA Magazine Vol.1
none none

Distribution

Can be found in vehicles and garages.

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

FishingLine distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all Outfit_Fisherman 1 10.0
bedroom crate 1 1.0
camping counter 4 20.0
camping counter 4 10.0
closet crate 4 20.0
closet crate 4 10.0
Vehicles
Vehicle Type/Location Rolls Chance
FishermanGloveBox 4 10
FishermanGloveBox 4 20
FishermanTruckBed 4 10
FishermanTruckBed 4 20

Code

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item FishingLine
    {
        DisplayCategory = Fishing,
        Type	            =	        Drainable,
        UseDelta	        =	        0.1,
        UseWhileEquipped	=           FALSE,
        DisplayName			=		    Fishing Line,
        Icon				=			FishingLine,
        Weight				=			0.1,
        SurvivalGear = TRUE,
        ConsolidateOption = ContextMenu_Merge,
        WorldStaticModel = FishingLine,
    }

See also