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 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

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

See also