Bowling Shoes

From PZwiki
Project ZomboidItemsClothingShoesBowling Shoes
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Bowling Shoes
Shoes Bowling Model.png
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_Bowling

Bowling shoes are a clothing item that can be found throughout the world.

Usage

Pros and cons

Pros Cons
  • Provides some small resistance to wind, water, and cold.
  • Provides poor protection from zombies.
  • Uncommon, and provides worse overall stats than more common footwear.

Body location

Protection Shoes.png
  • Feet

Distribution

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

Shoes_Fancy distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all wardrobe 4 0.5
closet metal_shelves 4 0.1
clothingstorage crate 4 6.0
clothingstore shelves 4 6.0
stripclub dresser 4 0.5
Vehicles
Vehicle Type/Location Rolls Chance
ClothingTruckBed 4 0.6

NPCs

Bowling shoes can be found on zombified bowlers.

Trivia

  • They currently use the same icon as regular shoes.

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_Bowling
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Bowling Shoes,
		ClothingItem = Shoes_Bowling,
		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