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

Large 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]
Large Machine
Location shop accessories 01 16.png
Location shop accessories 01 17.png
Location shop accessories 01 28.png
Location shop accessories 01 29.png
[[File:{{{icon5}}}|Large Machine||class=pixelart}}]]
[[File:{{{icon6}}}|Large Machine||class=pixelart}}]]
[[File:{{{icon7}}}|Large Machine||class=pixelart}}]]
[[File:{{{icon8}}}|Large Machine||class=pixelart}}]]
[[File:{{{icon9}}}|Large Machine||class=pixelart}}]]
General
Category
Machine
EncumbranceMoodle Icon HeavyLoad.png
25.0
Size
1 tile
Properties
TypeVendingsnack
vendingsnack
Capacity
20
Disassemble
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_shop_accessories_01_16
location_shop_accessories_01_17
location_shop_accessories_01_28
location_shop_accessories_01_29
Tile ID(s)
161016
161017
161028
161029

A large 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
Metal Sheet 1 70 1
Scrap Metal 1 70 1
Nails 4 50 4
Scrap Electronics 1 80 1
On dismantle failure
Unusable Metal

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_16": {
          "name": "location_shop_accessories_01_16",
          "id": 161016,
          "type": "MAX",
          "tileSheetIndex": 16,
          "properties": {
              "generic": {
                  "container": "vendingsnack",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "20",
                  "CustomName": "Machine",
                  "Facing": "E",
                  "GroupName": "Large",
                  "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_17": {
          "name": "location_shop_accessories_01_17",
          "id": 161017,
          "type": "MAX",
          "tileSheetIndex": 17,
          "properties": {
              "generic": {
                  "container": "vendingsnack",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "20",
                  "CustomName": "Machine",
                  "Facing": "S",
                  "GroupName": "Large",
                  "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_28": {
          "name": "location_shop_accessories_01_28",
          "id": 161028,
          "type": "MAX",
          "tileSheetIndex": 28,
          "properties": {
              "generic": {
                  "container": "vendingsnack",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "20",
                  "CustomName": "Machine",
                  "Facing": "W",
                  "GroupName": "Large",
                  "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_29": {
          "name": "location_shop_accessories_01_29",
          "id": 161029,
          "type": "MAX",
          "tileSheetIndex": 29,
          "properties": {
              "generic": {
                  "container": "vendingsnack",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "20",
                  "CustomName": "Machine",
                  "Facing": "N",
                  "GroupName": "Large",
                  "IsMoveAble": "",
                  "Material": "MetalPlates",
                  "Material2": "MetalScrap",
                  "Material3": "MetalPlates",
                  "PickUpWeight": 250,
                  "ScrapSize": "Large",
                  "ItemHeight": "70"
              }
          }
      }
  }

See also