Shoes (random)

From PZwiki
Project ZomboidItemsClothingShoesShoes (random)
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Shoes
Shoes Black model.png
Shoes Brown model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Footwear
Properties
Run speed
95% (disabled)
Scratch defence
20%
Bite defence
10%
Insulation
40%
Wind resistance
25%
Technical
Item ID
Base.Shoes_Random

Shoes are a piece of clothing equipable on the player's feet. They can be selected in the character creation screen.

Usage

Shoes are used to protect the wearer's feet, both from running outside and from stepping on broken glass shards. Shoes provide very minor scratch protection, moderate insulation and minor wind resistance. Unlike sneakers, they do not increase the wearer's run speed, but slightly decrease it.

Distribution

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

Shoes_Random distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all locker 4 2.0
all wardrobe 4 2.0
bathroom locker 4 2.0
closet metal_shelves 4 2.0

Shoes can be found inside bedroom drawers and wardrobes as well as on civilian zombies. They may also be found in self-storage lots.

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_Random
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Shoes,
		ClothingItem = Shoes_Random,
		BodyLocation = Shoes,
		BloodLocation = Shoes,
		IconsForTexture = Shoes;ShoesBrown,
		StompPower = 2.1,
		ConditionLowerChanceOneIn = 12,
        ConditionMax = 24,
        RunSpeedModifier = 0.95,
        RemoveOnBroken = false,
        ScratchDefense = 20,
        BiteDefense = 10,
        Insulation = 0.4,
        WindResistance = 0.25,
        WorldStaticModel = Shoes_Ground,
	}

See also