More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
Clothes Stand
[[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}}]]
Disassemble
Skill (level)
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.
Disassembly materials | |||
---|---|---|---|
Material | Amount of tries | Base chance | Maximum amount |
Metal Bar | 1 | 70 | 1 |
Scrap Metal | 1 | 70 | 1 |
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"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"
}
}
}
}