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