Police T-shirt

From PZwiki
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.
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D models
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Police T-shirt
Blue Police T-shirt
White Police T-shirt
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 XP gained Skill(s) Recipe Ingredient 1
Rag.png
Ripped Sheets
0.25 Tailoring none
(consumed)
SheetRope.png
Sheet Rope
0 XP none
(consumed)

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