Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Ranger Shirt

From PZwiki
Project ZomboidItemsClothingTopsShirtsRanger Shirt
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Ranger Shirt
Shirt Ranger model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1
Equipped
Shirt
Properties
Material
Cotton
Insulation
40%
Wind resistance
35%
Technical
Item ID
Base.Shirt_Ranger

A ranger shirt is a long-sleeve shirt worn by park rangers.

Usage

Pros Cons
  • Provides decent insulation and wind protection.
  • Fairly easy to find park ranger zombies.
  • Starting item for park rangers.

Body location

Protection Shirt.png
  • Upper Torso
  • Lower Torso
  • Upper Arms
  • Forearms

Location

Shirt_Ranger distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average 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. Duplicate entries do exist, but have been removed for clarity.

Outfit
Outfit Probability GUID
Ranger (female) 100% 13b1baed-4903-4a02-8e7e-e6da9c3dfaa2
Ranger (male) 100% 13b1baed-4903-4a02-8e7e-e6da9c3dfaa2
Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 0 Nav: 3
TownZone: 3
TrailerPark: 3
Vegitation: 3
- - - - - - -

Trivia

  • The ranger shirt is available for selection by characters with the park ranger occupation in the character creation menu in the build 41.78.16.

History

Base.Shirt_Ranger

Version Description
Build 41.65 DisplayCategory added with value Clothing.
Build 41.54 WorldStaticModel added with value Shirt_Ground.
Build 41.20 FabricType added with value Cotton.
Insulation added with value 0.4.
WindResistance added with value 0.35.
Build 41.12 Released on this version.

Code

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

Source: ProjectZomboid\media\scripts\clothing\clothing_shirts.txt

Retrieved: Build 41.78.16
item Shirt_Ranger
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Ranger Shirt,
		ClothingItem = Shirt_Ranger,
		BodyLocation = Shirt,
		Icon = ShirtPoliceGreen,
		BloodLocation = ShirtLongSleeves,
        Insulation = 0.4,
        WindResistance = 0.35,
        FabricType = Cotton,
        WorldStaticModel = Shirt_Ground,
	}

See also