Thread: Difference between revisions

From PZwiki
No edit summary
(Updated Thread page to match other medical pages, updated all info and categories. Linked to Medical Navbox, added General First Aid Link, changed description.)
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 -->
{{Items
<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 -->
|image = Thread.png  
<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 -->
{{Medical
|image = Thread.png
|primaryuse= Stitch up a Deep Wound
|bandagepower = 0.0
|alcoholpower = 0.0
|weight = 0.1
|weight = 0.1
}}
}}


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]]
Thread can be used to craft a [[mattress]]. Thread can also be used to stitch a deep wound along with a [[needle]].


== Crafting ==
Used with a needle it has the same effect as a [[Suture Needle]] although can cause pain.
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|4015}}
|}


Thread has 10 uses for a full coil.
<br><br><br><br><br><br>
== Code ==
== Code ==
''Thread'' [[File:Thread.png]]
<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 16:11, 22 January 2017


Page Updated @ Version: 36.4
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Medical Items -> Thread   

Template:Medical

Thread can be used to craft a mattress. Thread can also be used to stitch a deep wound along with a needle.

Used with a needle it has the same effect as a Suture Needle although can cause pain.

Thread has 10 uses for a full coil.





Code

Thread Thread.png

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

See Also

General First Aid

Template:Navbox/Consumables