Suture Needle: Difference between revisions

From PZwiki
(Redesigned page, +Navbar, rewrote description, removed twine comment, confirmed code as current, + categories. + link to first aid)
m (Simplified redundant links)
 
(35 intermediate revisions by 7 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Equipment|Tools|First aid tools}}
{{languages|Suture_Needle}}
{{Page version|41.78.16}}
<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 -->
{{Infobox item
<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 -->
|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 -->
|model=SutureNeedle_Model.png
{{Medical
|icon=SutureNeedle.png
|image = SutureNeedle.png
|category=First Aid
|primaryuse= Stitch up a Deep Wound
|weight=0.1
|bandagepower = 0.0
|function=[[Health#Types of Injuries|Stitch a deep wound]]
|alcoholpower = 0.0
|material=Metal
|weight = 0.1
|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]].


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, 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 disappear when used.
A suture needle is a one use item, and will be consumed once used.
<br><br><br><br><br><br><br>
== Code ==
''Suture Needle'' [[File:SutureNeedle.png]]
<nowiki>
    item SutureNeedle
Weight = 0.1,
Type = Normal,
DisplayName = Suture Needle,
Icon = SutureNeedle,
</nowiki>


== See Also ==
==Crafting==
[[First_Aid|General First Aid]]
{{Crafting/sandbox2
|mattress
}}
 
===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 [[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==
The loot distributions can be found in the table(s) below.
 
<!--BOT FLAG|SutureNeedle|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>SutureNeedle distribution
        <span class="mw-customtoggle-togglebox-SutureNeedle" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-SutureNeedle">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | MedicalCache1
    | {{ll|MedicalBox}}
    | 4
    | 10.0
    |-
    | all
    | {{ll|Bag_DoctorBag}}
    | 1
    | 20.0
    |-
    | all
    | {{ll|Bag_DoctorBag}}
    | 1
    | 10.0
    |-
    | all
    | {{ll|Bag_DoctorBag}}
    | 1
    | 50.0
    |-
    | dentiststorage
    | {{ll|metal_shelves}}
    | 4
    | 20.0
    |-
    | dentiststorage
    | {{ll|metal_shelves}}
    | 4
    | 10.0
    |-
    | kennels
    | {{ll|counter}}
    | 4
    | 20.0
    |-
    | kennels
    | {{ll|counter}}
    | 4
    | 10.0
    |-
    | morgue
    | {{ll|counter}}
    | 4
    | 10.0
    |}
</div>
<div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Vehicles}}
    ! Vehicle Type/Location
    ! Rolls
    ! Chance
    |-
    | AmbulanceTruckBed
    | 4
    | 10
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-SutureNeedle" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|SutureNeedle|41.78.16-->
 
==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,
}
}}}}
 
==See also==
*[[First Aid]]
 
{{Navbox items|equipment}}


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

Latest revision as of 12:05, 25 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.

SutureNeedle distribution Show / Hide
Containers
Building / Room Container Rolls Chance
MedicalCache1 MedicalBox 4 10.0
all Bag_DoctorBag 1 20.0
all Bag_DoctorBag 1 10.0
all Bag_DoctorBag 1 50.0
dentiststorage metal_shelves 4 20.0
dentiststorage metal_shelves 4 10.0
kennels counter 4 20.0
kennels counter 4 10.0
morgue counter 4 10.0
Vehicles
Vehicle Type/Location Rolls Chance
AmbulanceTruckBed 4 10

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