More actions
Standing Vault
[[File:{{{icon5}}}|Standing Vault||class=pixelart}}]]
[[File:{{{icon6}}}|Standing Vault||class=pixelart}}]]
[[File:{{{icon7}}}|Standing Vault||class=pixelart}}]]
[[File:{{{icon8}}}|Standing Vault||class=pixelart}}]]
[[File:{{{icon9}}}|Standing Vault||class=pixelart}}]]
Properties
Type
Movable
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_business_bank_01_43
location_business_bank_01_42
location_business_bank_01_45
location_business_bank_01_44
location_business_bank_01_42
location_business_bank_01_45
location_business_bank_01_44
Tile ID(s)
148043
148042
148045
148044
148042
148045
148044
A standing vault 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 |
Scrap Metal | 1 | 70 | 1 |
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_business_bank_01_43": {
"name": "location_business_bank_01_43",
"id": 148043,
"type": "MAX",
"tileSheetIndex": 43,
"properties": {
"generic": {
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Vault",
"Facing": "E",
"GroupName": "Standing",
"IsMoveAble": "",
"Material3": "MetalScrap",
"PickUpLevel": "2",
"PickUpTool": "Crowbar",
"PickUpWeight": 300,
"ScrapSize": "Large"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_business_bank_01_42": {
"name": "location_business_bank_01_42",
"id": 148042,
"type": "MAX",
"tileSheetIndex": 42,
"properties": {
"generic": {
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Vault",
"Facing": "S",
"GroupName": "Standing",
"IsMoveAble": "",
"Material3": "MetalScrap",
"PickUpLevel": "2",
"PickUpTool": "Crowbar",
"PickUpWeight": 300,
"ScrapSize": "Large"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_business_bank_01_45": {
"name": "location_business_bank_01_45",
"id": 148045,
"type": "MAX",
"tileSheetIndex": 45,
"properties": {
"generic": {
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Vault",
"Facing": "W",
"GroupName": "Standing",
"IsMoveAble": "",
"Material3": "MetalScrap",
"PickUpLevel": "2",
"PickUpTool": "Crowbar",
"PickUpWeight": 300,
"ScrapSize": "Large"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"location_business_bank_01_44": {
"name": "location_business_bank_01_44",
"id": 148044,
"type": "MAX",
"tileSheetIndex": 44,
"properties": {
"generic": {
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "Vault",
"Facing": "N",
"GroupName": "Standing",
"IsMoveAble": "",
"Material3": "MetalScrap",
"PickUpLevel": "2",
"PickUpTool": "Crowbar",
"PickUpWeight": 300,
"ScrapSize": "Large"
}
}
}
}