Priest Shirt

From PZwiki
Project ZomboidItemsClothingTopsShirtsPriest 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.
Priest Shirt
ShirtPriest Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Shirt
Properties
Material
Cotton
Insulation
20%
Wind resistance
10%
Technical
Item ID
Base.Shirt_Priest

The priest shirt is a long sleeve black shirt with a white collar.

Usage

Recipes

The priest shirt is used in the recipes for 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

NPCs

At churches, zombie priests will spawn wearing this shirt.

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_Priest
{
  DisplayCategory   = Clothing,
  Type              = Clothing,
  DisplayName       = Priest Shirt,
  ClothingItem      = Shirt_Priest,
  BodyLocation      = Shirt,
  Icon              = ShirtGeneric,
  ColorRed          = 58,
  ColorGreen        = 58,
  ColorBlue         = 58,
  BloodLocation     = ShirtLongSleeves,
  Insulation        = 0.2,
  WindResistance    = 0.1,
  FabricType        = Cotton,
  WorldStaticModel  = Shirt_Ground,
}