Denim Shirt

From PZwiki
Project ZomboidItemsClothingTopsShirtsDenim Shirt
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
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 loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
all dresser 4 0.5
wardrobe 4 0.05
wardrobe 4 4
wardrobe 4 0.05
bathroom locker 4 8
locker 4 8
bedroom crate 4 6
crate 1 0.6
crate 4 2
dresser 4 0.5
closet crate 4 8
clothingstorage clothingrack 4 8
clothingstore clothingrack 4 8
clothingrack 4 8
clothingrack 4 8
clothingrack 4 8
laundry clothingdryer 4 8
clothingdryer 4 0.8
toolstore clothingrack 4 6

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