Ranger T-shirt (colored)

From PZwiki
(Redirected from Ranger T-shirt (colored))
Project ZomboidItemsClothingTopsT-shirtsRanger T-shirt (colored)
PlushSpiffo.pngThis article is about T-shirt with logo. For T-shirt with unique texture, see Ranger T-shirt.
Ranger T-shirt (colored)
Tshirt Profession RangerBrown model.png
Tshirt Profession RangerGreen 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_RangerGreen
Base.Tshirt_Profession_RangerBrown

The ranger t-shirt (colored) refers to two different t-shirts with the logo of three trees and KENTUCKY PARKS written on them, one brown and one green.

Usage

Pros and cons

Pros Cons
  • Provides a small amount of protection from the elements.
  • No attack protection whatsoever.

Recipes

Ranger 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

NPCs

Ranger T-shirts can be found on park ranger zombies.

Code

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

Tshirt Profession RangerBrown.png Base.Tshirt_Profession_RangerBrown
Source: ProjectZomboid\media\scripts\clothing\clothing_shirts.txt

Retrieved: Build 41.78.16
item Tshirt_Profession_RangerBrown
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Brown Ranger T-Shirt,
        ClothingItem = Tshirt_Profession_RangerBrown,
        BodyLocation = Tshirt,
        Icon	=	TshirtGeneric,
        BloodLocation = Shirt,
        ColorRed = 99,
        ColorGreen = 70,
        ColorBlue = 44,
        Insulation = 0.30,
        WindResistance = 0.20,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
    }

Tshirt Profession RangerGreen.png Base.Tshirt_Profession_RangerGreen
Source: ProjectZomboid\media\scripts\clothing\clothing_shirts.txt

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

See also