Needle: Difference between revisions

From PZwiki
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{languages|Needle}}
{{languages|Needle}}
{{header|The Game World|Items|Tools|type=Tool|version=Version 39|incver=67.5}}{{Infobox normal
{{header|The Game World|Items|Tools|type=Tool|version=Version 40|incver=40}}{{Infobox normal
|display_name=Needle
|display_name=Needle
|name_colour=Tool
|name_colour=Tool
|name_text_colour=Tool
|name_text_colour=Tool
|image=Needle.png
|image=Needle_120px.png
|weight=0.1
|weight=0.1
|primary_use=[[Crafting|Craft]] a [[mattress]]
|primary_use=[[Crafting|Craft]] [[mattress]]
|secondary_use=[[Health#Types of Injuries|Stitch a deep wound]]
|secondary_use=[[Health#Types of Injuries|Stitch deep wound]]
|class_name=Base.Needle
|class_name=Base.Needle
}}{{About|the sewing needle|the medical needle|[[Suture Needle]]}}A '''needle''' is a multi-use item, and unlike a [[Suture Needle|suture needle]], it will not be consumed.
}}{{About|the sewing needle|the medical needle|[[Suture Needle]]}}
A '''needle''' is a multi-use item, and unlike a [[Suture Needle|suture needle]], it will not be consumed.


==Usage==
==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 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.  


Needles are also used for crafting house items like a [[mattress]].
Needles are also used for crafting house items like a [[mattress]].
Line 26: Line 27:
== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
{{Retrieved|version=40|incver=40}}
  <nowiki> item Needle
  <nowiki> item Needle
Weight = 0.1,
Weight = 0.1,

Revision as of 11:07, 13 December 2018

Needle
Needle
General
Category Item
Encumbrance
Heavy Load
0.1
Function Craft mattress
Stitch deep wound
Technical details
Base ID Base.Needle
PlushSpiffo.pngThis article is about the sewing needle. For the medical needle, see [[Suture 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 40.40

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

See also

General First Aid

Template:Navbox/Consumables