USA Crash Helmet

From PZwiki
Project ZomboidItemsClothingHeadwearHelmetsUSA Crash Helmet
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
USA Crash Helmet
CrashHelmet Stars3D.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Hat
Properties
Combat speed
95%
Scratch defence
100%
Bite defence
100%
Insulation
80%
Wind resistance
80%
Technical
Item ID
item Hat_CrashHelmet_Stars

The USA Crash Helmet is a variant of the Crash Helmet that's used by motorcyclists.

Usage

The USA crash helmet completely protects the wearer's head from scratches and bites at the cost of a minor penalty to combat-speed. Crash helmets provide a great amount of insulation and wind resistance. The helmet has a very low chance of falling off when the wearer is attacked.

Body location

Protection Hat.png
  • Head

Code

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

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

Retrieved: Build 41.78.16
item Hat_CrashHelmet_Stars
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = USA Crash Helmet,
		ClothingItem = Hat_CrashHelmet_Stars,
		BodyLocation = Hat,
		Icon = HelmetMotorcycleFlag,
		BloodLocation = FullHelmet,
		CanHaveHoles = false,
		CombatSpeedModifier = 0.95,
		BiteDefense = 100,
        ScratchDefense = 100,
        ChanceToFall = 0,
        Insulation = 0.8,
        WindResistance = 0.8,
	}

See also