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

Antique Oven

From PZwiki
(Redirected from Antique Oven)
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Antique Oven
Appliances cooking 01 16.png
Appliances cooking 01 17.png
[[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}}]]
General
Category
Oven
EncumbranceMoodle Icon HeavyLoad.png
40.0
Size
1 tile
Properties
TypeWoodstove
woodstove
Capacity
15
Move
Pickup Skill (level)
Pickup Tool(s)
Place Tool(s)
Disassemble
Technical
Item ID(s)
Moveables.{sprite_id}
Sprite ID(s)
appliances_cooking_01_16
appliances_cooking_01_17
Tile ID(s)
111016
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.

Base chance is not a percentage, but can provide a basic idea of rarity.
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 icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\n\newtiledefinitions.tiles

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

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

See also