Boots

From PZwiki
Spiffo controlyourself.png
This page was last updated for an older version (41.56).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Boots
BootsBiker.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
75%
Wind resistance
65%
Water resistance
65%
Technical
Item ID
Base.Shoes_BlackBoots

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.
  • Better insulation and weather protection than most other footwear.
  • 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
all Outfit_Hunter 4 4
bandlivingroom locker 4 6
bandmerch metal_shelves 4 6
bathroom locker 4 4
bedroom crate 4 2
crate 1 0.2
locker 4 4
changeroom locker 4 4
closet crate 4 4
crate 4 4
metal_shelves 4 0.5
clothingstorage crate 4 6
clothingstore shelves 4 1
shelves 4 1
toolstore counter 4 8
counter 4 8

Buildings

Boots are most commonly found in houses, lockers, clothing stores. They can also be found in tool stores.

NPCs

Zombies can sometimes be found wearing 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

item Shoes_BlackBoots
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Boots,
		ClothingItem = Shoes_BlackBoots,
		BodyLocation = Shoes,
		BloodLocation = Shoes,
		Icon = BootsBiker,
		StompPower = 2.2,
		ConditionLowerChanceOneIn = 15,
        ConditionMax = 27,
        RunSpeedModifier = 0.9,
        RemoveOnBroken = false,
        ScratchDefense = 100,
        BiteDefense = 100,
        Insulation = 0.75,
        WindResistance = 0.65,
        WaterResistance = 0.65,
        WorldStaticModel = Boots_Ground,
	}

See also