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

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

Tabletop Soda Machine

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Parts of this page may have been automatically updated to the latest build (42.0.2).
Tabletop Soda Machine
Location shop accessories 01 9.png
Location shop accessories 01 8.png
Location shop accessories 01 13.png
Location shop accessories 01 12.png
[[File:{{{icon5}}}|Tabletop Soda Machine||class=pixelart}}]]
[[File:{{{icon6}}}|Tabletop Soda Machine||class=pixelart}}]]
[[File:{{{icon7}}}|Tabletop Soda Machine||class=pixelart}}]]
[[File:{{{icon8}}}|Tabletop Soda Machine||class=pixelart}}]]
[[File:{{{icon9}}}|Tabletop Soda Machine||class=pixelart}}]]
General
Category
Furniture
EncumbranceMoodle Icon HeavyLoad.png
8.0
Size
1 tile
Properties
Type
Movable
Is table top
yes
Disassemble
Skill (level)
Tool(s)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_shop_accessories_01_9
location_shop_accessories_01_8
location_shop_accessories_01_13
location_shop_accessories_01_12
Tile ID(s)
161009
161008
161013
161012

A tabletop soda machine 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
Nails 4 50 4
Scrap Electronics 1 80 1
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_9": {
          "name": "location_shop_accessories_01_9",
          "id": 161009,
          "type": "MAX",
          "tileSheetIndex": 9,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Machine",
                  "Facing": "E",
                  "GroupName": "Tabletop Soda",
                  "IsMoveAble": "",
                  "Material": "Electric",
                  "Material2": "MetalScrap",
                  "PickUpWeight": 80,
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "IsSurfaceOffset": "",
                  "IsTableTop": "",
                  "ItemHeight": "25"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_shop_accessories_01_8": {
          "name": "location_shop_accessories_01_8",
          "id": 161008,
          "type": "MAX",
          "tileSheetIndex": 8,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Machine",
                  "Facing": "S",
                  "GroupName": "Tabletop Soda",
                  "IsMoveAble": "",
                  "Material": "Electric",
                  "Material2": "MetalScrap",
                  "PickUpWeight": 80,
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "IsSurfaceOffset": "",
                  "IsTableTop": "",
                  "ItemHeight": "25"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_shop_accessories_01_13": {
          "name": "location_shop_accessories_01_13",
          "id": 161013,
          "type": "MAX",
          "tileSheetIndex": 13,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Machine",
                  "Facing": "W",
                  "GroupName": "Tabletop Soda",
                  "IsMoveAble": "",
                  "Material": "Electric",
                  "Material2": "MetalScrap",
                  "PickUpWeight": 80,
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "IsSurfaceOffset": "",
                  "IsTableTop": "",
                  "ItemHeight": "25"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_shop_accessories_01_12": {
          "name": "location_shop_accessories_01_12",
          "id": 161012,
          "type": "MAX",
          "tileSheetIndex": 12,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Machine",
                  "Facing": "N",
                  "GroupName": "Tabletop Soda",
                  "IsMoveAble": "",
                  "Material": "Electric",
                  "Material2": "MetalScrap",
                  "PickUpWeight": 80,
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "IsSurfaceOffset": "",
                  "IsTableTop": "",
                  "ItemHeight": "25"
              }
          }
      }
  }

See also