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

Small Soda Machine

From PZwiki
Project ZomboidTilesContainer tilesSmall Soda Machine
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).
Small Soda Machine
Location shop accessories 01 18.png
Location shop accessories 01 19.png
Location shop accessories 01 30.png
Location shop accessories 01 31.png
[[File:{{{icon5}}}|Small Soda Machine||class=pixelart}}]]
[[File:{{{icon6}}}|Small Soda Machine||class=pixelart}}]]
[[File:{{{icon7}}}|Small Soda Machine||class=pixelart}}]]
[[File:{{{icon8}}}|Small Soda Machine||class=pixelart}}]]
[[File:{{{icon9}}}|Small Soda Machine||class=pixelart}}]]
General
Category
Machine
EncumbranceMoodle Icon HeavyLoad.png
25.0
Size
1 tile
Properties
TypeVendingpop
vendingpop
Capacity
20
Disassemble
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_shop_accessories_01_18
location_shop_accessories_01_19
location_shop_accessories_01_30
location_shop_accessories_01_31
Tile ID(s)
161018
161019
161030
161031

A small soda machine is a movable tile.

Usage

This tile can be used to store items. It has a capacity of 20. 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
Steel Sheet 1 70 1
Scrap Metal 1 70 1
Nails 4 50 4
Scrap Electronics 1 80 1
On dismantle failure
Sheet Metal Scrap

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_18": {
          "name": "location_shop_accessories_01_18",
          "id": 161018,
          "type": "MAX",
          "tileSheetIndex": 18,
          "properties": {
              "generic": {
                  "container": "vendingpop",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "20",
                  "CustomName": "Machine",
                  "Facing": "E",
                  "GroupName": "Small Soda",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "MetalScrap",
                  "Material3": "Electric",
                  "PickUpWeight": 250,
                  "ScrapSize": "Large",
                  "ItemHeight": "70"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_shop_accessories_01_19": {
          "name": "location_shop_accessories_01_19",
          "id": 161019,
          "type": "MAX",
          "tileSheetIndex": 19,
          "properties": {
              "generic": {
                  "container": "vendingpop",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "20",
                  "CustomName": "Machine",
                  "Facing": "S",
                  "GroupName": "Small Soda",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "MetalScrap",
                  "Material3": "Electric",
                  "PickUpWeight": 250,
                  "ScrapSize": "Large",
                  "ItemHeight": "70"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_shop_accessories_01_30": {
          "name": "location_shop_accessories_01_30",
          "id": 161030,
          "type": "MAX",
          "tileSheetIndex": 30,
          "properties": {
              "generic": {
                  "container": "vendingpop",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "20",
                  "CustomName": "Machine",
                  "Facing": "W",
                  "GroupName": "Small Soda",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "MetalScrap",
                  "Material3": "MetalPlates",
                  "PickUpWeight": 250,
                  "ScrapSize": "Large",
                  "ItemHeight": "70"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_shop_accessories_01_31": {
          "name": "location_shop_accessories_01_31",
          "id": 161031,
          "type": "MAX",
          "tileSheetIndex": 31,
          "properties": {
              "generic": {
                  "container": "vendingpop",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "20",
                  "CustomName": "Machine",
                  "Facing": "N",
                  "GroupName": "Small Soda",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "MetalScrap",
                  "Material3": "MetalPlates",
                  "PickUpWeight": 250,
                  "ScrapSize": "Large",
                  "ItemHeight": "70"
              }
          }
      }
  }

See also