Police Trooper Shirt: Difference between revisions

From PZwiki
m (Automated header update.)
m (Automated Formatting)
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Clothing}}
{{Header|Project Zomboid|Items|Clothing|Tops|Shirts}}
{{Page version|41.56}}
{{Page version|41.56}}
{{Infobox item
{{Infobox item
| name = Police Trooper Shirt
|name=Police Trooper Shirt
| model = ShirtPoliceBlue_Model.png
|model=ShirtPoliceBlue_Model.png
| icon = ShirtPoliceBlue.png
|icon=ShirtPoliceBlue.png
| icon_name = Police Trooper Shirt
|icon_name=Police Trooper Shirt
| icon2 =
| icon_name2 =
| icon3 =
| icon_name3 =
| icon4 =
| icon_name4 =
| icon5 =
| icon_name5 =
| icon6 =
| icon_name6 =
| icon7 =
| icon_name7 =
<!-- General -->
<!-- General -->
| category = Clothing
|category=Clothing
| weight = 1.0
|weight=1.0
| equipped = Shirt
|equipped=Shirt
| material = Cotton
|material=Cotton
| insulation = 0.2
|insulation=0.2
| wind_resistance = 0.2
|wind_resistance=0.2
<!-- Technical details -->
<!-- Technical details -->
| item_id = Base.Shirt_PoliceBlue
|item_id=Base.Shirt_PoliceBlue
}}
}}
The '''police trooper shirt''' is a button-down shirt worn by police officers in [[Knox Country]].
The '''police trooper shirt''' is a button-down shirt worn by police officers in [[Knox Country]].
Line 39: Line 27:
===Recipes===
===Recipes===
Police trooper shirts can be ripped apart for [[Ripped Sheets|ripped sheets]] or made into [[Sheet Rope|sheet ropes]].
Police trooper shirts can be ripped apart for [[Ripped Sheets|ripped sheets]] or made into [[Sheet Rope|sheet ropes]].
{{Crafting header|ing=2}}
{{Crafting/sandbox2
{{Crafting general|042|ing=2}}
|ripped_sheets
|}
}}
{{Crafting header|ing=2}}
{{Crafting/sandbox2
{{Crafting general|006|ing=2}}
|sheet_rope
|}
}}


==Body location==
==Body location==
Line 51: Line 39:
|}
|}


{{clear}}
==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.
Line 58: Line 45:
! colspan="4" | Containers
! colspan="4" | Containers
|-
|-
!Building/Room
! Building/Room
!Container
! Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" | Chance
|-
|-
| rowspan="2"|bathroom
|rowspan="2"|bathroom
| [[locker]]
|[[locker]]
| 4
|4
| 1
|1
|-
|-
|[[locker]]
|[[locker]]
Line 72: Line 59:
|1
|1
|-
|-
| pawnshopoffice
|pawnshopoffice
| [[crate]]
|[[crate]]
| 4
|4
| 4
|4
|}
|}
===Buildings===
===Buildings===
Police station lockers will occasionally have police trooper shirts inside.
Police station lockers will occasionally have police trooper shirts inside.
Line 88: Line 76:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 215
   | source = clothing_shirts.txt
   | source = clothing_shirts.txt
   | retrieved = true
   | retrieved = true
   | version = 41.56
   | version = 41.78.16
   | code =
   | code =
item Shirt_PoliceBlue
item Shirt_PoliceBlue
{
{
  DisplayCategory   = Clothing,
    DisplayCategory = Clothing,
  Type             = Clothing,
Type = Clothing,
  DisplayName       = Police Trooper Shirt,
DisplayName = Police Trooper Shirt,
  ClothingItem     = Shirt_PoliceBlue,
ClothingItem = Shirt_PoliceBlue,
  BodyLocation     = Shirt,
BodyLocation = Shirt,
  Icon             = ShirtPoliceBlue,
Icon = ShirtPoliceBlue,
  BloodLocation     = ShirtLongSleeves,
BloodLocation = ShirtLongSleeves,
  Insulation       = 0.2,
        Insulation = 0.2,
  WindResistance   = 0.2,
        WindResistance = 0.2,
  FabricType       = Cotton,
        FabricType = Cotton,
  WorldStaticModel = Shirt_Ground,
        WorldStaticModel = Shirt_Ground,
}
}
  }}
}}
}}
}}


Line 116: Line 104:
*[[Police Trooper Pants]]
*[[Police Trooper Pants]]


{{Navbox clothing}}
{{Navbox items|tops}}

Revision as of 11:10, 14 April 2024

Project ZomboidItemsClothingTopsShirtsPolice Trooper Shirt
Spiffo controlyourself.png
This page was last updated for an older version (41.56).
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.
Police Trooper Shirt
ShirtPoliceBlue Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Shirt
Properties
Material
Cotton
Insulation
20%
Wind resistance
20%
Technical
Item ID
Base.Shirt_PoliceBlue

The police trooper shirt is a button-down shirt worn by police officers in Knox Country.

Usage

Pros and cons

Pros Cons
  • Offers some water resistance and insulation
  • No scratch or bite resistance

Recipes

Police trooper shirts can be ripped apart for ripped sheets or made into 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
Product Ingredients Tools Requirements Workstation XP
SheetRope.png
Sheet Rope
One of:
Sheet.png Sheet ×1
Vest White.png Clothing (cotton) ×1
none none none none

Body location

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

Distribution

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

Containers
Building/Room Container Rolls Chance
bathroom locker 4 1
locker 4 1
pawnshopoffice crate 4 4

Buildings

Police station lockers will occasionally have police trooper shirts inside.

NPCs

Zombie police troopers will spawn wearing this shirt.

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_PoliceBlue
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Police Trooper Shirt,
		ClothingItem = Shirt_PoliceBlue,
		BodyLocation = Shirt,
		Icon = ShirtPoliceBlue,
		BloodLocation = ShirtLongSleeves,
        Insulation = 0.2,
        WindResistance = 0.2,
        FabricType = Cotton,
        WorldStaticModel = Shirt_Ground,
	}

See also