Suture Needle: Difference between revisions

From PZwiki
(Redesigned page, +Navbar, rewrote description, removed twine comment, confirmed code as current, + categories. + link to first aid)
(adjustments to layout. Added new infobox and header. Added info about stitches)
Tag: categories removed
Line 1: Line 1:
__NOTOC__
{{languages|Suture_Needle}}
{{languages|Suture_Needle}}
<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|Consumables|Medical Items|type=Medical|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: 34.28'''    </div><!-- Code for Version Tag at top -->
|display_name=Suture Needle
<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=Medical
{{Medical
|name_text_colour=Medical
|image = SutureNeedle.png
|image=SutureNeedle.png
|primaryuse= Stitch up a Deep Wound
|weight=0.1
|bandagepower = 0.0
|primary_use=[[Health#Types of Injuries|Stitch a deep wound]]
|alcoholpower = 0.0
|class_name=Base.SutureNeedle
|weight = 0.1
}}{{quote|text=Used in the treatment of deep wounds.|author=In-game tooltip}}{{About|the medical needle used for stitching deep wounds|the standard sewing needle|[[Needle]]}}A '''suture needle''' is an [[item]] used in [[First Aid|first aid]]
}}


Suture Needles can be used to stitch a deep wound. Alternatively is a Suture Needle is not available, a [[Needle]] can also be used with thread, however it will cause the player more pain. Suture Needles can be found within [[Medicine_cabinets|Medicine Cabinets]].
==Usage==
A suture needle can be used to stitch a [[Health#Types of Injuries|deep wound]]. Alternatively is a Suture Needle is not available, a [[Needle]] can also be used with thread, however it will cause the player more pain.  
 
A suture needle is a one use item, and will be consumed once used.
===Stitch===
{{main|Health#Stitch}}
An untreated deep wound will continue to damage the player, which can be treated temporarily with a [[bandage]], however making it dirty within a few seconds. Therefore, stitching a deep wound is the wisest treatment for a deep wound. This should be done with a suture needle, however can also be done with a standard [[needle]] and [[thread]] which will cause the player more [[Moodles#Pain|pain]].
 
A stitch should ''never'' be [[Health#Bandaging|bandaged]], as it increases the healing rate by approximately 6-fold, while also increasing the chance of infection. A sterilized bandage will prevent the stitch from becoming infected, however will still increase the healing rate, therefore is only recommended if the stitch is already infected and other means of disinfecting are not available.
 
The player will be granted [[First Aid|first aid]] experience after both performing the stitch and removing stitches once it has healed completely.
 
==Distribution==
Suture needles can be found in [[Containers#Cabinets|medicine cabinets]] and [[First Aid Kit|first aid kits]].


A Suture Needle is a one use item, and will disappear when used.
<br><br><br><br><br><br><br>
== Code ==
== Code ==
''Suture Needle'' [[File:SutureNeedle.png]]
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki>
{{Retrieved|version=39|incver=67.5}}
    item SutureNeedle
<pre> item SutureNeedle
Weight = 0.1,
Weight = 0.1,
Type = Normal,
Type = Normal,
DisplayName = Suture Needle,
DisplayName = Suture Needle,
Icon = SutureNeedle,
Icon = SutureNeedle,
</nowiki>
Tooltip = Tooltip_SutureNeedle,</pre>


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


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

Revision as of 10:17, 26 July 2018

Suture Needle
Suture Needle
General
Category Item
Encumbrance
Heavy Load
0.1
Function Stitch a deep wound
Technical details
Base ID Base.SutureNeedle
Used in the treatment of deep wounds.
— In-game tooltip
PlushSpiffo.pngThis article is about the medical needle used for stitching deep wounds. For the standard sewing needle, see [[Needle]].A suture needle is an item used in first aid

Usage

A suture needle can be used to stitch a deep wound. Alternatively is a Suture Needle is not available, a Needle can also be used with thread, however it will cause the player more pain.

A suture needle is a one use item, and will be consumed once used.

Stitch

Main article: Health

An untreated deep wound will continue to damage the player, which can be treated temporarily with a bandage, however making it dirty within a few seconds. Therefore, stitching a deep wound is the wisest treatment for a deep wound. This should be done with a suture needle, however can also be done with a standard needle and thread which will cause the player more pain.

A stitch should never be bandaged, as it increases the healing rate by approximately 6-fold, while also increasing the chance of infection. A sterilized bandage will prevent the stitch from becoming infected, however will still increase the healing rate, therefore is only recommended if the stitch is already infected and other means of disinfecting are not available.

The player will be granted first aid experience after both performing the stitch and removing stitches once it has healed completely.

Distribution

Suture needles can be found in medicine cabinets and first aid kits.

Code

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

	item SutureNeedle
		Weight		= 0.1,
		Type		= Normal,
		DisplayName	= Suture Needle,
		Icon		= SutureNeedle,
		Tooltip		= Tooltip_SutureNeedle,

See also

General First Aid

Template:Navbox/Consumables