Fancy Shoes

From PZwiki
Project ZomboidItemsClothingShoesFancy Shoes
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.
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
Fancy Shoes
Fancy Shoes
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Shoes
Properties
Run speed
95% (disabled)
Scratch defence
20%
Bite defence
10%
Insulation
25%
Wind resistance
25%
Water resistance
25%
Technical
Item ID
Base.Shoes_Fancy

Fancy shoes are a clothing item that can be found throughout the world. They provide little protection from scratches, bites, or weather.

Usage

Pros and cons

Pros Cons
  • Extremely common.
  • Provide little protection.

Distribution

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

Containers
Building/Room Container Rolls Chance
all wardrobe 4 0.5
closet metal_shelves 4 0.1
clothingstorage crate 4 6
clothingstore shelves 4 6
stripclub dresser 4 0.5

Buildings

Fancy shoes can be found in houses, clothing stores, strip clubs.

NPCs

Fancy shoes can sometimes be found on zombies.

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_Fancy
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Fancy Shoes,
		ClothingItem = Shoes_Fancy,
		BodyLocation = Shoes,
		BloodLocation = Shoes,
		Icon = Shoes,
		StompPower = 2.1,
		ConditionLowerChanceOneIn = 12,
        ConditionMax = 24,
        RunSpeedModifier = 0.95,
        RemoveOnBroken = false,
        ScratchDefense = 20,
        BiteDefense = 10,
        Insulation = 0.25,
        WindResistance = 0.25,
        WaterResistance = 0.25,
        WorldStaticModel = Shoes_Ground,
	}

See also