Suture Needle Holder: Difference between revisions

From PZwiki
m (Replace navbox)
m (Add navbox equipment)
Line 38: Line 38:
*[[First Aid]]
*[[First Aid]]


{{Navbox equipment}}
{{Navbox medical}}
{{Navbox medical}}

Revision as of 23:32, 5 April 2023

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

Template:Navbox medical