Riding Boots

From PZwiki
Project ZomboidItemsClothingShoesRiding Boots
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Riding Boots
Shoes RidingBoots black model.png
Shoes RidingBoots Brown model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Shoes
Properties
Run speed
90% (disabled)
Scratch defence
100%
Bite defence
100%
Insulation
90%
Wind resistance
60%
Water resistance
45%
Technical
Item ID
Base.Shoes_RidingBoots

Riding boots are a clothing item that can be found throughout the world. They are slightly worse than military boots but provide the same protection.

Usage

Pros and cons

Pros Cons
  • Extremely bite and scratch resistant.
  • Excellent insulation and good weather protection
  • Can be difficult to find.
  • Will slow the player down a little.

Distribution

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

Shoes_RidingBoots distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median 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.
Containers
Building/Room Container Effective chance
bedroom crate 0.53%
bedroom crate 6.29%
closet crate 0.53%
closet crate 6.29%
clothingstorage crate 15.1%
clothingstorage metal_shelves 15.1%
clothingstore crate 15.1%
clothingstore metal_shelves 15.1%
clothingstore shelves 15.1%
departmentstorage crate 15.1%
departmentstorage metal_shelves 15.1%
departmentstore shelves 15.1%
garagestorage crate 0.53%
garagestorage crate 6.29%
leatherclothesstore shelves 15.1%
shoestore crate 15.1%
shoestore metal_shelves 15.1%
shoestore shelves 15.1%
storageunit crate 0.53%
storageunit crate 6.29%
storageunit metal_shelves 0.53%
storageunit metal_shelves 6.29%
Vehicles
Type Container Effective chance
Clothing Trunk 3.04%

Buildings

Riding boots are often found in houses and clothing stores.

NPCs

Zombies can sometimes be found wearing riding boots.

Body location

Protection Shoes.png
  • Feet

Code

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

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

Retrieved: Build 41.78.16
item Shoes_RidingBoots
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Riding Boots,
		ClothingItem = Shoes_RidingBoots,
		BodyLocation = Shoes,
		BloodLocation = Shoes,
		Icon = BootsRiding,
		StompPower = 2.2,
		ConditionLowerChanceOneIn = 15,
        ConditionMax = 27,
        RunSpeedModifier = 0.9,
        RemoveOnBroken = false,
        ScratchDefense = 100,
        BiteDefense = 100,
        Insulation = 0.9,
        WindResistance = 0.6,
        WaterResistance = 0.45,
        WorldStaticModel = Boots_Ground,
	}

See also