Needle: Difference between revisions

From PZwiki
No edit summary
(Updated Needle page to match other medical pages, updated all info and categories. Linked to Medical Navbox, added General First Aid Link, changed description.)
Line 1: Line 1:
__NOTOC__
{{languages|Needle}}
{{languages|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 -->
{{Items
<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 -->
|image = Needle.png  
<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 = Needle.png
|primaryuse= Stitch up a Deep Wound
|bandagepower = 0.0
|alcoholpower = 0.0
|weight = 0.1
|weight = 0.1
}}
}}
Needles can be used to stitch a deep wound. Alternatively if a needle is not available, a [[Suture Needle|suture needle]] can also be used, and it will cause the player less pain. Needles can be found within [[Medicine_cabinets|medicine cabinets]].


A needle can be used to craft a [[mattress]], as well as stitching up a player when they're wounded, accompanied with [[Twine]].
A needle is a multi-use item, and unlike a suture needle, it will not disappear.


{{Notice|Short}}
Needles are also used for crafting house items like a [[mattress]].


== Crafting ==
== Crafting ==
Line 18: Line 25:
{{RecipeLookup|4015}}
{{RecipeLookup|4015}}
|}
|}
== Code ==
== Code ==
 
''Needle'' [[File:Needle.png]]
<pre>
<nowiki>
item Needle
item Needle
{
Weight = 0.1,
Type = Normal,
DisplayName = Needle,
DisplayName = Needle,
Icon = Needle,
Icon = Needle,
Type = Normal,
MetalValue = 2,
Weight = 0.1
</nowiki>
}
 
</pre>
== See Also ==
[[First_Aid|General First Aid]]


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

Revision as of 15:55, 22 January 2017


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

Template:Medical Needles can be used to stitch a deep wound. Alternatively if a needle is not available, a suture needle can also be used, and it will cause the player less pain. Needles can be found within medicine cabinets.

A needle is a multi-use item, and unlike a suture needle, it will not disappear.

Needles are also used for crafting house items like a mattress.

Crafting

Name Recipe Description












Code

Needle Needle.png

	
item Needle
		Weight		= 0.1,
		Type		= Normal,
		DisplayName	= Needle,
		Icon		= Needle,
		MetalValue 	= 2,

See Also

General First Aid

Template:Navbox/Consumables