Needle: Difference between revisions

From PZwiki
m (Automated class_name fix)
m (Updated distribution table)
Line 35: Line 35:
! colspan="4" | Containers
! colspan="4" | Containers
|-
|-
!Building/Room
! Building/Room
!Container
! Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" | Chance
|-
|-
| rowspan="1"|kitchen
|bedroom
| [[counter]]
|[[crate]]  
| 4
|4  
| 4
|2
|-
|-
| rowspan="1"|morgue
|kitchen
| [[counter]]
|[[counter]]  
| 4
|4  
| 2
|4
|-
|-
| rowspan="2"|sewingstorage
|morgue
| [[metal_shelves]]
|[[counter]]  
| 4
|4  
| 1
|2
|-
|-
|[[metal_shelves]]
|rowspan="2"|sewingstorage
|4
|[[metal_shelves]]
|4
|1
|-
|[[metal_shelves]]  
|4  
|2
|2
|}
|}

Revision as of 10:05, 20 March 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 XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
Mattress.png
Mattress
0 XP none
Needle.png Needle
(keep)
Thread.png
Thread
(5 units)

(consumed)
Sheet.png
Sheet x5
(consumed)
Pillow.png
Pillow x5
(consumed)

Distribution

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

Containers
Building/Room Container Rolls Chance
bedroom crate 4 2
kitchen counter 4 4
morgue counter 4 2
sewingstorage metal_shelves 4 1
metal_shelves 4 2

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

Template:Navbox medical