Fishing Line: Difference between revisions

From PZwiki
No edit summary
(adjustments to layout. Added new infobox and header)
Line 1: Line 1:
{{Notice|Improve}}
{{languages|Fishing Line}}
{{languages}}
{{header|The Game World|Items|type=Water|version=Version 39|incver=67.5}}{{Notice|Improve}}{{Infobox drainable
{{Items
|display_name=Fishing Line
|name_colour=Water
|name_text_colour=Water
|image = Fishing Line.png
|image = Fishing Line.png
|weight = 0.1
|weight = 0.1
}}
|max_units=10
|contents=Fishing Line
|class_name=Base.FishingLine
}}A '''fishing line''' is a drainable item used in [[fishing]].


Can be found in garages. Used to craft and repair [[Fishing Rod|Fishing Rods]].
==Usage==
===Fishing===
:''For main article, see: [[Fishing]]''
Fishing line is used to make/repair a [[Fishing Rod|fishing rod]] or [[Fishing Rod (Crafted)|crafted fishing rod]].
 
It is superior to [[twine]] as it is much more durable, therefore having a lower chance of breaking.


== Crafting ==
== Crafting ==
consumption <br>
[[File:Fishing Line.png|18px|link=Fishing Line|Fishing Line]] [[Fishing Line|Fishing Line]] x2 = 2 units
[[File:Fishing Line.png|18px|link=Fishing Line|Fishing Line]] [[Fishing Line|Fishing Line]] (UseDelta=0.1) x2 = '''0.2'''
{{Crafting table header}}
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! class="unsortable" | Skill Level
{{RecipeLookup|6005}}
{{RecipeLookup|6005}}
{{RecipeLookup|6007}}
{{RecipeLookup|6007}}
|}
{{Crafting table footer}}


==Coding==
==Distribution==
<nowiki>item FishingLine
Can be found in garages.  
    {
        Type             =         Drainable,
        UseDelta         =         0.1,
        UseWhileEquipped =          FALSE,
        DisplayName =     Fishing Line,
        Icon = FishingLine,
        Weight = 0.1,
    }</nowiki>


== History ==
==Code==
<nowiki> item FishingLine
Type = Drainable,
UseDelta = 0.1,
UseWhileEquipped = FALSE,
DisplayName = Fishing Line,
Icon = FishingLine,
Weight = 0.1,</nowiki>


{| class="wikitable" width="550" style="text-align:center;"
==See also==
|-
* [[Fishing|Fishing Guide]]
! Alpha || 
|-
| - || -
|}


==See Also==
* [[Fishing]]
<!--
{{Navbox/Weapons}}
-->
[[Category:Items]]
[[Category:Items]]

Revision as of 06:01, 24 July 2018

The Game WorldItemsFishing Line
WhiskeyHalf.png
This article may be in need of improvement.
Editors are encouraged to add any missing information to the article, while verifying that the article's current content is correct.
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/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 Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

Can be found in garages.

Code

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

See also