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

Coat Rack

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]
Coat Rack
Location community school 01 37.png
Location community school 01 36.png
Location community school 01 39.png
Location community school 01 38.png
[[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}}]]
General
Category
Rack
EncumbranceMoodle Icon HeavyLoad.png
5.0
Size
1 tile
Properties
Type
Movable
Move
Pickup Skill (level)
Pickup Tool(s)
Place Tool(s)
Move type
WallObject
Disassemble
Skill (level)
Tool(s)
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
Tile ID(s)
214037
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.

Base chance is not a percentage, but can provide a basic idea of rarity.
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 icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "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

Retrieved: Build 41.78.16
{
      "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

Retrieved: Build 41.78.16
{
      "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

Retrieved: Build 41.78.16
{
      "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": ""
              }
          }
      }
  }

See also