Thread: Difference between revisions

From PZwiki
No edit summary
(adjustments to layout. Added new infobox and header)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{languages|Thread}}
{{languages|Thread}}
 
{{header|The Game World|Items|type=Construction|version=Version 39|incver=67.5}}{{Infobox normal
{{Items
|display_name = Thread
|name_colour = Construction
|name_text_colour = Construction
|image = Thread.png  
|image = Thread.png  
|weight = 0.1
|weight = 0.1
}}
|primary_use=Craft [[mattress]]
|secondary_use=Stitch [[Health#Types of Injuries|deep wounds]]
|max_units=10
|class_name = Base.Thread
}}'''Thread''' is an item used in [[Carpentry Guide|carpentry]] and [[First Aid|first aid]].


Thread can be used to craft a [[mattress]], you can stitch yourself up with thread and a [[needle]] it has the same effect as a [[Suture Needle]]
==Usage==
Thread is required in crafting a [[mattress]].


== Crafting ==
===Medical===
{| class="wikitable sortable" style="text-align:center;"
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]].
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|4015}}
|}


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


<pre>
== See also ==
item Thread
[[First_Aid|General First Aid]]
{
DisplayName = Thread,
Icon = Thread,
Type = Normal,
Weight = 0.1
}
</pre>


[[Category:Item]]
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Medical Items]]
[[Category:Items]]
[[Category:Version 36]]

Revision as of 04:26, 23 July 2018

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.

Code

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

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

See also

General First Aid

Template:Navbox/Consumables