Suture Needle Holder

From PZwiki
Project ZomboidItemsEquipmentToolsFirst aid toolsSuture Needle Holder
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 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

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

Containers
Building/Room Container Rolls Chance
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 (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