Fireman T-shirt

From PZwiki
(Redirected from Fireman T-shirt)
Project ZomboidItemsClothingTopsT-shirtsFireman 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]
Fireman T-shirt
Tshirt Profession FiremanBlue model.png
Tshirt Profession FiremanRed model.png
Tshirt Profession FiremanRed02 model.png
Tshirt Profession FiremanWhite model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Tshirt
Properties
Material
Cotton
Insulation
50%
Wind resistance
30%
Technical
Item ID
Base.Tshirt_Profession_FiremanBlue
Base.Tshirt_Profession_FiremanRed
Base.Tshirt_Profession_FiremanRed02
Base.Tshirt_Profession_FiremanWhite

The fireman t-shirt is a t-shirt worn by fireman that can be found in four different colors.

Usage

Pros and cons

Pros Cons
  • Comes in four colors.
  • Provides the most insulation in Tshirt slot.
  • No Left Forearm and Right Forearm protection.

Recipes

Fireman 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

Body location

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

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 of changerooms, and garagestorage.

NPCs

Fireman t-shirts can be found worn by firefighter zombies.

Code

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

Tshirt Profession FiremanBlue.png Base.Tshirt_Profession_FiremanBlue
Source: ProjectZomboid\media\scripts\clothing\clothing_shirts.txt

Retrieved: Build 41.78.16
item Tshirt_Profession_FiremanBlue
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Blue Fireman T-Shirt,
        ClothingItem = Tshirt_Profession_FiremanBlue,
        BodyLocation = Tshirt,
        Icon	=	TshirtGeneric,
        BloodLocation = Shirt,
        ColorRed = 46,
        ColorGreen = 58,
        ColorBlue = 93,
        Insulation = 0.5,
        WindResistance = 0.30,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
    }

Tshirt Profession FiremanRed.png Base.Tshirt_Profession_FiremanRed
Source: ProjectZomboid\media\scripts\clothing\clothing_shirts.txt

Retrieved: Build 41.78.16
item Tshirt_Profession_FiremanRed
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Red Fireman T-Shirt,
        ClothingItem = Tshirt_Profession_FiremanRed,
        BodyLocation = Tshirt,
        Icon	=	TshirtGeneric,
        BloodLocation = Shirt,
        ColorRed = 160,
        ColorGreen = 29,
        ColorBlue = 28,
        Insulation = 0.5,
        WindResistance = 0.30,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
    }

Tshirt Profession FiremanRed02.png Base.Tshirt_Profession_FiremanRed02
Source: ProjectZomboid\media\scripts\clothing\clothing_shirts.txt

Retrieved: Build 41.78.16
item Tshirt_Profession_FiremanRed02
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Dark Red Fireman T-Shirt,
        ClothingItem = Tshirt_Profession_FiremanRed02,
        BodyLocation = Tshirt,
        Icon	=	TshirtGeneric,
        BloodLocation = Shirt,
        ColorRed = 118,
        ColorGreen = 24,
        ColorBlue = 24,
        Insulation = 0.5,
        WindResistance = 0.30,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
    }

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

Retrieved: Build 41.78.16
item Tshirt_Profession_FiremanWhite
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = White Fireman T-Shirt,
        ClothingItem = Tshirt_Profession_FiremanWhite,
        BodyLocation = Tshirt,
        Icon	=	TshirtGeneric,
        BloodLocation = Shirt,
        Insulation = 0.5,
        WindResistance = 0.30,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
    }

See also