Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

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
Equipped
Hat
Properties
Combat speed
95%
Scratch defence
100%
Bite defence
100%
Insulation
80%
Wind resistance
80%
Technical
Item ID
Base.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

Location

Hat_CrashHelmet_Stars distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 0 Nav: 5
TownZone: 5
TrailerPark: 5
Vegitation: 5
- - - - - - -

History

Base.Hat_CrashHelmet_Stars

Version Description
Build 41.65 ChanceToFall changed from 10 to 0.
DisplayCategory added with value Accessory.
Build 41.30 ChanceToFall changed from 30 to 10.
Build 41.20 Insulation added with value 0.8.
WindResistance added with value 0.8.
Build 41.19 ChanceToFall added with value 30.
Build 41.12 Released on this version.

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