Veteran T-shirt

From PZwiki
(Redirected from Veteran T-shirt)
Project ZomboidItemsClothingTopsT-shirtsVeteran 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]
Veteran T-shirt
Tshirt Profession VeterenGreen model.png
Tshirt Profession VeterenRed model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Tshirt
Properties
Material
Cotton
Insulation
30%
Wind resistance
20%
Technical
Item ID
Base.Tshirt_Profession_VeterenGreen
Base.Tshirt_Profession_VeterenRed

The veteran t-shirt is a t-shirt that comes in two colors with the ARMY written on it.

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

Veteran 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
all locker 4 4
militarycrate 4 1

They can also be found in armystorage and bedrooms.

NPCs

Veteran t-shirts can rarely be found worn by zombies.

Trivia

  • The veteran t-shirts use the generic t-shirt icon.

Code

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

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

Retrieved: Build 41.78.16
item Tshirt_Profession_VeterenGreen
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Green Veteran T-Shirt,
        ClothingItem = Tshirt_Profession_VeterenGreen,
        BodyLocation = Tshirt,
        Icon	=	TshirtGeneric,
        BloodLocation = Shirt,
        ColorRed = 18,
        ColorGreen = 77,
        ColorBlue = 35,
        Insulation = 0.30,
        WindResistance = 0.20,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
    }

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

Retrieved: Build 41.78.16
item Tshirt_Profession_VeterenRed
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Red Veteran T-Shirt,
        ClothingItem = Tshirt_Profession_VeterenRed,
        BodyLocation = Tshirt,
        Icon	=	TshirtGeneric,
        BloodLocation = Shirt,
        ColorRed = 159,
        ColorGreen = 38,
        ColorBlue = 38,
        Insulation = 0.30,
        WindResistance = 0.20,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
    }

See also