Police T-shirt

From PZwiki
(Redirected from Police T-shirt)
Project ZomboidItemsClothingTopsT-shirtsPolice T-shirt
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
PlushSpiffo.pngThis article is about T-shirt with a POLICE writing. For T-shirt with unique texture, see Police Trooper T-shirt. For another variant, see Police Deputy T-shirt.
Police T-shirt
Tshirt Profession PoliceBlue model.png
Tshirt Profession PoliceWhite model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Tshirt
Properties
Material
Cotton
Insulation
20%
Wind resistance
15%
Technical
Item ID
Base.Tshirt_Profession_PoliceBlue
Base.Tshirt_Profession_PoliceWhite

The police t-shirt is a t-shirt worn by police officers with the POLICE written on it. It comes in two colors.

Usage

Pros and cons

Pros Cons
  • Provides a small amount of protection from the elements.
  • No attack protection whatsoever.

Body location

Protection Tshirt.png
  • Upper Torso
  • Lower Torso
  • Upper Arms

Recipes

Police t-shirts can be used to make ripped sheets or 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

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
bathroom locker 4 1

They can also be found in lockers in changerooms.

NPCs

Police t-shirts can be found worn by police zombies.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

TshirtGeneric.png Base.Tshirt_Profession_PoliceBlue
Source: ProjectZomboid\media\scripts\clothing\clothing_shirts.txt

Retrieved: Build 41.78.16

   item Tshirt_Profession_PoliceBlue
   {
       DisplayCategory = Clothing,
       Type = Clothing,
       DisplayName = Blue Police T-Shirt,
       ClothingItem = Tshirt_Profession_PoliceBlue,
       BodyLocation = Tshirt,
       Icon	=	TshirtGeneric,
       BloodLocation = Shirt,
       ColorRed = 46,
       ColorGreen = 58,
       ColorBlue = 93,
       Insulation = 0.20,
       WindResistance = 0.15,
       FabricType = Cotton,
       WorldStaticModel = TShirt_Ground,
   }[[Category:Version 41.78.16
   item Tshirt_Profession_PoliceBlue
   {
       DisplayCategory = Clothing,
       Type = Clothing,
       DisplayName = Blue Police T-Shirt,
       ClothingItem = Tshirt_Profession_PoliceBlue,
       BodyLocation = Tshirt,
       Icon	=	TshirtGeneric,
       BloodLocation = Shirt,
       ColorRed = 46,
       ColorGreen = 58,
       ColorBlue = 93,
       Insulation = 0.20,
       WindResistance = 0.15,
       FabricType = Cotton,
       WorldStaticModel = TShirt_Ground,
   }]] 

TshirtGeneric.png Base.Tshirt_Profession_PoliceWhite
Source: ProjectZomboid\media\scripts\clothing\clothing_shirts.txt

Retrieved: Build 41.78.16
item Tshirt_Profession_PoliceWhite
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = White Police T-Shirt,
        ClothingItem = Tshirt_Profession_PoliceWhite,
        BodyLocation = Tshirt,
        Icon	=	TshirtGeneric,
        BloodLocation = Shirt,
        Insulation = 0.20,
        WindResistance = 0.15,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
    }

See also