Baseball Helmet

From PZwiki
Revision as of 21:46, 31 January 2022 by Omar (talk | contribs) (Created page with "{{languages}} {{header|The Game World|Items|Clothing|version=Version 41|incver=65}} {{Infobox clothing | display_name=Baseball Helmet | name_colour=Clothing | name_text_colour...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The Game WorldItemsClothingBaseball Helmet

Template:Infobox clothing A baseball hat is a hat that provides low insulation and great protection. It has three variants that correspond to three different baseball teams.

Usage

A baseball helmet can be used to protect the wearer from attacks to the head.

Distribution

Baseball helmets can be found in army bases and on certain zombies.

Body Location

Protection Hat.png
  • Head

Variants

Icon Name Base ID
Kentucky Baseball Helmet Kentucky Baseball Helmet Base.Hat_BaseballHelmet_KY
Riverside Rangers Baseball Helmet Riverside Rangers Baseball Helmet Base.Hat_BaseballHelmet_Rangers
Z Hurricanes Baseball Helmet Z Hurricanes Baseball Helmet Base.Hat_BaseballHelmet_Z

Code

From clothing_hats.txt (Project Zomboid directory/media/scripts/clothing)
Kentucky Baseball Helmet Kentucky Baseball Helmet Retrieved: Build 41.65

	item Hat_BaseballHelmet_KY
		DisplayCategory		= Accessory,
		Type			= Clothing,
		DisplayName		= Kentucky Baseball Helmet,
		ClothingItem		= Hat_BaseballHelmet_KY,
		BodyLocation		= Hat,
		Icon			= HelmetBaseballRed,
		BloodLocation		= FullHelmet,
		CanHaveHoles		= false,
		CombatSpeedModifier	= 0.95,
		BiteDefense		= 100,
		ScratchDefense		= 100,
		ChanceToFall		= 0,
		Insulation		= 0.3,

Riverside Rangers Baseball Helmet Riverside Rangers Baseball Helmet Retrieved: Build 41.65

	item Hat_BaseballHelmet_Rangers
		DisplayCategory		= Accessory,
		Type			= Clothing,
		DisplayName		= Riverside Rangers Baseball Helmet,
		ClothingItem		= Hat_BaseballHelmet_Rangers,
		BodyLocation		= Hat,
		Icon			= HelmetBaseballGreen,
		BloodLocation		= FullHelmet,
		CanHaveHoles		= false,
		CombatSpeedModifier	= 0.95,
		BiteDefense		= 100,
		ScratchDefense		= 100,
		ChanceToFall		= 0,
		Insulation		= 0.3,

Z Hurricanes Baseball Helmet Z Hurricanes Baseball Helmet Retrieved: Build 41.65

	item Hat_BaseballHelmet_Z
		DisplayCategory		= Accessory,
		Type			= Clothing,
		DisplayName		= Z Hurricanes Baseball Helmet,
		ClothingItem		= Hat_BaseballHelmet_Z,
		BodyLocation		= Hat,
		Icon			= HelmetBaseballBlue,
		BloodLocation		= FullHelmet,
		CanHaveHoles		= false,
		CombatSpeedModifier	= 0.95,
		BiteDefense		= 100,
		ScratchDefense		= 100,
		ChanceToFall		= 0,
		Insulation		= 0.3,