Fishing Line: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: deploy ReLookup, eid: 04d1c6bada165931b85f59439f4055f5))
m (→‎Crafting: file fix (A-L), replaced: File:FISHFishingRod.png → File:FishingRod.png, File:FISHFishingRodCrafted.png → File:FishingRod crafted.png)
Line 22: Line 22:
{{Crafting header|ing=4}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 6005 -->
{{Crafting header|ing=4}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 6005 -->
{{Crafting/core|ing=3
{{Crafting/core|ing=3
  | product_image = [[File:FISHFishingRod.png|link=Fishing Rod|Fishing Rod]] | product_name = [[Fishing Rod]] | product_quantity = x1
  | product_image = [[File:FishingRod.png|link=Fishing Rod|Fishing Rod]] | product_name = [[Fishing Rod]] | product_quantity = x1
  | xp = <!-- Not present in the old template. Please fill in manually. -->
  | xp = <!-- Not present in the old template. Please fill in manually. -->
  | sl = ''none''
  | sl = ''none''
Line 32: Line 32:
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 6007 -->
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 6007 -->
{{Crafting/core|ing=4
{{Crafting/core|ing=4
  | product_image = [[File:FISHFishingRodCrafted.png|link=Crafted Fishing Rod|Crafted Fishing Rod]] | product_name = [[Crafted Fishing Rod]] | product_quantity = x1
  | product_image = [[File:FishingRod crafted.png|link=Crafted Fishing Rod|Crafted Fishing Rod]] | product_name = [[Crafted Fishing Rod]] | product_quantity = x1
  | xp = <!-- Not present in the old template. Please fill in manually. -->
  | xp = <!-- Not present in the old template. Please fill in manually. -->
  | sl = ''none''
  | sl = ''none''

Revision as of 15:46, 5 April 2022

The Game WorldItemsFishing 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
Fishing Rod
Fishing Rod x1
none Angler USA Magazine Vol.1 Fishing Rod Without line
Fishing Rod x1
(consumed)
Fishing Line
Fishing Line x2
(consumed)
File:Nailclip.png
Nails
or
Paperclip x1
(consumed)
Crafted Fishing Rod
Fishing Rod (crafted) x1
none Angler USA Magazine Vol.1 Knives.png
Kitchen Knife
or
Hunting Knife x1
Sturdy stick
Sturdy Stick x1
(consumed)
Fishing Line
Fishing Line x2
(consumed)
File:Nailclip.png
Nails
or
Paperclip x1
(consumed)


Distribution

Can be found in vehicles and garages.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.43

	item FishingLine
		Type			= Drainable,
		UseDelta		= 0.1,
		UseWhileEquipped	= FALSE,
		DisplayName		= Fishing Line,
		Icon			= FishingLine,
		Weight			= 0.1,

See also