Slippers

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Slippers
Slippers Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1
Equipped
Shoes
Properties
Max condition
6
Condition lower chance
2
Technical
Item ID
Base.Shoes_Slippers

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

Usage

Slippers provide no protection from the elements or zombies, and are best used as a cosmetic item.

Body location

Protection Shoes.png
  • Feet

Location

Notebook.png
This section may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.

NPCs

Slippers can be found on bathrobe, bedroom, hospital patient, and swimmer zombies, as well as some mannequins.

History

Base.Shoes_Slippers

Version Description
41.78.16 Released on or before this version.

Help PZwiki by adding to this history.

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_Slippers
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Slippers,
		ClothingItem = Shoes_Slippers,
		BodyLocation = Shoes,
		BloodLocation = Shoes,
		Icon = ShoesSlippers,
		StompPower = 0.8,
		ConditionLowerChanceOneIn = 2,
        ConditionMax = 6,
        RunSpeedModifier = 0.7,
        RemoveOnBroken = false,
        WorldStaticModel = Shoes_Slippers_Ground,
	}

See also