Suture Needle Holder

From PZwiki
Revision as of 20:22, 7 September 2021 by RedWolf (talk | contribs) (updated to 41.53)
The Game WorldItemsConsumablesMedical ItemsSuture Needle Holder
Suture Needle Holder
Suture Needle Holder
General
Category Item
Encumbrance
Heavy Load
0.1
Function Increase success rate of stitching
Remove glass and bullets
Technical details
Base 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.

Distribution

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

Code

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

        item SutureNeedleHolder
	{
		Weight	=	0.1,
		Type	=	Normal,
		DisplayName	=	Suture Needle Holder,
		Icon	=	SutureNeedleHolder,
		MetalValue = 9,
		Tooltip = Tooltip_SutureNeedleHolder,
		Medical = TRUE,
		WorldStaticModel = SutureNeedleHolder,
	}

See also

First Aid

Template:Navbox/Consumables