Ranger T-shirt

From PZwiki
Revision as of 16:38, 17 December 2021 by CarpenteristheBestJob (talk | contribs) (Created page with "{{Testing|build=Build 41}} {{languages}} {{header|The Game World|Items|Clothing|version=Version 41|incver=56}} {{Infobox clothing | display_name = Ranger T-Shirt | name_c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Profession engineer.png
This is a testing feature.
This article is about an item or mechanic that is currently in testing and not part of the stable version of the game.


The Game WorldItemsClothingRanger T-shirt
Ranger T-Shirt
Ranger T-Shirt
General
Category Clothing
Encumbrance
Heavy Load
1.0
Body location TShirt
Fabric Cotton
Insulation
Insulation 0.35
Wind resistance 0.3
Technical details
Item ID Base.Tshirt_Ranger

The ranger T-shirt is an item of clothing worn by park rangers.

Usage

Pros and Cons

Pros Cons
  • Offers a fair amount of protection from the elements
  • Provides no bite or scratch protection

Recipes

Ranger T-shirts can be ripped apart to craft ripped sheets or made into sheet ropes.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Rag.png
Ripped Sheets
0.25 Tailoring none Clothing (Cotton)
Clothing (Cotton)
(consumed)

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
SheetRope.png
Sheet Rope
0 XP none
(consumed)

Item Distribution

NPCs

Zombie park rangers will sometimes spawn in this T-shirt.

Code

From clothing_shirts.txt (Project Zomboid directory/media/scripts/clothing) Retrieved: Build 41.56

   item Tshirt_Ranger
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Ranger T-Shirt,
        ClothingItem = Tshirt_Ranger,
        BodyLocation = Tshirt,
        Icon	=	ShirtRanger,
        BloodLocation = Shirt,w
        Insulation = 0.35,
        WindResistance = 0.30,
        FabricType = Cotton,
        WorldStaticModel = TShirt_Ground,
    }

See Also