Tweezers

From PZwiki
Revision as of 04:09, 25 February 2024 by CalvyBot (talk | contribs) (Automated category change)

{{

Tweezers
Tweezers Model.png
General
Category
FirstAid
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
Remove glass shards and bullets
Properties
Material
Metal
Metal quantity
1
Technical
Tags
RemoveBullet
RemoveGlass
Item ID
Base.Tweezers
Can be used to extract broken glass and bullets from the body.
— In-game tooltip

Tweezers are an item used in first aid.

Usage

Tweezers are used to remove glass shards and bullets from wounds.

Tweezers are 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
bathroom counter 4 1
medicine 4 1
shelves 4 1
dentiststorage metal_shelves 4 1
metal_shelves 4 2
kennels counter 4 1
counter 4 2
morgue counter 4 1
stripclub dresser 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 Tweezers
    {
        DisplayCategory = FirstAid,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=	Tweezers,
        Icon	=	Tweezers,
        Tooltip = Tooltip_Tweezers,
        MetalValue = 1,
        Medical = TRUE,
        WorldStaticModel = Tweezers,
		Tags = RemoveBullet;RemoveGlass,
    }

See also

Template:Navbox medical