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

Small Chrome Toaster

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Small Chrome Toaster
Appliances cooking 01 33.png
Appliances cooking 01 32.png
[[File:{{{icon3}}}|Small Chrome Toaster||class=pixelart}}]]
[[File:{{{icon4}}}|Small Chrome Toaster||class=pixelart}}]]
[[File:{{{icon5}}}|Small Chrome Toaster||class=pixelart}}]]
[[File:{{{icon6}}}|Small Chrome Toaster||class=pixelart}}]]
[[File:{{{icon7}}}|Small Chrome Toaster||class=pixelart}}]]
[[File:{{{icon8}}}|Small Chrome Toaster||class=pixelart}}]]
[[File:{{{icon9}}}|Small Chrome Toaster||class=pixelart}}]]
General
Category
Toaster
EncumbranceMoodle Icon HeavyLoad.png
5.0
Size
1 tile
Properties
TypeOven
Oven
Capacity
3
Is table top
yes
Disassemble
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
appliances_cooking_01_33
appliances_cooking_01_32
Tile ID(s)
111033
111032

A small chrome toaster is a movable tile.

Usage

This tile can be used as a heat source to cook food. It requires power to operate.

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
Scrap Metal 1 70 1
Nails 4 50 4
Scrap Electronics 1 80 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_33": {
          "name": "appliances_cooking_01_33",
          "id": 111033,
          "type": "MAX",
          "tileSheetIndex": 33,
          "properties": {
              "generic": {
                  "container": "stove",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "3",
                  "CustomName": "Toaster",
                  "Facing": "W",
                  "GroupName": "Small Chrome",
                  "IsMoveAble": "",
                  "Material": "MetalScrap",
                  "Material2": "Electric",
                  "PickUpWeight": 50,
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "IsSurfaceOffset": "",
                  "IsTableTop": "",
                  "attachedSurface": ""
              }
          }
      }
  }

Source: ProjectZomboid\media\newtiledefinitions.tiles

Retrieved: Build 41.78.16
{
      "appliances_cooking_01_32": {
          "name": "appliances_cooking_01_32",
          "id": 111032,
          "type": "MAX",
          "tileSheetIndex": 32,
          "properties": {
              "generic": {
                  "container": "stove",
                  "solidtrans": "",
                  "BlocksPlacement": "",
                  "CanScrap": "",
                  "ContainerCapacity": "3",
                  "CustomName": "Toaster",
                  "Facing": "N",
                  "GroupName": "Small Chrome",
                  "IsMoveAble": "",
                  "Material": "MetalScrap",
                  "Material2": "Electric",
                  "PickUpWeight": 50,
                  "Surface": "34",
                  "ScrapSize": "Small",
                  "IsSurfaceOffset": "",
                  "IsTableTop": "",
                  "attachedSurface": ""
              }
          }
      }
  }

See also