Sewing Kit

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]
Sewing Kit
SewingKit Model.png
General
Category
Container
Encumbrance
Moodle Icon HeavyLoad.png
1 (empty)
3.8 (full)
Equipped
One-handed
Properties
Capacity
5
Technical
Item ID
Base.SewingKit

A sewing kit is a small sewing container.

Usage

A sewing kit has a weight limit of 5 and can spawn containing either one, or multiple of either needle(s), thread(s) or both. Although the name and spawnable items would suggest it can only hold these items, it can actually hold any type of item, just like other bags. To see and use the contents of a sewing kit, it must first be equipped or placed on the floor, just like other equippable containers.

These items can be used in tailoring to fortify clothing with denim or leather strips that can be acquired using scissors. They can also be used to suture deep wounds. However, it causes more pain than if a Suture Needle is used.

Sewing kits can spawn with:

Needle.png Needle
Thread.png Thread

Distribution

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

Containers
Building/Room Container Rolls Chance
all dresser 4 0.5
bathroom counter 4 4
counter 4 4
shelves 4 4
bedroom crate 1 0.6
crate 4 6
dresser 4 0.5
sidetable 4 0.5
closet crate 4 4
metal_shelves 4 1
departmentstorage metal_shelves 4 4
kitchen counter 4 2
laundry counter 4 2
sewingstorage metal_shelves 4 4

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 SewingKit
	{
	    DisplayCategory = Container,
		WeightReduction	=	30,
		Weight	=	0.1,
		Type	=	Container,
		Capacity	=	5,
		DisplayName	=	Sewing Kit,
		Icon	=	SewingBox,
        OpenSound   =   OpenBag,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
		SurvivalGear = TRUE,
		WorldStaticModel = SewingKit,
	}

See also