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

Black Cash Register

From PZwiki
Project ZomboidTilesContainer tilesBlack Cash Register
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Black Cash Register
Location shop accessories 01 20.png
Location shop accessories 01 21.png
Location shop accessories 01 23.png
Location shop accessories 01 22.png
[[File:{{{icon5}}}|Black Cash Register||class=pixelart}}]]
[[File:{{{icon6}}}|Black Cash Register||class=pixelart}}]]
[[File:{{{icon7}}}|Black Cash Register||class=pixelart}}]]
[[File:{{{icon8}}}|Black Cash Register||class=pixelart}}]]
[[File:{{{icon9}}}|Black Cash Register||class=pixelart}}]]
General
Category
Register
EncumbranceMoodle Icon HeavyLoad.png
4.0
Size
1 tile
Properties
TypeCashregister
cashregister
Capacity
5
Is table top
yes
Disassemble
Skill (level)
Tool(s)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_shop_accessories_01_20
location_shop_accessories_01_21
location_shop_accessories_01_23
location_shop_accessories_01_22
Tile ID(s)
161020
161021
161023
161022

A black cash register is a movable tile.

Usage

This tile can be used to store items. It has a capacity of 5. 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_shop_accessories_01_20": {
          "name": "location_shop_accessories_01_20",
          "id": 161020,
          "type": "MAX",
          "tileSheetIndex": 20,
          "properties": {
              "generic": {
                  "container": "cashregister",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "5",
                  "CustomName": "Register",
                  "Facing": "E",
                  "GroupName": "Black Cash",
                  "IsMoveAble": "",
                  "Material": "Mechanical",
                  "Material2": "MetalScrap",
                  "PickUpWeight": 40,
                  "Surface": "34",
                  "IsSurfaceOffset": "",
                  "IsTableTop": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_shop_accessories_01_21": {
          "name": "location_shop_accessories_01_21",
          "id": 161021,
          "type": "MAX",
          "tileSheetIndex": 21,
          "properties": {
              "generic": {
                  "container": "cashregister",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "5",
                  "CustomName": "Register",
                  "Facing": "S",
                  "GroupName": "Black Cash",
                  "IsMoveAble": "",
                  "Material": "Mechanical",
                  "Material2": "MetalScrap",
                  "PickUpWeight": 40,
                  "Surface": "34",
                  "IsSurfaceOffset": "",
                  "IsTableTop": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_shop_accessories_01_23": {
          "name": "location_shop_accessories_01_23",
          "id": 161023,
          "type": "MAX",
          "tileSheetIndex": 23,
          "properties": {
              "generic": {
                  "container": "cashregister",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "5",
                  "CustomName": "Register",
                  "Facing": "W",
                  "GroupName": "Black Cash",
                  "IsMoveAble": "",
                  "Material": "Mechanical",
                  "Material2": "MetalScrap",
                  "PickUpWeight": 40,
                  "Surface": "34",
                  "IsSurfaceOffset": "",
                  "IsTableTop": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_shop_accessories_01_22": {
          "name": "location_shop_accessories_01_22",
          "id": 161022,
          "type": "MAX",
          "tileSheetIndex": 22,
          "properties": {
              "generic": {
                  "container": "cashregister",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "5",
                  "CustomName": "Register",
                  "Facing": "N",
                  "GroupName": "Black Cash",
                  "IsMoveAble": "",
                  "Material": "Mechanical",
                  "Material2": "MetalScrap",
                  "PickUpWeight": 40,
                  "Surface": "34",
                  "IsSurfaceOffset": "",
                  "IsTableTop": ""
              }
          }
      }
  }

See also