More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
appliances_cooking_01_21
appliances_cooking_01_22
appliances_cooking_01_23
111021
111022
111023
An industrial oven 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 15. 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 |
Steel Sheet | 2 | 70 | 2 |
Steel Sheet - Small | 2 | 80 | 2 |
Nails | 4 | 50 | 4 |
Scrap Electronics | 1 | 80 | 1 |
Scrap Metal | 1 | 70 | 1 |
On dismantle failure | |||
Sheet Metal Scrap |
Code
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"appliances_cooking_01_20": {
"name": "appliances_cooking_01_20",
"id": 111020,
"type": "MAX",
"tileSheetIndex": 20,
"properties": {
"generic": {
"container": "stove",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CollisionShape": "WestCounter",
"ContainerCapacity": "15",
"ContainerPosition": "Low",
"CustomName": "Oven",
"Facing": "E",
"GroupName": "Industrial",
"IsMoveAble": "",
"IsoType": "IsoStove",
"Material": "Fridge",
"Material2": "Electric",
"Material3": "MetalScrap",
"PickUpLevel": "5",
"PickUpTool": "Electrician",
"PickUpWeight": 250,
"PlaceTool": "Electrician",
"Surface": "34",
"ScrapSize": "Large"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"appliances_cooking_01_21": {
"name": "appliances_cooking_01_21",
"id": 111021,
"type": "MAX",
"tileSheetIndex": 21,
"properties": {
"generic": {
"container": "stove",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CollisionShape": "NorthCounter",
"ContainerCapacity": "15",
"ContainerPosition": "Low",
"CustomName": "Oven",
"Facing": "S",
"GroupName": "Industrial",
"IsMoveAble": "",
"IsoType": "IsoStove",
"Material": "Fridge",
"Material2": "Electric",
"Material3": "MetalScrap",
"PickUpLevel": "5",
"PickUpTool": "Electrician",
"PickUpWeight": 250,
"PlaceTool": "Electrician",
"Surface": "34",
"ScrapSize": "Large"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"appliances_cooking_01_22": {
"name": "appliances_cooking_01_22",
"id": 111022,
"type": "MAX",
"tileSheetIndex": 22,
"properties": {
"generic": {
"container": "stove",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CollisionShape": "EastCounter",
"ContainerCapacity": "15",
"ContainerPosition": "Low",
"CustomName": "Oven",
"Facing": "W",
"GroupName": "Industrial",
"IsMoveAble": "",
"IsoType": "IsoStove",
"Material": "Fridge",
"Material2": "Electric",
"Material3": "MetalScrap",
"PickUpLevel": "5",
"PickUpTool": "Electrician",
"PickUpWeight": 250,
"PlaceTool": "Electrician",
"Surface": "34",
"ScrapSize": "Large"
}
}
}
}
Source: ProjectZomboid\media\newtiledefinitions.tiles
{
"appliances_cooking_01_23": {
"name": "appliances_cooking_01_23",
"id": 111023,
"type": "MAX",
"tileSheetIndex": 23,
"properties": {
"generic": {
"container": "stove",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CollisionShape": "SouthCounter",
"ContainerCapacity": "15",
"ContainerPosition": "Low",
"CustomName": "Oven",
"Facing": "N",
"GroupName": "Industrial",
"IsMoveAble": "",
"IsoType": "IsoStove",
"Material": "Fridge",
"Material2": "Electric",
"Material3": "MetalScrap",
"PickUpLevel": "5",
"PickUpTool": "Electrician",
"PickUpWeight": 250,
"PlaceTool": "Electrician",
"Surface": "34",
"ScrapSize": "Large"
}
}
}
}