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

Hot Dog Machine

From PZwiki
Revision as of 06:54, 20 October 2024 by Calvy (talk | contribs) (Rework)
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Hot Dog Machine
Location shop fossoil 01 11.png
Location shop fossoil 01 10.png
[[File:{{{icon3}}}|Hot Dog Machine||class=pixelart}}]]
[[File:{{{icon4}}}|Hot Dog Machine||class=pixelart}}]]
[[File:{{{icon5}}}|Hot Dog Machine||class=pixelart}}]]
[[File:{{{icon6}}}|Hot Dog Machine||class=pixelart}}]]
[[File:{{{icon7}}}|Hot Dog Machine||class=pixelart}}]]
[[File:{{{icon8}}}|Hot Dog Machine||class=pixelart}}]]
[[File:{{{icon9}}}|Hot Dog Machine||class=pixelart}}]]
General
Category
Furniture
EncumbranceMoodle Icon HeavyLoad.png
3.0
Size
1 tile
Properties
Type
Movable
Is table top
yes
Disassemble
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
location_shop_fossoil_01_11
location_shop_fossoil_01_10
Tile ID(s)
162011
162010

A hot dog 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
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_fossoil_01_11": {
          "name": "location_shop_fossoil_01_11",
          "id": 162011,
          "type": "MAX",
          "tileSheetIndex": 11,
          "properties": {
              "generic": {
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Stand",
                  "Facing": "E",
                  "GroupName": "Fossoil Candy",
                  "IsMoveAble": "",
                  "Material": "MetalScrap",
                  "PickUpWeight": 30,
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "IsSurfaceOffset": "",
                  "IsTableTop": "",
                  "ItemHeight": "20"
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "location_shop_fossoil_01_10": {
          "name": "location_shop_fossoil_01_10",
          "id": 162010,
          "type": "MAX",
          "tileSheetIndex": 10,
          "properties": {
              "generic": {
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "CustomName": "Stand",
                  "Facing": "S",
                  "GroupName": "Fossoil Candy",
                  "IsMoveAble": "",
                  "Material": "MetalScrap",
                  "PickUpWeight": 30,
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "IsSurfaceOffset": "",
                  "IsTableTop": "",
                  "ItemHeight": "20"
              }
          }
      }
  }

See also