Workman Shirt

From PZwiki
Project ZomboidItemsClothingTopsShirtsWorkman Shirt
Spiffo controlyourself.png
This page was last updated for an older version (41.65).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
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.0
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:
TshirtGeneric.png Clothing (cotton) ×1
Sheet.png Sheet ×1
none none none 0.25 Tailoring
SheetRope.png
Sheet Rope
One of:
Sheet.png Sheet ×1
Vest White.png Clothing (cotton) ×1
none none none none

Body location

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

Distribution

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

Shirt_Workman distribution Show / Hide
Containers
Building / Room Container Rolls Chance
bathroom locker 4 10.0
toolstore clothingrack 4 10.0

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