Tweezers: Difference between revisions

From PZwiki
m (Added info)
(Redesigned page, +Navbar, +version category, +link to medical aid, confirmed code as current)
Line 1: Line 1:
{{languages|Tweezers}}
__NOTOC__
 
{{languages|Suture_Needle}}
{{Items
<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 -->
<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 -->
<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 -->
{{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
}}
}}


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|stuture needle holder]] in use.
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.
 
<br><br><br><br><br><br><br>
== Code ==
''Tweezers'' [[File:Tweezers.png]]
<nowiki>
    item Tweezers
        Weight = 0.1,
        Type = Normal,
        DisplayName = Tweezers,
        Icon = Tweezers,
        Tooltip = Tooltip_UseOnHealthPanel,
</nowiki>


==Code==
== See Also ==
<nowiki>
[[First_Aid|General First Aid]]
item Tweezers
{
  Weight = 0.1,
  Type = Normal,
  DisplayName = Tweezers,
  Icon = Tweezers,
  Tooltip = Tooltip_UseOnHealthPanel,
}</nowiki>


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

Revision as of 21:03, 24 August 2016


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Medical Items -> Tweezers   

Template:Medical

Tweezers are fairly common medical items that are used to remove glass shards and bullets. They can be found in Medicine Cabinets and First Aid Kits. This item is identical to a suture needle holder in use.








Code

Tweezers Tweezers.png

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

See Also

General First Aid

Template:Navbox/Consumables