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

Standing Vault

From PZwiki
Project ZomboidTilesDecorationsStanding Vault
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Standing Vault
Location business bank 01 43.png
Location business bank 01 42.png
Location business bank 01 45.png
Location business bank 01 44.png
[[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}}]]
General
Category
Vault
EncumbranceMoodle Icon HeavyLoad.png
30.0
Size
1 tile
Properties
Type
Movable
Move
Pickup Skill (level)
Pickup Tool(s)
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
Tile ID(s)
148043
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.

Base chance is not a percentage, but can provide a basic idea of rarity.
Disassembly materials
Material Amount of tries Base chance Maximum amount
Scrap Metal 1 70 1

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_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

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

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

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

See also