More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
For the build 41.78.16 article, please see the old revision.
appliances_cooking_01_56
appliances_cooking_01_58
appliances_cooking_01_59
111056
111058
111059
A coffee x-press is a movable tile.
Usage
This tile can be used as a heat source to cook food. It requires power to operate. It has a capacity of . 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
{
"appliances_cooking_01_57": {
"name": "appliances_cooking_01_57",
"id": 111057,
"type": "MAX",
"tileSheetIndex": 57,
"properties": {
"generic": {
"container": "stove",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "X-press",
"Facing": "E",
"GroupName": "Coffee",
"IsMoveAble": "",
"Material": "Electric",
"Material2": "MetalScrap",
"PickUpWeight": 40,
"Surface": "34",
"ScrapSize": "Small",
"IsSurfaceOffset": "",
"IsTableTop": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"appliances_cooking_01_56": {
"name": "appliances_cooking_01_56",
"id": 111056,
"type": "MAX",
"tileSheetIndex": 56,
"properties": {
"generic": {
"container": "stove",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "X-press",
"Facing": "S",
"GroupName": "Coffee",
"IsMoveAble": "",
"Material": "Electric",
"Material2": "MetalScrap",
"PickUpWeight": 40,
"Surface": "34",
"ScrapSize": "Small",
"IsSurfaceOffset": "",
"IsTableTop": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"appliances_cooking_01_58": {
"name": "appliances_cooking_01_58",
"id": 111058,
"type": "MAX",
"tileSheetIndex": 58,
"properties": {
"generic": {
"container": "stove",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "X-press",
"Facing": "W",
"GroupName": "Coffee",
"IsMoveAble": "",
"Material": "Electric",
"Material2": "MetalScrap",
"PickUpWeight": 40,
"Surface": "34",
"ScrapSize": "Small",
"IsSurfaceOffset": "",
"IsTableTop": ""
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"appliances_cooking_01_59": {
"name": "appliances_cooking_01_59",
"id": 111059,
"type": "MAX",
"tileSheetIndex": 59,
"properties": {
"generic": {
"container": "stove",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CustomName": "X-press",
"Facing": "N",
"GroupName": "Coffee",
"IsMoveAble": "",
"Material": "Electric",
"Material2": "MetalScrap",
"PickUpWeight": 40,
"Surface": "34",
"ScrapSize": "Small",
"IsSurfaceOffset": "",
"IsTableTop": ""
}
}
}
}