More actions
Medical Tool Drawers
[[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}}]]
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
location_community_medical_01_37
location_community_medical_01_38
location_community_medical_01_39
Tile ID(s)
213036
213037
213038
213039
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.
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 snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"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
{
"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
{
"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
{
"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": ""
}
}
}
}