Needle: Difference between revisions

From PZwiki
mNo edit summary
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages}}
{{Languages}}{{Header|The Game World|Items|Tools|type=Tool|version=Version 40|incver=40}}{{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_120px.png
|image=Needle.png
|weight=0.1
|weight=0.1
|primary_use=[[Crafting|Craft]] [[mattress]]
|primary_use=[[Crafting|Craft]] [[mattress]]
Line 17: Line 16:
A needle can also be used to craft a [[mattress]] and is used for [[Tailoring]]
A needle can also be used to craft a [[mattress]] and is used for [[Tailoring]]


== Crafting ==
==Crafting==
{{Crafting header|ing=4}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 4015 -->
{{Crafting header|ing=4}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 4015 -->
{{Crafting/core|ing=4
{{Crafting/core|ing=4
Line 30: Line 29:
}}
}}
|}
|}


==Distribution==
==Distribution==
Needles can be found in [[Containers#Medicine Cabinet|medicine cabinets]] and [[Sewing Kit|sewing kits]] that occasionally spawn in counters within houses.
Needles can be found in [[Containers#Medicine Cabinet|medicine cabinets]] and [[Sewing Kit|sewing kits]] that occasionally spawn in counters within houses.


== Code ==
==Code==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=40}}
{{Retrieved|version=40|incver=40}}
<nowiki> item Needle
<pre>
item Needle
Weight = 0.1,
Weight = 0.1,
Type = Normal,
Type = Normal,
Line 44: Line 43:
Icon = Needle,
Icon = Needle,
MetalValue = 2,
MetalValue = 2,
</nowiki>
</pre>
 
==See also==
*[[First Aid|General First Aid]]


== See also ==
{{Navbox equipment}}
[[First_Aid|General First Aid]]


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

Revision as of 22:42, 25 February 2023

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 an item used in crafting and first aid.

Usage

Needles can be used with thread to stitch a deep wound. Alternatively, a suture needle can be used to the same effect while causing less pain to its user. Unlike suture needles, a needle can be used multiple times.

A needle can also be used to craft a mattress and is used for Tailoring

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
Mattress
Mattress x1
none Needle.png
Needle
or
Suture Needle
Thread
Thread (5 units)
(consumed)
Pillow
Pillow x5
(consumed)
Sheet
Sheet x5
(consumed)

Distribution

Needles can be found in medicine cabinets and sewing kits that occasionally spawn in counters within houses.

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