Tweezers: Difference between revisions

From PZwiki
(Corrected Language)
(adjustments to layout. Added new infobox and header)
Tag: categories removed
Line 1: Line 1:
__NOTOC__
{{languages|Tweezers}}
{{languages|Tweezers}}
<div class="header" style="margin: 5px; align: right; background: #C3E4ED; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #9AC0CD"> <!-- Code for Background Colour -->
{{header|The Game World|Items|Consumables|Medical Items|type=Medical|version=Version 39|incver=67.5}}{{Infobox normal
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|display_name = Tweezers
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Medical Items|Medical Items]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_colour=Medical
{{Medical
|name_text_colour=Medical
|image = Tweezers.png
|image = Tweezers.png
|primaryuse= Remove Glass/Bullets from Wound
|bandagepower = 0.0
|alcoholpower = 0.0
|weight = 0.1
|weight = 0.1
}}
|primary_use = Remove glass shards and bullets
|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]].


Tweezers are fairly common medical items that are used to remove glass shards and bullets. They can be found in [[Medicine cabinets|Medicine Cabinets]] and [[First Aid Kit|First Aid Kits]]. This item is identical to a [[Suture Needle Holder|suture needle holder]] in use.
==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 [[Containers#Cabinets|medicine cabinets]] and [[First Aid Kit|first aid kits]].  


<br><br><br><br><br><br><br>
== Code ==
== Code ==
''Tweezers'' [[File:Tweezers.png]]
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki>
{{Retrieved|version=39|incver=67.5}}
    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,
Tooltip = Tooltip_UseOnHealthPanel,</pre>
</nowiki>


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


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Medical Items]]
[[Category:Items]]
[[Category:Version 34.28]]

Revision as of 10:42, 26 July 2018

Template:Infobox normal

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

General First Aid

Template:Navbox/Consumables