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]
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D Model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Riding Boots
BootsRiding.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.

Containers
Building/Room Container Rolls Chance
bedroom crate 4 2
crate 1 0.2
clothingstorage crate 4 6
clothingstore shelves 4 6
shelves 4 6

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