Prison Guard Shirt

From PZwiki
Project ZomboidItemsClothingTopsShirtsPrison Guard Shirt
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Prison Guard Shirt
Shirt PrisonGuard model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Shirt
Properties
Insulation
25%
Wind resistance
25%
Technical
Item ID
item Shirt_PrisonGuard

The prison guard shirt is a long-sleeve shirt worn by the prison guards of Kentucky State Prison.

Usage

The prison guard shirt provides a minor amount of insulation and wind resistance.

Distribution

The Prison Guard Shirt can be found on prison guard zombies at the Kentucky State Prison.

Body location

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

Gallery

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_PrisonGuard
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Prison Guard Shirt,
		ClothingItem = Shirt_PrisonGuard,
		BodyLocation = Shirt,
		Icon = ShirtPoliceSand,
		BloodLocation = ShirtLongSleeves,
        Insulation = 0.25,
        WindResistance = 0.25,
        FabricType = Cotton,
        WorldStaticModel = Shirt_Ground,
	}

See also