Denim Shirt

From PZwiki
Project ZomboidItemsClothingTopsShirtsDenim Shirt
Spiffo controlyourself.png
This page was last updated for an older version (41.49).
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.
Denim Shirt
ShirtDenim Light Model.png
ShirtDenim Black Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Shirt
Properties
Scratch defence
15%
Bite defence
7%
Insulation
45%
Wind resistance
55%
Technical
Item ID
Base.Shirt_Denim

The Denim Shirt is a long-sleeve shirt that comes in three color variants; Blue, light blue and light black.

Usage

Denim shirts provide a minor amount of bite and scratch protection, with no run-speed or combat-speed reductions. Denim shirts provide a moderate amount of insulation and wind resistance for the wearer's torso and arms.

Distribution

The denim shirt can be found inside bedroom wardrobes and drawers. Denim shirts can also be found occasionally on civilian and construction worker zombies.

Body location

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

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_Denim
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Denim Shirt,
		ClothingItem = Shirt_Denim,
		BodyLocation = Shirt,
		IconsForTexture = ShirtDenimBlue;ShirtDenimLightBlack;ShirtDenimLightBlue,
		BloodLocation = ShirtLongSleeves,
		BiteDefense = 7,
        ScratchDefense = 15,
        Insulation = 0.45,
        WindResistance = 0.55,
        FabricType = Denim,
        WorldStaticModel = Shirt_Ground,
    }