Yarn

From PZwiki
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.

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

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