Suture Needle: Difference between revisions

From PZwiki
(adjustments to layout. Added new infobox and header. Added info about stitches)
Tag: categories removed
m (Automated Formatting)
(32 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{languages|Suture_Needle}}
{{Header|Project Zomboid|Items|Equipment|Tools|First aid tools}}
{{header|The Game World|Items|Consumables|Medical Items|type=Medical|version=Version 39|incver=67.5}}{{Infobox normal
{{Page version|41.78.16}}
|display_name=Suture Needle
{{Infobox item
|name_colour=Medical
|name=Suture Needle
|name_text_colour=Medical
|model=SutureNeedle_Model.png
|image=SutureNeedle.png
|icon=SutureNeedle.png
|category=First Aid
|weight=0.1
|weight=0.1
|primary_use=[[Health#Types of Injuries|Stitch a deep wound]]
|function=[[Health#Types of Injuries|Stitch a deep wound]]
|class_name=Base.SutureNeedle
|material=Metal
}}{{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]]
|material_value=5
|item_id=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 [[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 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 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 [[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.
==Crafting==
{{Crafting/sandbox2
|mattress
}}
===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 [[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.
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.
Line 23: Line 35:


==Distribution==
==Distribution==
Suture needles can be found in [[Containers#Cabinets|medicine cabinets]] and [[First Aid Kit|first aid kits]].
The loot distributions can be found in the table(s) below.
 
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|MedicalCache1
|[[MedicalBox]]
|4
|1
|-
|rowspan="4"|dentiststorage
|[[metal_shelves]]
|4
|1
|-
|[[metal_shelves]]
|4
|1
|-
|[[metal_shelves]]
|4
|2
|-
|[[metal_shelves]]
|4
|2
|-
|rowspan="2"|kennels
|[[counter]]
|4
|1
|-
|[[counter]]
|4
|2
|-
|morgue
|[[counter]]
|4
|1
|}
 
==Code==
{{CodeBox |{{CodeSnip
  | lang = java
  | line = true
  | start = 867
  | source = newitems.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item SutureNeedle
{
    DisplayCategory = FirstAid,
Weight = 0.1,
Type = Normal,
DisplayName = Suture Needle,
Icon = SutureNeedle,
MetalValue = 5,
Tooltip = Tooltip_SutureNeedle,
Medical = TRUE,
WorldStaticModel = SutureNeedle,
}
}}}}


== Code ==
==See also==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
*[[First Aid]]
{{Retrieved|version=39|incver=67.5}}
<pre> item SutureNeedle
Weight = 0.1,
Type = Normal,
DisplayName = Suture Needle,
Icon = SutureNeedle,
Tooltip = Tooltip_SutureNeedle,</pre>


== See also ==
{{Navbox items|equipment}}
[[First_Aid|General First Aid]]


{{Navbox/Consumables}}
[[Category:Medical items]]
[[Category:Tools]]

Revision as of 12:35, 14 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
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 Ingredients Tools Requirements Workstation XP
Mattress.png
Mattress
Thread.png Thread ×2 unit(s)
Sheet.png Sheet ×5
Pillow.png Pillow ×5

Needle.png
Needle (tag)
none none none

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

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
MedicalCache1 MedicalBox 4 1
dentiststorage metal_shelves 4 1
metal_shelves 4 1
metal_shelves 4 2
metal_shelves 4 2
kennels counter 4 1
counter 4 2
morgue counter 4 1

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
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