Fishing Line: Difference between revisions

From PZwiki
m (Automatic formatting)
m (Automated CodeBox update)
Line 84: Line 84:
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
    item FishingLine
item FishingLine
     {
     {
         DisplayCategory = Fishing,
         DisplayCategory = Fishing,
Line 96: Line 96:
         ConsolidateOption = ContextMenu_Merge,
         ConsolidateOption = ContextMenu_Merge,
         WorldStaticModel = FishingLine,
         WorldStaticModel = FishingLine,
     }
     }  
  }}
}}
}}
}}



Revision as of 10:38, 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]
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 XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
FishingRod.png
Fishing Rod
0 XP none Angler USA Magazine Vol. 1 Fishing Rod without Line
Fishing Rod without Line
(consumed)

(2 units)

(consumed)

(consumed)

Fishing Rod
Fishing Rod
0 XP none Angler USA Magazine Vol. 1
(keep)
TZ WoodenStick.png
Sturdy Stick
(consumed)

(2 units)

(consumed)

(consumed)

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