Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Workman Shirt

From PZwiki
Project ZomboidItemsClothingTopsShirtsWorkman Shirt
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Workman Shirt
Shirt Workman denim blue model.png
Shirt Workman denim lightblack model.png
Shirt Workman denim lightblue model.png
Shirt Workman blue model.png
Shirt Workman green model.png
Shirt Workman grey model.png
Shirt Workman red model.png
Shirt Workman yellow model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1
Equipped
Shirt
Properties
Material
Cotton
Insulation
35%
Wind resistance
30%
Technical
Item ID
Base.Shirt_Workman

The workman shirt is a long sleeve shirt made of cotton.

Usage

Recipes

Workman shirts can be used to craft ripped sheets and sheet ropes.

Product Ingredients Tools Requirements Workstation XP
Rag.png
Ripped Sheets
One of:
Clothing (cotton) Clothing (cotton) ×1
Sheet.png Sheet ×1
none none none 0.25 Tailoring
SheetRope.png
Sheet Rope
One of:
Sheet.png Sheet ×1
Clothing (cotton) Clothing (cotton) ×1
none none none none

Body location

Protection Shirt.png
  • Upper Torso
  • Lower Torso
  • Upper Arms
  • Forearms

Location

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

Shirt_Workman distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
bathroom locker 23.67%
changeroom locker 23.67%
factorystorage locker 23.67%
laundry locker 23.67%
toolstore clothingrack 23.67%
toolstore shelves 23.67%
Outfit
Outfit Probability GUID
Young (female) 30% 0122cf99-8213-4fff-b72d-c595c01c4506
Young (male) 30% 0cf25b12-cb8d-4637-b5e1-dcad8f3afb87
Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 0 Nav: 3
TownZone: 3
TrailerPark: 3
Vegitation: 3
- - - - - - -

History

Base.Shirt_Workman

Version Description
Build 41.65 DisplayCategory added with value Clothing.
Build 41.54 WorldStaticModel added with value Shirt_Ground.
Build 41.20 FabricType added with value Cotton.
Insulation added with value 0.35.
WindResistance added with value 0.3.
Build 41.12 Released on this version.

Code

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

Source: ProjectZomboid\media\scripts\clothing\clothing_shirts.txt

Retrieved: Build 41.78.16
item Shirt_Workman
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Workman Shirt,
		ClothingItem = Shirt_Workman,
		BodyLocation = Shirt,
		IconsForTexture = ShirtDenimBlue;ShirtDenimLightBlack;ShirtDenimLightBlue;ShirtLumberjackBlue;ShirtLumberjackGreen;ShirtLumberjackGrey;ShirtLumberjackRed;ShirtLumberjackYellow,
		BloodLocation = ShirtLongSleeves,
        Insulation = 0.35,
        WindResistance = 0.3,
        FabricType = Cotton,
        WorldStaticModel = Shirt_Ground,
	}

See also