Suture Needle: Difference between revisions

From PZwiki
(Created page with "{{languages|Suture Needle}} {{Items |image = SutureNeedle.png |weight = 0.1 }} Suture Needles can be used to stitch a wound with twine. A Needle can also be used, however...")
 
(Redesigned page, +Navbar, rewrote description, removed twine comment, confirmed code as current, + categories. + link to first aid)
Line 1: Line 1:
{{languages|Suture Needle}}
__NOTOC__
{{Items
{{languages|Suture_Needle}}
<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 = SutureNeedle.png
|image = SutureNeedle.png
|primaryuse= Stitch up a Deep Wound
|bandagepower = 0.0
|alcoholpower = 0.0
|weight = 0.1
|weight = 0.1
}}
}}


Suture Needles can be used to stitch a wound with twine. A [[Needle]] can also be used, however it will cause the player more pain. Suture Needles can be found within [[Medicine_cabinets|Medicine Cabinets]].
Suture Needles can be used to stitch a deep wound. Alternatively is a Suture Needle is not available, a [[Needle]] can also be used with thread, however it will cause the player more pain. Suture Needles can be found within [[Medicine_cabinets|Medicine Cabinets]].


==Code==
A Suture Needle is a one use item, and will disappear when used.
  <nowiki>
<br><br><br><br><br><br><br>
item SutureNeedle
== Code ==
{
''Suture Needle'' [[File:SutureNeedle.png]]
  Weight = 0.1,
  <nowiki>
  Type = Normal,
    item SutureNeedle
  DisplayName = Suture Needle,
Weight = 0.1,
  Icon = SutureNeedle,
Type = Normal,
}</nowiki>
DisplayName = Suture Needle,
Icon = SutureNeedle,
</nowiki>


==See Also==
== See Also ==
* [[Twine]]
[[First_Aid|General First Aid]]


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

Revision as of 03:44, 21 August 2016


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

Template:Medical

Suture Needles can be used to stitch a deep wound. Alternatively is a Suture Needle is not available, a Needle can also be used with thread, however it will cause the player more pain. Suture Needles can be found within Medicine Cabinets.

A Suture Needle is a one use item, and will disappear when used.






Code

Suture Needle SutureNeedle.png

	
    item SutureNeedle
		Weight		= 0.1,
		Type		= Normal,
		DisplayName	= Suture Needle,
		Icon		= SutureNeedle,

See Also

General First Aid

Template:Navbox/Consumables