Stockings

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]
Stockings
StockingsWhite Model.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Equipped
UnderwearExtra1
Technical
Item ID
Base.StockingsWhite

Stockings are a clothing item that can be worn under pants.

Usage

Stockings are purely an aesthetic item and provides no protection from scratches, bites, or weather.

Body location

Protection None.png

    Location

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

    StockingsWhite distributionShow / Hide

    Effective chance calculations are based off of default loot settings and median 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.

    Containers
    Building/Room Container Effective chance
    all wardrobe 3.04%
    bedroom wardrobe 3.04%
    clothingstore counter 15.1%
    lingeriestore counter 23.28%
    lingeriestore crate 23.28%
    shoestore counter 15.1%
    stripclub dresser 3.04%

    NPCs

    Stockings can sometimes be found on stripper zombies.

    Variants

    History

    Base.StockingsBlack

    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_underwear.txt

    Retrieved: Build 41.78.16
    item StockingsBlack
    	{
    	    DisplayCategory = Accessory,
    		Type = Clothing,
    		DisplayName = Stockings,
    		ClothingItem = StockingsBlack,
    		BodyLocation = UnderwearExtra1,
    		Icon = StockingsOpaque,
    		Weight = 0.1,
    		WorldStaticModel = StockingsBlack_Ground,
    	}
    

    See also