Yarn: Difference between revisions

From PZwiki
m (minor)
m (Distribution table update)
Line 19: Line 19:
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|Yarn|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>Yarn distribution
! Container
        <span class="mw-customtoggle-togglebox-Yarn" 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-Yarn">
! 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%;"
|closet
    |+ {{ll|Containers}}
|[[crate]]
    ! Building / Room
|4
    ! Container
|1
    ! Rolls
|-
    ! Chance
|kitchen
    |-
|[[counter]]
    | all
|4
    | {{ll|SewingKit}}
|4
    | 1
|-
    | 4.0
|rowspan="4"|sewingstorage
    |-
|[[metal_shelves]]
    | closet
|4
    | {{ll|crate}}
|1
    | 4
|-
    | 10.0
|[[metal_shelves]]
    |-
|4
    | kitchen
|2
    | {{ll|counter}}
|-
    | 4
|[[metal_shelves]]
    | 4.0
|4
    |-
|1
    | sewingstorage
|-
    | {{ll|metal_shelves}}
|[[metal_shelves]]
    | 4
|4
    | 10.0
|2
    |-
|}
    | sewingstorage
    | {{ll|metal_shelves}}
    | 4
    | 20.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Yarn" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Yarn|41.78.16-->
Yarn can be found in homesteading supplies, kitchen counters, tailoring stores, and [[Sewing Kit|sewing kits]].
Yarn can be found in homesteading supplies, kitchen counters, tailoring stores, and [[Sewing Kit|sewing kits]].



Revision as of 17:01, 24 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]
Yarn
Yarn Model.png
General
Category
Materials
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
None
Technical
Item ID
Base.Yarn

A yarn is an item that can be found in the world.

Usage

While technically a material, yarn is currently functionally a junk item and cannot be used as a replacement for things like thread, twine, sheet rope etc. As such, its primary use is currently adding item diversity and realism for the player when looting, or for decoration.

Distribution

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

Yarn distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all SewingKit 1 4.0
closet crate 4 10.0
kitchen counter 4 4.0
sewingstorage metal_shelves 4 10.0
sewingstorage metal_shelves 4 20.0

Yarn can be found in homesteading supplies, kitchen counters, tailoring stores, and sewing kits.

Code

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Yarn
	{
	    	DisplayCategory = Material,
		Weight	=	0.1,
		Type	=	Normal,
		DisplayName	=	Yarn,
		Icon	=	Yarn,
		WorldStaticModel = Yarn,
}

See also