More actions
Small Chrome Toaster
[[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}}]]
Disassemble
Skill (level)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
appliances_cooking_01_33
appliances_cooking_01_32
appliances_cooking_01_32
Tile ID(s)
111033
111032
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.
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 snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"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
{
"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": ""
}
}
}
}