Thread: Difference between revisions

From PZwiki
(Updated Thread page to match other medical pages, updated all info and categories. Linked to Medical Navbox, added General First Aid Link, changed description.)
(adjustments to layout. Added new infobox and header)
Line 1: Line 1:
__NOTOC__
{{languages|Thread}}
{{languages|Thread}}
<div class="header" style="margin: 5px; align: right; background: #C3E4ED; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #9AC0CD"> <!-- Code for Background Colour -->
{{header|The Game World|Items|type=Construction|version=Version 39|incver=67.5}}{{Infobox normal
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">    '''Page Updated @ Version: 36.4'''    </div><!-- Code for Version Tag at top -->
|display_name = Thread
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Medical Items|Medical Items]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_colour = Construction
{{Medical
|name_text_colour = Construction
|image = Thread.png
|image = Thread.png
|primaryuse= Stitch up a Deep Wound
|bandagepower = 0.0
|alcoholpower = 0.0
|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]]. Thread can also be used to stitch a deep wound along with a [[needle]].  
==Usage==
Thread is required in crafting a [[mattress]].  


Used with a needle it has the same effect as a [[Suture Needle]] although can cause pain.
===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 has 10 uses for a full coil.
<br><br><br><br><br><br>
== Code ==
== Code ==
''Thread'' [[File:Thread.png]]
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
  <nowiki>
{{Retrieved|version=39|incver=67.5}}
    item Thread
  <nowiki> item Thread
Weight = 0.1,
Weight = 0.1,
Type             = Drainable,
Type = Drainable,
         UseDelta         = 0.1,
         UseDelta = 0.1,
DisplayName = Thread,
DisplayName = Thread,
Icon = Thread,
Icon = Thread,
cantBeConsolided = TRUE,
cantBeConsolided = TRUE,</nowiki>
</nowiki>


== See Also ==
== See also ==
[[First_Aid|General First Aid]]
[[First_Aid|General First Aid]]



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