Thread: Difference between revisions

From PZwiki
(adjustments to layout. Added new infobox and header)
m (Checked and updated to version 40.43)
Line 1: Line 1:
{{languages|Thread}}
{{languages|Thread}}
{{header|The Game World|Items|type=Construction|version=Version 39|incver=67.5}}{{Infobox normal
{{header|The Game World|Items|type=Construction|version=Version 40|incver=43}}{{Infobox normal
|display_name = Thread
|display_name = Thread
|name_colour = Construction
|name_colour = Construction
Line 17: Line 17:
===Medical===
===Medical===
Thread can be used with a [[needle]] to stitch [[Health#Types of Injuries|deep wounds]], however causing more [[Moodles#In Pain|pain]] than using a [[Suture Needle|suture needle]].
Thread can be used with a [[needle]] to stitch [[Health#Types of Injuries|deep wounds]], however causing more [[Moodles#In Pain|pain]] than using a [[Suture Needle|suture needle]].
==Crafting==
{{Crafting table header}}
{{RecipeLookup|4015}}
{{Crafting table footer}}
==Distribution==
Thread can be found in sheds, stores and some [[vehicles]].


== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
{{Retrieved|version=40|incver=43}}
<nowiki> item Thread
<pre> item Thread
Weight = 0.1,
Weight = 0.1,
Type = Drainable,
Type = Drainable,
        UseWhileEquipped = FALSE,
         UseDelta = 0.1,
         UseDelta = 0.1,
DisplayName = Thread,
DisplayName = Thread,
Icon = Thread,
Icon = Thread,
cantBeConsolided = TRUE,</nowiki>
cantBeConsolided = TRUE,</pre>


== See also ==
== See also ==
Line 35: Line 44:
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Medical Items]]
[[Category:Medical Items]]
[[Category:Items]]
[[Category:Version 36]]

Revision as of 07:56, 9 July 2019

Thread
Thread
General
Category Item
Encumbrance
Heavy Load
0.1
Function Craft mattress
Stitch deep wounds
Technical details
Base ID Base.Thread

Thread is an item used in carpentry and first aid.

Usage

Thread is required in crafting a mattress.

Medical

Thread can be used with a needle to stitch deep wounds, however causing more pain than using a suture needle.

Crafting

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

Distribution

Thread can be found in sheds, stores and some vehicles.

Code

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

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

See also

General First Aid

Template:Navbox/Consumables