Baseball Helmet: Difference between revisions

From PZwiki
(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...")
 
m (Fixed distribution)
Line 29: Line 29:


==Distribution==
==Distribution==
Baseball helmets can be found in army bases and on certain [[zombie]]s.
Baseball helmets can be found on certain [[zombie]]s.


==Body Location==
==Body Location==

Revision as of 01:41, 1 February 2022

The Game WorldItemsClothingBaseball Helmet
Baseball Helmet
HelmetBaseballRed.png HelmetBaseballGreen.png HelmetBaseballBlue.png
General
Category Clothing
Encumbrance
Heavy Load
1.0
Body location Hat
Speed
Combat speed 0.95
Protection
Scratch defense 100
Bite defense 100
Insulation
Insulation 0.30
Technical details
Item ID See Variants

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 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,