Ranger T-shirt (colored)

From PZwiki
(Redirected from Ranger T-shirt (colored))
Project ZomboidItemsClothingTopsT-shirtsRanger T-shirt (colored)
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
PlushSpiffo.pngThis article is about T-shirt with logo. For T-shirt with unique texture, see Ranger T-shirt.
Frame.png
This article contains outdated/low-quality images.
Reason: Missing models
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Ranger T-shirt (colored)
Brown Ranger T-shirt
Green Ranger T-shirt
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.

Body location

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

Recipes

Ranger 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
(consumed)
SheetRope.png
Sheet Rope
0 XP none
(consumed)

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