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

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 '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.

    Containers
    Building/Room Container Effective chance
    all wardrobe 3.51%
    bedroom wardrobe 3.51%
    clothingstore counter 15.52%
    lingeriestore counter 23.67%
    lingeriestore crate 23.67%
    shoestore counter 15.52%
    stripclub dresser 3.51%
    Outfit
    Outfit Probability GUID
    Stripper Naked (female) 70% 2268190c-2734-465e-a8b7-5ead3601cbc3
    Stripper Pink (female) 50% 39c0f56e-4cfc-42ed-8190-20952b419838
    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
    - - - - - - -

    Variants

    History

    Base.StockingsBlack

    Version Description
    Build 41.69 DisplayCategory added with value Accessory.
    Build 41.65 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_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