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

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the Project Build 42 Update.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

Coffee X-Press

From PZwiki
(Redirected from Coffee X-Press)
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Parts of this page may have been automatically updated to the latest build (42.0.2).
For the build 41.78.16 article, please see the old revision.
Coffee X-Press
Appliances cooking 01 56.png
Appliances cooking 01 56.png
Appliances cooking 01 58.png
Appliances cooking 01 59.png
[[File:{{{icon5}}}|Coffee X-Press||class=pixelart}}]]
[[File:{{{icon6}}}|Coffee X-Press||class=pixelart}}]]
[[File:{{{icon7}}}|Coffee X-Press||class=pixelart}}]]
[[File:{{{icon8}}}|Coffee X-Press||class=pixelart}}]]
[[File:{{{icon9}}}|Coffee X-Press||class=pixelart}}]]
General
Category
Furniture
EncumbranceMoodle Icon HeavyLoad.png
4.0
Size
1 tile
Function
Cook food
Properties
TypeOven
Oven
Is table top
yes
Disassemble
Skill (level)
Tool(s)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
appliances_cooking_01_57
appliances_cooking_01_56
appliances_cooking_01_58
appliances_cooking_01_59
Tile ID(s)
111057
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.

Base chance is not a percentage, but can provide a basic idea of rarity.
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

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "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

Retrieved: Build 41.78.16
{
      "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

Retrieved: Build 41.78.16
{
      "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

Retrieved: Build 41.78.16
{
      "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": ""
              }
          }
      }
  }

See also