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
ShirtLumberjack Model.png
Workman Shirt
Workman Shirt
Workman Shirt
Workman Shirt
Workman Shirt
Workman Shirt
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 XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Rag.png
Ripped Sheets
0.25 Tailoring none
(consumed)

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
SheetRope.png
Sheet Rope
0 XP none
(consumed)

Body location

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

Distribution

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

Containers
Building/Room Container Rolls Chance
bathroom locker 4 1
locker 4 1
toolstore clothingrack 4 1
clothingrack 4 1

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.65
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,
}