Suture Needle: Difference between revisions

From PZwiki
(Added 3d Model and removed reupload tag)
m (Minor fixes)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Consumables|Medical Items|type=Medical|version=Version 41|incver=78.16}}
{{Languages}}
{{Header|Project Zomboid|Items|Consumables|Medical Items|type=Medical|version=Version 41|incver=78.16}}
{{Infobox item
{{Infobox item
|display_name=Suture Needle
|display_name=Suture Needle
|model= SutureNeedle_Model.png
|model= SutureNeedle_Model.png
|icon=SutureNeedle.png
|icon=SutureNeedle.png
|category=FirstAid
|category=First Aid
|weight=0.1
|weight=0.1
|function=[[Health#Types of Injuries|Stitch a deep wound]]
|function=[[Health#Types of Injuries|Stitch a deep wound]]
Line 10: Line 11:
|material_value=5
|material_value=5
|class_name=Base.SutureNeedle
|class_name=Base.SutureNeedle
}}{{quote|text=Used in the treatment of deep wounds.|author=In-game tooltip}}{{About|the medical needle used for stitching deep wounds|the sewing needle|Needle}}
}}
A '''suture needle''' is an [[item]] used in [[First Aid|first aid]].
{{Quote|text=Used in the treatment of deep wounds.|author=In-game tooltip}}
{{About|the medical needle used for stitching deep wounds|the sewing needle|Needle}}
A '''suture needle''' is an [[Items|item]] used in [[First Aid|first aid]].


==Usage==
==Usage==
A suture needle can be used to stitch a [[Health#Types of Injuries|deep wound]]. Alternatively, if a suture needle is not available, a [[needle]] can be used with [[thread]], however it will cause the player more [[Moodles#Pain|pain]].  
A suture needle can be used to stitch a [[Health#Types of injuries|deep wound]]. Alternatively, if a suture needle is not available, a [[needle]] can be used with [[thread]], however it will cause the player more [[Moodles#Pain|pain]].


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


===Stitch===
===Stitch===
{{main|Health#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]].  
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]].  



Revision as of 22:29, 13 January 2024

Suture Needle
SutureNeedle Model.png
General
Category
First Aid
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Material
Metal
Metal quantity
5
Technical
Item 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 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, if a suture needle is not available, a needle can 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.

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
Mattress.png
Mattress
0 XP none
Needle.png Needle
(keep)
Thread.png
Thread
(5 units)

(consumed)
Sheet.png
Sheet x5
(consumed)
Pillow.png
Pillow x5
(consumed)

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

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16 (25 September 2023)
item SutureNeedle
	{
	    DisplayCategory = FirstAid,
		Weight	=	0.1,
		Type	=	Normal,
		DisplayName	=	Suture Needle,
		Icon	=	SutureNeedle,
		MetalValue = 5,
		Tooltip = Tooltip_SutureNeedle,
		Medical = TRUE,
		WorldStaticModel = SutureNeedle,
	}

See also

Template:Navbox medical