Fishing Line: Difference between revisions

From PZwiki
m (Automated template formatting)
m (Automated CodeBox update)
Line 38: Line 38:
   | source = newitems.txt
   | source = newitems.txt
   | retrieved = true
   | retrieved = true
   | version = 40
   | version = 40.43
  | incver = 43
   | code =
   | code =
item FishingLine
item FishingLine

Revision as of 03:36, 23 February 2024

Project ZomboidItemsFishing Line
Fishing Line
Fishing Line
Fishing Line
General
Category Item
Encumbrance
Heavy Load
0.1
Capacity 10 units
Contents Fishing Line
Technical details
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.

Code

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 40.43
item FishingLine
		Type			= Drainable,
		UseDelta		= 0.1,
		UseWhileEquipped	= FALSE,
		DisplayName		= Fishing Line,
		Icon			= FishingLine,
		Weight			= 0.1,

See also