Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

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

Shoes_Slippers distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Outfit
Outfit Probability GUID
Bathrobe (female) 30% 91ce795e-026b-426e-a26e-0dd5e691ff89
Bathrobe (male) 30% 91ce795e-026b-426e-a26e-0dd5e691ff89
Bedroom (female) 50% 0b8a7c88-59e7-4800-b61a-dfb2b0bd3e02
Bedroom (male) 50% 26a65c5b-4e11-4c83-81c9-c5994dfaa8c1
Hospital Patient (female) 30% 378a77f6-503c-4f41-967c-c6a5497e56b8
Hospital Patient (male) 30% a9f4056e-0c21-4aaf-a5e9-079ec5ff4b2e
Mannequin2 (female) 100% 03d3bacc-31fa-446e-8422-b6ec8ed34803
Swimmer (female) 100% 8b7bc116-27cd-479b-8b6e-86953f6646bb
Swimmer (male) 100% af2d9325-57a0-44a7-a71b-3e9d61477082
Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 0 Nav: 3
TownZone: 3
TrailerPark: 3
Vegitation: 3
- - - - - - -

History

Base.Shoes_Slippers

Version Description
Build 41.65 DisplayCategory added with value Clothing.
Build 41.54 WorldStaticModel added with value Shoes_Slippers_Ground.
Build 41.12 Released on this version.

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