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

Medical Tool Drawers

From PZwiki
Project ZomboidTilesContainer tilesMedical Tool Drawers
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Medical Tool Drawers
Location community medical 01 36.png
Location community medical 01 37.png
Location community medical 01 38.png
Location community medical 01 39.png
[[File:{{{icon5}}}|Medical Tool Drawers||class=pixelart}}]]
[[File:{{{icon6}}}|Medical Tool Drawers||class=pixelart}}]]
[[File:{{{icon7}}}|Medical Tool Drawers||class=pixelart}}]]
[[File:{{{icon8}}}|Medical Tool Drawers||class=pixelart}}]]
[[File:{{{icon9}}}|Medical Tool Drawers||class=pixelart}}]]
General
Category
Drawers
EncumbranceMoodle Icon HeavyLoad.png
10.0
Size
1 tile
Properties
TypeWardrobe
wardrobe
Capacity
15
Is low
True
Disassemble
Skill (level)
Tool(s)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_community_medical_01_36
location_community_medical_01_37
location_community_medical_01_38
location_community_medical_01_39
Tile ID(s)
213036
213037
213038
213039

A medical tool drawers is a movable tile.

Usage

This tile can be used to store items. It has a capacity of 15. 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

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_medical_01_36": {
          "name": "location_community_medical_01_36",
          "id": 213036,
          "type": "MAX",
          "tileSheetIndex": 36,
          "properties": {
              "generic": {
                  "container": "wardrobe",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "15",
                  "ContainerPosition": "Low",
                  "CustomName": "Drawers",
                  "Facing": "E",
                  "GroupName": "Medical Tool",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "PickUpWeight": 100,
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "IsTable": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_community_medical_01_37": {
          "name": "location_community_medical_01_37",
          "id": 213037,
          "type": "MAX",
          "tileSheetIndex": 37,
          "properties": {
              "generic": {
                  "container": "wardrobe",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "15",
                  "ContainerPosition": "Low",
                  "CustomName": "Drawers",
                  "Facing": "S",
                  "GroupName": "Medical Tool",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "PickUpWeight": 100,
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "IsTable": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_community_medical_01_38": {
          "name": "location_community_medical_01_38",
          "id": 213038,
          "type": "MAX",
          "tileSheetIndex": 38,
          "properties": {
              "generic": {
                  "container": "wardrobe",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "15",
                  "ContainerPosition": "Low",
                  "CustomName": "Drawers",
                  "Facing": "W",
                  "GroupName": "Medical Tool",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "PickUpWeight": 100,
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "IsTable": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_community_medical_01_39": {
          "name": "location_community_medical_01_39",
          "id": 213039,
          "type": "MAX",
          "tileSheetIndex": 39,
          "properties": {
              "generic": {
                  "container": "wardrobe",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "15",
                  "ContainerPosition": "Low",
                  "CustomName": "Drawers",
                  "Facing": "N",
                  "GroupName": "Medical Tool",
                  "IsLow": "",
                  "IsMoveAble": "",
                  "Material": "Wood",
                  "PickUpWeight": 100,
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "IsTable": ""
              }
          }
      }
  }

See also