Football Helmet

From PZwiki
Revision as of 01:34, 3 February 2022 by Omar (talk | contribs) (Created page with "{{languages}} {{header|The Game World|Items|Clothing|version=Version 41|incver=65}} {{Infobox clothing | display_name=Football Helmet | name_colour=Clothing | name_text_colour...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The Game WorldItemsClothingFootball Helmet
Football Helmet
Football Helmet (Blue) Football Helmet (Red) Football Helmet (White)
General
Category Clothing
Encumbrance
Heavy Load
1.0
Body location FullHat
Speed
Combat speed 0.95
Protection
Scratch defense 100
Bite defense 100
Insulation
Insulation 0.55
Wind resistance 0.35
Water resistance 0.85
Technical details
Item ID Base.Hat_FootballHelmet

A football helmet is a helmet that provides moderate insulation and great protection.

Body Location

Protection Hat.png
  • Head

Code

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

	item Hat_FootballHelmet
		DisplayCategory		= Accessory,
		Type			= Clothing,
		DisplayName		= Football Helmet,
		ClothingItem		= Hat_FootballHelmet,
		BodyLocation		= FullHat,
		IconsForTexture		= HelmetFootballBlue;HelmetFootballRed;HelmetFootballWhite,
		BloodLocation		= FullHelmet,
		CanHaveHoles		= false,
		CombatSpeedModifier	= 0.95,
		BiteDefense		= 100,
		ScratchDefense		= 100,
		ChanceToFall		= 0,
		Insulation		= 0.55,
		WindResistance		= 0.35,
		WaterResistance		= 0.85,
		Weight			= 1.5,