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

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

Helmet - Riding

From PZwiki
(Redirected from Helmet - Riding)
Project ZomboidItemsClothingHeadwearHelmetsHelmet - Riding
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Parts of this page may have been automatically updated to the latest build (42.0.2).
Helmet - Riding
Hat RidingHelmet model.png
General
Category
Protective Gear
Encumbrance
Moodle Icon HeavyLoad.png
1
Equipped
Properties
Scratch defence
60%
Bite defence
40%
Technical
Item ID
Base.Hat_RidingHelmet
GUID
1b6e0ffd-e2f2-4d1d-831a-8fb23f32c67a
ClothingItem

The riding helmet is a clothing item.

Usage

Pros and cons

Pros Cons
  • Complete protection from scratches and bites.
  • Does not contribute to overheating as much as some other hats.
  • Provides no insulation or protection from the elements.

Body part

Location

The loot distributions can be found in the table(s) below.

Hat_RidingHelmet 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.

Containers
Building/Room Container Effective chance
all cardboardbox 0.65%
all smallbox 0.65%
backstage cardboardbox 1.06%
backstage counter 2.1%
backstage locker 1.06%
bedroom cardboardbox 0.65%
bedroom crate 0.65%
closet cardboardbox 0.65%
garagestorage cardboardbox 0.65%
garagestorage crate 0.65%
SafehouseLoot_Mid cardboardbox 3.43%
SafehouseLoot_Mid crate 3.43%
SafehouseLoot_Mid dresser 3.43%
SafehouseLoot_Mid smallbox 3.43%
SafehouseLoot_Mid wardrobe 3.43%
shed cardboardbox 0.65%
storageunit cardboardbox 0.65%
storageunit crate 0.65%
storageunit metal_shelves 0.65%
storageunit smallbox 0.65%
Outfit
Outfit Probability GUID
Cyclist (female) 30% 870f6e8a-369e-44b8-9a9f-aa1ca1caf190
Cyclist (male) 30% 870f6e8a-369e-44b8-9a9f-aa1ca1caf190
Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 0 ForagingNav: 5
TownZone: 5
TrailerPark: 5
Vegitation: 5
- - - - - - -

History

Base.Hat_RidingHelmet

Version Description
Build 42.0.0 BiteDefense changed from 100 to 40.
CanHaveHoles changed from false to FALSE.
DiscomfortModifier added with value 0.10.
DisplayCategory changed from Accessory to ProtectiveGear.
DisplayName changed from Riding Helmet to Helmet - Riding.
ScratchDefense changed from 100 to 60.
Build 41.65 ChanceToFall removed.
DisplayCategory added with value Accessory.
Build 41.30 ChanceToFall changed from 30 to 10.
Build 41.19 ChanceToFall added with value 30.
Build 41.12 Released on this version.

Code

Item

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

Source: ProjectZomboid\media\scripts\clothing_helmets.txt

Retrieved: Build 42.0.2
item Hat_RidingHelmet
	{
		DisplayName = Helmet - Riding,
		DisplayCategory = ProtectiveGear,
		Type = Clothing,
		Icon = HelmetCrash,
		BloodLocation = Head,
		BodyLocation = Hat,
		CanHaveHoles = FALSE,
		ClothingItem = Hat_RidingHelmet,
		BiteDefense = 40,
		ScratchDefense = 60,
		DiscomfortModifier = 0.10,
	}

See also