Tweezers: Difference between revisions

From PZwiki
mNo edit summary
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Tweezers}}
{{Languages}}{{Header|The Game World|Items|Consumables|Medical Items|type=Medical|version=Version 39|incver=67.5}}{{Infobox normal
{{header|The Game World|Items|Consumables|Medical Items|type=Medical|version=Version 39|incver=67.5}}{{Infobox normal
|display_name=Tweezers
|display_name = Tweezers
|name_colour=Medical
|name_colour=Medical
|name_text_colour=Medical
|name_text_colour=Medical
|image = Tweezers_120px.png
|image=Tweezers.png
|weight = 0.1
|weight=0.1
|primary_use = Remove glass shards and bullets
|primary_use=Remove glass shards and bullets
|class_name = Base.Tweezers
|class_name=Base.Tweezers
}}{{quote|text=Can be used to extract broken glass and bullets from the body.|author=In-game tooltip}}'''Tweezers''' are an [[item]] used in [[First Aid|first aid]].
}}{{quote|text=Can be used to extract broken glass and bullets from the body.|author=In-game tooltip}}'''Tweezers''' are an [[item]] used in [[First Aid|first aid]].


Line 16: Line 15:
Tweezers are fairly common and can be found in [[Containers#Cabinets|medicine cabinets]] and [[First Aid Kit|first aid kits]].  
Tweezers are fairly common and can be found in [[Containers#Cabinets|medicine cabinets]] and [[First Aid Kit|first aid kits]].  


== Code ==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
{{Retrieved|version=39|incver=67.5}}
<pre> item Tweezers
<pre>
item Tweezers
Weight = 0.1,
Weight = 0.1,
Type = Normal,
Type = Normal,
DisplayName = Tweezers,
DisplayName = Tweezers,
Icon = Tweezers,
Icon = Tweezers,
Tooltip = Tooltip_UseOnHealthPanel,</pre>
Tooltip = Tooltip_UseOnHealthPanel,
</pre>


== See also ==
==See also==
[[First_Aid|General First Aid]]
*[[First Aid]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}

Revision as of 20:46, 26 February 2023

Tweezers
Tweezers
General
Category Item
Encumbrance
Heavy Load
0.1
Function Remove glass shards and bullets
Technical details
Base 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 have very little use, being that they're only used to remove glass shards and bullets. In single-player they are mostly useless since the player cannot be shot, whereas glass shards can become lodged by climbing through a smashed window.

Distribution

Tweezers are fairly common and can be found in medicine cabinets and first aid kits.

Code

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

	item Tweezers
		Weight		= 0.1,
		Type		= Normal,
		DisplayName	= Tweezers,
		Icon		= Tweezers,
		Tooltip 	= Tooltip_UseOnHealthPanel,

See also

Template:Navbox/Consumables