More actions
Coat Rack
[[File:{{{icon5}}}|Coat Rack||class=pixelart}}]]
[[File:{{{icon6}}}|Coat Rack||class=pixelart}}]]
[[File:{{{icon7}}}|Coat Rack||class=pixelart}}]]
[[File:{{{icon8}}}|Coat Rack||class=pixelart}}]]
[[File:{{{icon9}}}|Coat Rack||class=pixelart}}]]
Properties
Type
Movable
Move
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_community_school_01_37
location_community_school_01_36
location_community_school_01_39
location_community_school_01_38
location_community_school_01_36
location_community_school_01_39
location_community_school_01_38
Tile ID(s)
214037
214036
214039
214038
214036
214039
214038
A coat rack 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 |
Plank | 6 | 40 | 6 |
Nails | 4 | 50 | 4 |
Screws | 4 | 50 | 4 |
Plank | 1 | 90 | 1 |
On dismantle failure | |||
Scrap Wood |
Breakage occurs when the player fails at picking up an item.
Breakage materials | ||
---|---|---|
Item dropped | Maximum amount | Chance per roll |
Plank | 3 | 20 |
Nails | 1 | 10 |
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_community_school_01_37": {
"name": "location_community_school_01_37",
"id": 214037,
"type": "MAX",
"tileSheetIndex": 37,
"properties": {
"generic": {
"CanScrap": "",
"CustomName": "Rack",
"Facing": "E",
"GroupName": "Coat",
"IsMoveAble": "",
"Material": "Wood",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 50,
"PlaceTool": "Hammer",
"ScrapSize": "Small",
"ItemHeight": "70",
"IsHigh": "",
"MoveType": "WallObject",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_community_school_01_36": {
"name": "location_community_school_01_36",
"id": 214036,
"type": "MAX",
"tileSheetIndex": 36,
"properties": {
"generic": {
"CanScrap": "",
"CustomName": "Rack",
"Facing": "S",
"GroupName": "Coat",
"IsMoveAble": "",
"Material": "Wood",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 50,
"PlaceTool": "Hammer",
"ScrapSize": "Small",
"ItemHeight": "70",
"IsHigh": "",
"MoveType": "WallObject",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_community_school_01_39": {
"name": "location_community_school_01_39",
"id": 214039,
"type": "MAX",
"tileSheetIndex": 39,
"properties": {
"generic": {
"CanScrap": "",
"CustomName": "Rack",
"Facing": "W",
"GroupName": "Coat",
"IsMoveAble": "",
"Material": "Wood",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 50,
"PlaceTool": "Hammer",
"ScrapSize": "Small",
"ItemHeight": "70",
"IsHigh": "",
"MoveType": "WallObject",
"CanBreak": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_community_school_01_38": {
"name": "location_community_school_01_38",
"id": 214038,
"type": "MAX",
"tileSheetIndex": 38,
"properties": {
"generic": {
"CanScrap": "",
"CustomName": "Rack",
"Facing": "N",
"GroupName": "Coat",
"IsMoveAble": "",
"Material": "Wood",
"PickUpLevel": "2",
"PickUpTool": "Hammer",
"PickUpWeight": 50,
"PlaceTool": "Hammer",
"ScrapSize": "Small",
"ItemHeight": "70",
"IsHigh": "",
"MoveType": "WallObject",
"CanBreak": ""
}
}
}
}