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.

Tshirt_Profession_VeterenGreen distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
all locker 10.78%
all militarycrate 23.28%
all militarylocker 23.28%
armystorage locker 23.28%
bedroom locker 10.78%
pawnshop counter 23.28%
pawnshop metal_shelves 23.28%
pawnshop shelves 23.28%
pawnshopoffice crate 23.28%
pawnshopoffice locker 23.28%
pawnshopoffice metal_shelves 23.28%
pawnshopstorage crate 23.28%
pawnshopstorage locker 23.28%
pawnshopstorage metal_shelves 23.28%

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