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

Clothes Stand

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]
Clothes Stand
Location shop generic 01 52.png
[[File:{{{icon2}}}|Clothes Stand||class=pixelart}}]]
[[File:{{{icon3}}}|Clothes Stand||class=pixelart}}]]
[[File:{{{icon4}}}|Clothes Stand||class=pixelart}}]]
[[File:{{{icon5}}}|Clothes Stand||class=pixelart}}]]
[[File:{{{icon6}}}|Clothes Stand||class=pixelart}}]]
[[File:{{{icon7}}}|Clothes Stand||class=pixelart}}]]
[[File:{{{icon8}}}|Clothes Stand||class=pixelart}}]]
[[File:{{{icon9}}}|Clothes Stand||class=pixelart}}]]
General
Category
Clothes Stand
EncumbranceMoodle Icon HeavyLoad.png
5.0
Size
1 tile
Properties
TypeClothingrack
clothingrack
Disassemble
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_shop_generic_01_52
Tile ID(s)
163052

A clothes stand is a movable tile.

Usage

This tile uses the generic movable item when picked up.

Crafting

The following table contains the materials that can drop when disassembling this tile.

Base chance is not a percentage, but can provide a basic idea of rarity.
Disassembly materials
Material Amount of tries Base chance Maximum amount
Metal Bar 1 70 1
Scrap Metal 1 70 1

Code

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

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_shop_generic_01_52": {
          "name": "location_shop_generic_01_52",
          "id": 163052,
          "type": "MAX",
          "tileSheetIndex": 52,
          "properties": {
              "generic": {
                  "container": "clothingrack",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Clothes Stand",
                  "IsMoveAble": "",
                  "Material": "MetalBars",
                  "Material2": "MetalScrap",
                  "PickUpLevel": "1",
                  "PickUpWeight": 50,
                  "ScrapSize": "Small"
              }
          }
      }
  }

See also