Slippers: Difference between revisions

From PZwiki
No edit summary
(made see also more relevant to article, +NPCs, simplified usage section)
Line 2: Line 2:
{{Page version|41.78.16}}
{{Page version|41.78.16}}
{{Reupload|Missing 3D model}}
{{Reupload|Missing 3D model}}
{{Stub}}
{{Infobox item
{{Infobox item
|name=Slippers
|name=Slippers
Line 15: Line 14:
|item_id=Base.Shoes_Slippers
|item_id=Base.Shoes_Slippers
}}
}}
'''Slippers''' are a clothing item that can be found throughout the world. They do not provide any protection from scratches, bites, or weather.
'''Slippers''' are a clothing item that can be found throughout the world.  


==Usage==
==Usage==
===Pros and cons===
Slippers provide no protection from the elements or zombies, and are best used as a cosmetic item.  
{{Pros-cons
|cons1 = Provide no protection.
|cons2 = Will slow the player down.
}}


==Distribution==
==Distribution==


===Buildings===
===NPCs===
Slippers can be found as an uncommon foraging item.
Slippers can be found on bathrobe, bedroom, hospital patient, and swimmer zombies, as well as some [[mannequin|mannequins]].


==Body location==
==Body location==
Line 62: Line 57:


==See also==
==See also==
*[[Boots]]
*[[Bath Robe]]
*[[Military Boots]]
*[[Shower Cap]]
*[[Riding Boots]]


{{Navbox items|footwear}}
{{Navbox items|footwear}}
[[Category:Articles requiring distribution tables]]
[[Category:Articles requiring distribution tables]]

Revision as of 20:45, 26 April 2024

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.
Slippers
Slippers
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Shoes
Properties
Run speed
70% (disabled)
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.

Distribution

NPCs

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

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_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