Needle: Difference between revisions

From PZwiki
m (Automated CodeBox update)
m (Simplified redundant links)
(17 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Equipment|Tools|Tailoring tools}}
{{Header|Project Zomboid|Items|Tools|type=Tool|version=Version 41|incver=78.16}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|display_name=Needle
|name=Needle
|model=Needle_Model.png
|model=Needle_Model.png
|icon=Needle.png
|icon=Needle.png
Line 13: Line 13:
|material_value=2
|material_value=2
|tags=SewingNeedle
|tags=SewingNeedle
|class_name=Base.Needle
|item_id=Base.Needle
}}{{About|the sewing needle|the medical needle|Suture Needle}}
}}
{{About|the sewing needle|the medical needle|Suture Needle}}
A '''needle''' is an item used in [[crafting]] and [[First Aid|first aid]].
A '''needle''' is an item used in [[crafting]] and [[First Aid|first aid]].


==Usage==
==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 [[Moodles#Pain|pain]] to its user. Unlike suture needles, a needle can be used multiple times.
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]]
A needle can also be used to craft a [[mattress]] and is used for [[Tailoring]]


==Crafting==
==Crafting==
{{Crafting header|ing=4}}
{{Crafting/sandbox2
{{Crafting carpentry|005|ing=4}}
|mattress
|}
}}


{{clear}}
==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.


{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
<!--BOT FLAG|Needle|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
!Building/Room
    <div>Needle distribution
!Container
        <span class="mw-customtoggle-togglebox-Needle" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
! style="width: 3.2em;" |Rolls
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Needle">
! style="width: 3.2em;" |Chance
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
|-
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
| rowspan="1"|kitchen  
    |+ {{ll|Containers}}
| [[counter]]
    ! Building / Room
| 4  
    ! Container
| 4
    ! Rolls
|-
    ! Chance
| rowspan="1"|morgue  
    |-
| [[counter]]
    | all
| 4  
    | {{ll|SewingKit}}
| 2
    | 1
|-
    | 10.0
| rowspan="2"|sewingstorage  
    |-
| [[metal_shelves]]
    | all
| 4  
    | {{ll|SewingKit}}
| 1
    | 1
|-
    | 200.0
|[[metal_shelves]]
    |-
|4
    | bedroom
|2
    | {{ll|crate}}
|}
    | 4
    | 20.0
    |-
    | bedroom
    | {{ll|crate}}
    | 1
    | 1.0
    |-
    | kitchen
    | {{ll|counter}}
    | 4
    | 4.0
    |-
    | morgue
    | {{ll|counter}}
    | 4
    | 20.0
    |-
    | sewingstorage
    | {{ll|metal_shelves}}
    | 4
    | 10.0
    |-
    | sewingstorage
    | {{ll|metal_shelves}}
    | 4
    | 20.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Needle" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Needle|41.78.16-->


==Code==
==Code==
Line 63: Line 94:
| {{CodeSnip
| {{CodeSnip
   | lang = java
   | lang = java
   | line = false
   | line = true
  | start = 18
   | source = items.txt
   | source = items.txt
   | retrieved = true
   | retrieved = true
Line 69: Line 101:
   | code =
   | code =
item Needle
item Needle
{
{
    DisplayCategory     = Tool,
    DisplayCategory = Tool,
    Weight             = 0.1,
Weight = 0.1,
    Type               = Normal,
Type = Normal,
    DisplayName         = Needle,
DisplayName =   Needle,
    Icon               = Needle,
Icon = Needle,
    MetalValue         = 2,
MetalValue = 2,
    SurvivalGear       = TRUE,
SurvivalGear = TRUE,
    Medical             = TRUE,
Medical = TRUE,
    WorldStaticModel   = Needle,
WorldStaticModel = Needle,
    Tags               = SewingNeedle,
Tags = SewingNeedle,
}
}
  }}
}}
}}
}}


Line 87: Line 119:
*[[First Aid]]
*[[First Aid]]


{{Navbox equipment}}
{{Navbox items|equipment}}
{{Navbox medical}}


[[Category:Medical Items]]
[[Category:Medical items]]
[[Category:First aid tools]]
[[Category:Spiffo's Construction Crew (Project)]]
[[Category:Spiffo's Construction Crew (Project)]]
[[Category:Tools]]

Revision as of 11:45, 25 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Needle
Needle Model.png
General
Category
Tool
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Material
Metal
Metal quantity
2
Technical
Tags
SewingNeedle
Item 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 Ingredients Tools Requirements Workstation XP
Mattress.png
Mattress
Thread.png Thread ×2 unit(s)
Sheet.png Sheet ×5
Pillow.png Pillow ×5

Needle.png
Needle (tag)
none none none

Distribution

The loot distributions can be found in the table(s) below.

Needle distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all SewingKit 1 10.0
all SewingKit 1 200.0
bedroom crate 4 20.0
bedroom crate 1 1.0
kitchen counter 4 4.0
morgue counter 4 20.0
sewingstorage metal_shelves 4 10.0
sewingstorage metal_shelves 4 20.0

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items.txt

Retrieved: Build 41.78.16
item Needle
	{
	    DisplayCategory = Tool,
		Weight	=	0.1,
		Type	=	Normal,
		DisplayName	=   Needle,
		Icon	=	Needle,
		MetalValue = 2,
		SurvivalGear = TRUE,
		Medical = TRUE,
		WorldStaticModel = Needle,
		Tags = SewingNeedle,
	}

See also