Fishing Line

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]
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 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.

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

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