Suture Needle Holder

From PZwiki
Revision as of 12:21, 25 September 2023 by Vaileasys (talk | contribs) (infobox changes and new code section)
The Game WorldItemsConsumablesMedical ItemsSuture Needle Holder
Suture Needle Holder
SutureNeedleHolder Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
Increase success rate of stitching
Remove glass and bullets
Properties
Material
Metal
Metal quantity
9
Technical
Tags
RemoveBullet
RemoveGlass
Item ID
Base.SutureNeedleHolder
Used with Suture Needle to improve success-rate of deep wound treatment.
— In-game tooltip

A suture needle holder is an item used in first aid.

Usage

A suture needle holder is used to increase the success-rate of stitching deep wounds with a suture needle.

A suture needle holder can also be used to remove glass shards and bullets from wounds.

Suture Needle Holder is not consumed on use, so you need only one.

Distribution

Suture needle holders can be found in First Aid Kits, counters in medical clinics and in fire and medical vehicles.

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 SutureNeedleHolder
	{
	    DisplayCategory = FirstAid,
		Weight	=	0.1,
		Type	=	Normal,
		DisplayName	=	Suture Needle Holder,
		Icon	=	SutureNeedleHolder,
		MetalValue = 9,
		Tooltip = Tooltip_SutureNeedleHolder,
		Medical = TRUE,
		WorldStaticModel = SutureNeedleHolder,
		Tags = RemoveBullet;RemoveGlass,
	}

See also

Template:Navbox medical