More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
location_shop_accessories_01_8
location_shop_accessories_01_13
location_shop_accessories_01_12
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.
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
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"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
{
"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
{
"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
{
"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"
}
}
}
}