More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
Large Machine
[[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}}]]
Disassemble
Skill (level)
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
location_shop_accessories_01_17
location_shop_accessories_01_28
location_shop_accessories_01_29
Tile ID(s)
161016
161017
161028
161029
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.
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 snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"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
{
"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
{
"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
{
"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"
}
}
}
}