Twine: Difference between revisions

From PZwiki
mNo edit summary
m (Checked and updated to version 40.43)
Line 1: Line 1:
{{languages|Twine}}
{{languages|Twine}}
{{header|The Game World|Items|type=Water|version=Version 39|incver=67.5}}{{Infobox drainable
{{header|The Game World|Items|type=Water|version=Version 40|incver=43}}{{Infobox drainable
|display_name=Twine
|display_name=Twine
|name_colour=Water
|name_colour=Water
Line 9: Line 9:
|max_units=5
|max_units=5
|contents=Twine
|contents=Twine
|class_name=Base.FishingLine
|class_name=Base.Twine
}}'''Twine'''  is a drainable item used in [[crafting]].
}}'''Twine'''  is a drainable item used in [[crafting]].


Line 15: Line 15:
===Fishing===
===Fishing===
:''For main article, see [[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.
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.


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.
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.
Line 24: Line 24:


==Crafting==
==Crafting==
=== Carpentry ===
{{Crafting table header}}
{{Crafting table header}}
{{RecipeLookup|1021}}
{{RecipeLookup|1021}}
{{RecipeLookup|3004}}
{{Crafting table footer}}
{{RecipeLookup|3005}}
 
=== Trapping and Fishing ===
{{Crafting table header}}
{{RecipeLookup|6001}}
{{RecipeLookup|6001}}
{{RecipeLookup|6002}}
{{RecipeLookup|6002}}
Line 33: Line 36:
{{RecipeLookup|6008}}
{{RecipeLookup|6008}}
{{RecipeLookup|6009}}
{{RecipeLookup|6009}}
{{Crafting table footer}}
=== Electrical ===
{{Crafting table header}}
{{RecipeLookup|7025}}
{{RecipeLookup|7025}}
{{Crafting table footer}}
{{Crafting table footer}}


==Distribution==
==Distribution==
Can be found in sheds and toolstores
Twine can be found in [[Vehicles|vehicles]], sheds and tool stores.


==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
{{Retrieved|version=40|incver=43}}
<pre> item Twine
<pre> item Twine
         Type = Drainable,
         Type = Drainable,

Revision as of 21:36, 5 July 2019

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

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

Carpentry

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

Trapping and Fishing

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

Electrical

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

Distribution

Twine can be found in vehicles, sheds and tool stores.

Code

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

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

See also