Ranger Shirt: Difference between revisions

From PZwiki
m (Minor page re-structuring.)
m (The ranger shirt can be found on park ranger zombies.)
 
(20 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Testing|build=[[Build 41]]}}
{{Header|Project Zomboid|Items|Clothing|Tops|Shirts}}
{{languages}}
{{Page version|41.78.16}}
{{header|The Game World|Items|Clothing|version=Version 41|incver=24}}
{{Infobox item
{{Infobox clothing
|name=Ranger Shirt
| display_name = Ranger Shirt
|model=Shirt_Ranger_model.png
| name_colour = Clothing
|icon=ShirtPoliceGreen.png
| name_text_colour = Clothing
|icon_name=Ranger Shirt
| image =
| image_width = 300px
| alternate_image = ShirtPoliceGreen.png
| alternate_name = Ranger Shirt
| alternate_link =
<!-- General -->
<!-- General -->
| category = Clothing
|category=Clothing
| weight = 1.0
|weight=1.0
| body_location = Shirt
|equipped=Shirt
| fabric_type = Cotton
|material_type=Cotton
<!-- Insulation -->
|insulation=0.40
| insulation = 0.40
|wind_resistance=0.35
| wind_resistance = 0.35
| water_resistance =
<!-- Technical details -->
<!-- Technical details -->
| class_name = Base.Shirt_Ranger
|item_id=Base.Shirt_Ranger
}}A '''Ranger Shirt''' is a long-sleeve shirt worn by park rangers.
}}
A '''ranger shirt''' is a long-sleeve shirt worn by park rangers.
 
==Usage==
==Usage==
Ranger shirts provide a moderate amount of insulation and wind resistance for the wearer's entire torso and arms.
Ranger shirts provide a moderate amount of insulation and wind resistance for the wearer's entire torso and arms.
==Distribution==
==Distribution==
The ranger shirt can be found on park ranger [[zombie]]s.
The ranger shirt can be found on park ranger [[zombie]]s.
==Body location==
==Body location==
{{Body location|body_location=Shirt}}
{{Body location|body_location=Shirt}}
==Trivia==
==Trivia==
*The ranger shirt isn't available for selection by characters with the park ranger [[occupation]] in the character creation menu.
*The ranger shirt isn't available for selection by characters with the park ranger [[occupation]] in the character creation menu.
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 274
  | source = clothing_shirts.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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==
==See also==
Line 38: Line 63:
*[[Ranger Pants]]
*[[Ranger Pants]]


{{Navbox_clothing}}
{{Navbox items|tops}}
 
{{clear}}

Latest revision as of 17:18, 24 April 2024

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.0
Equipped
Shirt
Properties
Insulation
40%
Wind resistance
35%
Technical
Item ID
Base.Shirt_Ranger

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

Usage

Ranger shirts provide a moderate amount of insulation and wind resistance for the wearer's entire torso and arms.

Distribution

The ranger shirt can be found on park ranger zombies.

Body location

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

Trivia

  • The ranger shirt isn't available for selection by characters with the park ranger occupation in the character creation menu.

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