Sweater

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]
BoxSmall.png
This item has been removed from the game in build 41.
It has been replaced by something else.
Sweater
Sweater
Sweater
Sweater
Sweater
Sweater
Sweater
Sweater
Sweater
Sweater
Sweater
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Top
Properties
Material
Cotton
Max condition
7
Base durability
70
Insulation
65%
Technical
Item ID
Base.Shirt

The sweater was an article of clothing equipable on the torso. It was commonly found in bedroom wardrobes of many houses and on the corpses of dead NPCs and zombies.

It was primarily used to protect the player from getting cold, typically during the winter months. The player would often find themselves getting too hot when wearing the sweater. This was due to the sweater having the greatest player temperature effect, having a value of 15.

Like the blouse, there were 10 different variants of the sweater, with each variant looking identical to that of the blouse.

Over the course of the zombie apocalypse, clothing will become dirty and bloody, which is dependant on the player's activities. If the player is wearing dirty or bloody clothing over an open wound, the chance of infection will increase. However, using soap and water, the sweater can be cleaned.

Each piece of clothing has durability, losing a little upon each hit. The sweater has a maximum condition of 7 and will lower one in 10 times the player gets hit.

A sweater could be torn into ripped sheets, yielding a total of 8. Due to the frequency in which they could be found, the sweater was an obvious source of bandages. In an emergency, a dirty or bloody sweater could be torn into bandages, which always yielded 1 clean ripped sheet and 7 dirty ripped sheets.

Item Description Weight Temperature Condition Classname
SweaterSweaterSweaterSweaterSweater
SweaterSweaterSweaterSweaterSweater
Provides some protection from the cold. Can be ripped into ripped sheets or tied into a sheet rope. 1 15 7
Max
10%
Degradation
Base.Shirt

Crafting

Clothing can be torn into ripped sheets, which is a makeshift bandage, an essential first aid tool. Clothing can also be turned into sheet ropes, which can be used to rappel down from (and also up, as long as the player doesn't have the weak trait) a window.

Product XP gained Skill(s) Recipe Ingredient 1
Rag.png
Ripped Sheets
0.25 Tailoring none
(consumed)
SheetRope.png
Sheet Rope
0 XP none
(consumed)

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 Shirt
	{
		Palettes	=	Shirt_White,
		BodyLocation	=	Top,
		PalettesStart	=	Shirt_,
		Type	=	Clothing,
		Temperature	=	15,
		SpriteName	=	Shirt,
		DisplayName	=	Sweater,
		Icon	=	Sweater,
        ConditionLowerChanceOneIn = 10,
        ConditionMax	=	7,
        Insulation  = 0.65,
	}

See also