Twine: Difference between revisions

From PZwiki
No edit summary
(adjustments to layout. Added new infobox and header and info)
Line 1: Line 1:
{{languages|Twine}}
{{languages|Twine}}
{{Items
{{header|The Game World|Items|type=Water|version=Version 39|incver=67.5}}{{Infobox drainable
|image=Twine.png
|display_name=Twine
|weight=0.1
|name_colour=Water
}}
|name_text_colour=Water
'''Twine''' is used for fixing [[Fishing Rod|Fishing Rods]], and is required for the stick traps and snare traps.
|image = Twine.png
|weight = 0.1
|primary_use=[[Crafting]]
|max_units=5
|contents=Twine
|class_name=Base.FishingLine
}}'''Twine''' is a drainable item used in [[crafting]].


Check out [[Trapping]] for more information.
==Usage==
===Fishing===
:''For main article, see [[Fishing]]''
Twine is used for fixing/making a [[Fishing Rod|fishing rod]] and [[Fishing Rod (Crafted)|crafted fishing rod]]. However, it is inferior to the [[Fishing Line|fishing line]] which has a much greater durability.


[[Category:Items]]
It is required to make a [[Fishing Net Trap|fishing net trap]], requiring 10 units of twine, which is equivalent to 2 full items of twine.
 
===Trapping===
:''For main article, see [[Trapping]]''
Twine is required in making a [[Stick Trap|stick trap]] and [[Snare Trap|snare trap]].
 
==Crafting==
{{Crafting table header}}
{{RecipeLookup|1021}}
{{RecipeLookup|3004}}
{{RecipeLookup|3005}}
{{RecipeLookup|6001}}
{{RecipeLookup|6002}}
{{RecipeLookup|6006}}
{{RecipeLookup|6008}}
{{RecipeLookup|6009}}
{{RecipeLookup|7025}}
{{Crafting table footer}}
 
==Distribution==
Can be found in sheds and toolstores
 
==Code==
<pre> item Twine
        Type = Drainable,
        UseDelta = 0.2,
        UseWhileEquipped = FALSE,
        DisplayName = Twine,
        Icon = Twine,
        Weight = 0.1,
        cantBeConsolided = TRUE,</pre>
 
==See also==
*[[Fishing|Fishing Guide]]
*[[Trapping|Trapping Guide]]

Revision as of 06:21, 24 July 2018

Twine
Twine
General
Category Item
Encumbrance
Heavy Load
0.1
Function Crafting
Capacity 5 units
Contents Twine
Technical details
item ID Base.FishingLine

Twine is a drainable item used in crafting.

Usage

Fishing

For main article, see Fishing

Twine is used for fixing/making a fishing rod and crafted fishing rod. However, it is inferior to the fishing line which has a much greater durability.

It is required to make a fishing net trap, requiring 10 units of twine, which is equivalent to 2 full items of twine.

Trapping

For main article, see Trapping

Twine is required in making a stick trap and snare trap.

Crafting

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

Can be found in sheds and toolstores

Code

	item Twine
        	Type			= Drainable,
        	UseDelta		= 0.2,
        	UseWhileEquipped	= FALSE,
        	DisplayName		= Twine,
        	Icon			= Twine,
        	Weight			= 0.1,
        	cantBeConsolided	= TRUE,

See also