Strapless Small Dress

From PZwiki
Project ZomboidItemsClothingFull bodyStrapless Small Dress
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.
Strapless Small Dress
DressGenericStrapless.png
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Dress
Properties
Scratch defence
0%
Bite defence
0%
Neck protection
0%
Insulation
15%
Wind resistance
10%
Technical
Item ID
Base.Dress_SmallStrapless

The strapless small dress is a common clothing item that covers the torso.

Usage

Pros and cons

Pros Cons
  • Provides no protection
  • Very little Insulation

Recipes

Strapless small dresses can be tied into sheet rope or torn apart to create ripped sheets.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Rag.png
Ripped Sheets
0.25 Tailoring none
(consumed)

SheetRope.png
Sheet Rope
0 XP none
(consumed)

Distribution

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

Containers
Building/Room Container Rolls Chance
all clothingrack 4 1
lingeriestore clothingrack 4 1

Buildings

Strapless small dresses are frequently found in clothes stores across the map.

NPCS

Zombies will sometimes be found wearing a strapless small dress.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\clothing\clothing_suits.txt

Retrieved: Build 41.78.16
item Dress_SmallStrapless
     {
         DisplayCategory = Clothing,
         Type = Clothing,
         DisplayName = Strapless Small Dress,
         ClothingItem = Dress_SmallStrapless,
         BodyLocation = Dress,
         BloodLocation = ShortsShort;Shirt,
         Icon = DressGenericStrapless,
         Insulation = 0.15,
         WindResistance = 0.1,
         FabricType = Cotton,
         WorldStaticModel = Dress_Small_Strapless_Ground,
     }

See also