Straps Small Dress

From PZwiki
Project ZomboidItemsClothingFull bodyStraps 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.
Straps Small Dress
Straps Small Dress
General
Category
Clothing
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Equipped
Dress
Properties
Insulation
15%
Wind resistance
10%
Technical
Item ID
Base.Dress_SmallStraps

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

Usage

Pros and cons

Pros Cons
  • Provides no protection.
  • Very little insulation.

Recipes

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

Product Ingredients Tools Requirements Workstation XP
Rag.png
Ripped Sheets
One of:
TshirtGeneric.png Clothing (cotton) ×1
Sheet.png Sheet ×1
none none none 0.25 Tailoring
SheetRope.png
Sheet Rope
One of:
Sheet.png Sheet ×1
Vest White.png Clothing (cotton) ×1
none none none none

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

Straps small dress are frequently found in clothes stores across the map.

NPCS

Zombies will sometimes be found wearing a straps 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_SmallStraps
     {
         DisplayCategory = Clothing,
         Type = Clothing,
         DisplayName = Straps Small Dress,
         ClothingItem = Dress_SmallStraps,
         BodyLocation = Dress,
         BloodLocation = ShortsShort;Shirt,
         Icon = DressGeneric,
         Insulation = 0.15,
         WindResistance = 0.1,
         FabricType = Cotton,
         WorldStaticModel = Dress_Small_Straps_Ground,
     }

See also