More actions
White File Cabinet
[[File:{{{icon5}}}|White File Cabinet||class=pixelart}}]]
[[File:{{{icon6}}}|White File Cabinet||class=pixelart}}]]
[[File:{{{icon7}}}|White File Cabinet||class=pixelart}}]]
[[File:{{{icon8}}}|White File Cabinet||class=pixelart}}]]
[[File:{{{icon9}}}|White File Cabinet||class=pixelart}}]]
Disassemble
Skill (level)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_business_office_generic_01_33
location_business_office_generic_01_32
location_business_office_generic_01_35
location_business_office_generic_01_34
location_business_office_generic_01_32
location_business_office_generic_01_35
location_business_office_generic_01_34
Tile ID(s)
149033
149032
149035
149034
149032
149035
149034
A white file cabinet is a movable tile.
Usage
This tile can be used to store items.
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 |
Small Metal Sheet | 2 | 80 | 2 |
Scrap Metal | 1 | 70 | 1 |
On dismantle failure | |||
Unusable Metal |
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_business_office_generic_01_33": {
"name": "location_business_office_generic_01_33",
"id": 149033,
"type": "MAX",
"tileSheetIndex": 33,
"properties": {
"generic": {
"container": "filingcabinet",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "15",
"CustomName": "Cabinet",
"Facing": "E",
"GroupName": "White File",
"IsLow": "",
"IsMoveAble": "",
"Material": "SmallMetalPlates",
"Material2": "MetalScrap",
"PickUpWeight": 120,
"ItemHeight": "40"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_business_office_generic_01_32": {
"name": "location_business_office_generic_01_32",
"id": 149032,
"type": "MAX",
"tileSheetIndex": 32,
"properties": {
"generic": {
"container": "filingcabinet",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "15",
"CustomName": "Cabinet",
"Facing": "S",
"GroupName": "White File",
"IsLow": "",
"IsMoveAble": "",
"Material": "SmallMetalPlates",
"Material2": "MetalScrap",
"PickUpWeight": 120,
"ItemHeight": "40"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_business_office_generic_01_35": {
"name": "location_business_office_generic_01_35",
"id": 149035,
"type": "MAX",
"tileSheetIndex": 35,
"properties": {
"generic": {
"container": "filingcabinet",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "15",
"CustomName": "Cabinet",
"Facing": "W",
"GroupName": "White File",
"IsLow": "",
"IsMoveAble": "",
"Material": "SmallMetalPlates",
"Material2": "MetalScrap",
"PickUpWeight": 120,
"ItemHeight": "40"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_business_office_generic_01_34": {
"name": "location_business_office_generic_01_34",
"id": 149034,
"type": "MAX",
"tileSheetIndex": 34,
"properties": {
"generic": {
"container": "filingcabinet",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"ContainerCapacity": "15",
"CustomName": "Cabinet",
"Facing": "N",
"GroupName": "White File",
"IsLow": "",
"IsMoveAble": "",
"Material": "SmallMetalPlates",
"Material2": "MetalScrap",
"PickUpWeight": 120,
"ItemHeight": "40"
}
}
}
}