Veteran T-shirt

From PZwiki
Revision as of 03:00, 15 February 2024 by Calvy (talk | contribs) (Created. Missing 3d model)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Project ZomboidItemsClothingVeteran T-shirt
Frame.png
This article contains outdated/low-quality images.
Reason: Missing variant model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Veteran T-shirt
Veteran T-shirt
TshirtGeneric.png
General
Category Clothing
Encumbrance
Heavy Load
1.0
Body location Tshirt
Fabric Cotton
Insulation
Insulation 0.30
Wind resistance 0.20
Technical details
Item ID Base.Tshirt_Profession_VeterenGreen
Base.Tshirt_Profession_VeterenRed

The Veteran T-shirt is a t-shirt that 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

Veteran 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 Clothing (Cotton)
Clothing (Cotton)
(consumed)
Product XP gained Skill(s) Recipe Ingredient 1
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
locker 4 1
pawnshop crate 4 1

They can also be found in armystorage and bedrooms.

NPCs

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

Trivia

  • The beteran 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, }[[Category:Version 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\items_weapons.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