Needle: Difference between revisions

From PZwiki
mNo edit summary
(adjustments to layout. Added new infobox and header)
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 -->
{{header|The Game World|Items|Tools|type=Tool|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: 36.4'''    </div><!-- Code for Version Tag at top -->
|display_name=Needle
<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=Tool
{{Medical
|name_text_colour=Tool
|image = Needle.png
|image=Needle.png
|primaryuse= Stitch up a Deep Wound
|weight=0.1
|bandagepower = 0.0
|primary_use=[[Crafting|Craft]] a [[mattress]]
|alcoholpower = 0.0
|secondary_use=[[Health#Types of Injuries|Stitch a deep wound]]
|weight = 0.1
|class_name=Base.Needle
}}
}}
Needles can be used along with Thread to stitch a deep wound. Alternatively if a needle is not available or there is no thread, a [[Suture Needle|suture needle]] by itself can also be used, and it will cause the player less pain than using a needle and [[Thread|thread]]. Needles can be found within [[Medicine_cabinets|medicine cabinets]].
A '''needle''' is a multi-use item, and unlike a [[Suture Needle|suture needle]], it will not be consumed.


A needle is a multi-use item, and unlike a suture needle, it will not disappear.
==Usage==
Needles can be used along with Thread to stitch a deep wound. Alternatively if a needle is not available or there is no thread, a [[Suture Needle|suture needle]] by itself can also be used, and it will cause the player less pain than using a needle and [[Thread|thread]].  


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


== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
{{Crafting table header}}
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|4015}}
{{RecipeLookup|4015}}
|}
{{Crafting table footer}}
 
==Distribution==
Needles can be found within [[Containers#Medicine Cabinet|medicine cabinets]].
 
== Code ==
== Code ==
''Needle'' [[File:Needle.png]]
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
  <nowiki>
{{Retrieved|version=39|incver=67.5}}
item Needle
  <nowiki> item Needle
Weight = 0.1,
Weight = 0.1,
Type = Normal,
Type = Normal,
Line 36: Line 36:
</nowiki>
</nowiki>


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


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Medical Items]]
[[Category:Medical Items]]
[[Category:Items]]
[[Category:Version 36]]
[[Category:Spiffo's Construction Crew (Project)]]
[[Category:Spiffo's Construction Crew (Project)]]

Revision as of 09:52, 22 July 2018

Needle
Needle
General
Category Item
Encumbrance
Heavy Load
0.1
Function Craft a mattress
Stitch a deep wound
Technical details
Base ID Base.Needle

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

Usage

Needles can be used along with Thread to stitch a deep wound. Alternatively if a needle is not available or there is no thread, a suture needle by itself can also be used, and it will cause the player less pain than using a needle and thread.

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

Crafting

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

Needles can be found within medicine cabinets.

Code

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

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

See also

General First Aid

Template:Navbox/Consumables