More actions
(Redirected from Antique Oven)
Antique Oven
[[File:{{{icon3}}}|Antique Oven||class=pixelart}}]]
[[File:{{{icon4}}}|Antique Oven||class=pixelart}}]]
[[File:{{{icon5}}}|Antique Oven||class=pixelart}}]]
[[File:{{{icon6}}}|Antique Oven||class=pixelart}}]]
[[File:{{{icon7}}}|Antique Oven||class=pixelart}}]]
[[File:{{{icon8}}}|Antique Oven||class=pixelart}}]]
[[File:{{{icon9}}}|Antique Oven||class=pixelart}}]]
Move
Disassemble
Skill (level)
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
appliances_cooking_01_16
appliances_cooking_01_17
appliances_cooking_01_17
Tile ID(s)
111016
111017
111017
An antique oven (also known as antique stove) is a movable tile. It is often sought after as a convenient and safe way to cook food with firewood after power is out.
Usage
This tile can be used as a heat source to cook food. It requires fuel to work.
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 |
Metal Sheet | 1 | 70 | 1 |
Scrap Metal | 1 | 70 | 1 |
Scrap Metal | 1 | 70 | 1 |
On dismantle failure | |||
Unusable Metal |
Locations
Antique stoves may be found in garages or self storages. Additionally, the following always spawn on the map:
Business | Coordinates |
---|---|
Doe Valley, shack just north of Pony-Roam-O | 8546x8076 |
Doe Valley, farm nearly halfway to West Point | 9279x7780 |
Doe Valley, roadside shack | 7687x8445 |
Doe Valley, farm in the center of the map | 8540x9021 |
Muldraugh, center of town | 10743x9838 |
Muldraugh, Cabin in the western woods | 9665x8773 |
Muldraugh, Lone forest shack | 9344x10295 |
Muldraugh, Ben's cabin | 11242x8952 |
Dixie, camp grounds #1 | 12415x9005 |
Dixie, camp grounds #2 | 12468x8913 |
West Point, cabin by the lake | 10186x6759 |
West Point, shed by the Elementary School | 11791x6987 |
Valley Station, hunting cabin | 13634x7220 |
Code
Code snippet! This section contains source code from Project ZomboidShow / Hide
Source: ProjectZomboid\media\n\newtiledefinitions.tiles
{
"appliances_cooking_01_16": {
"name": "appliances_cooking_01_16",
"id": 111016,
"type": "MAX",
"tileSheetIndex": 16,
"properties": {
"generic": {
"container": "woodstove",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CollisionShape": "WestCounter",
"ContainerCapacity": "15",
"ContainerPosition": "Low",
"CustomName": "Oven",
"Facing": "E",
"GroupName": "Antique",
"IsMoveAble": "",
"IsoType": "IsoFireplace",
"Material": "MetalPlates",
"Material2": "MetalScrap",
"Material3": "MetalScrap",
"PickUpTool": "Hammer",
"PickUpWeight": 400,
"PlaceTool": "Hammer",
"Surface": "34"
}
}
}
}
Source: ProjectZomboid\media\n\newtiledefinitions.tiles
{
"appliances_cooking_01_17": {
"name": "appliances_cooking_01_17",
"id": 111017,
"type": "MAX",
"tileSheetIndex": 17,
"properties": {
"generic": {
"container": "woodstove",
"solidtrans": "",
"BlocksPlacement": "",
"CanScrap": "",
"CollisionShape": "NorthCounter",
"ContainerCapacity": "15",
"ContainerPosition": "Low",
"CustomName": "Oven",
"Facing": "S",
"GroupName": "Antique",
"IsMoveAble": "",
"IsoType": "IsoFireplace",
"Material": "MetalPlates",
"Material2": "MetalScrap",
"Material3": "MetalScrap",
"PickUpTool": "Hammer",
"PickUpWeight": 400,
"PlaceTool": "Hammer",
"Surface": "34"
}
}
}
}