> For the complete documentation index, see [llms.txt](https://shedever-studio.gitbook.io/chess-zombies-wpeng/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shedever-studio.gitbook.io/chess-zombies-wpeng/structures/civil/forge.md).

# Forge

### Forge level 1:

#### What is required for construction:

* [Ore storage](/chess-zombies-wpeng/structures/civil/ore-storage.md) level 1
* 3000 Energy, 60 Wood, 18 Ore and 24 Iron, 5 small Sapphires.
* Construction time: 3 hours.
* Upgrade speed up cost (instant upgrade completion): 1500 Energy, 2 small Sapphires.

#### What gives:

* [Craft](/chess-zombies-wpeng/ammunition/general-info/craft.md)/[Disassemble](/chess-zombies-wpeng/gameplay/rpg/resources/ammunition-disassemble.md): All types of common [Weapons](/chess-zombies-wpeng/ammunition/ammunition-types/weapon.md) and [Armor](/chess-zombies-wpeng/ammunition/ammunition-types/armor.md).
* Stored: 50 Iron.
* Unlocks the ability to build a Level 1 J[ewelry Workshop](/chess-zombies-wpeng/structures/civil/jewelry-workshop.md).

### Forge level 2:

#### What is required for construction:

* [Ore storage](/chess-zombies-wpeng/structures/civil/ore-storage.md) level 2
* 6000 Energy, 120 Wood, 36 Ore and 48 Iron, 5 medium Sapphires.
* Construction time: 6 hours.
* Upgrade speed up cost: 3000 Energy, 2 medium Sapphires.

#### What gives:

* [Craft](/chess-zombies-wpeng/ammunition/general-info/craft.md)/[Disassemble](/chess-zombies-wpeng/gameplay/rpg/resources/ammunition-disassemble.md): + all types of rare  [Weapons](/chess-zombies-wpeng/ammunition/ammunition-types/weapon.md) and [Armor](/chess-zombies-wpeng/ammunition/ammunition-types/armor.md).
* Stored: 100 Iron.
* Unlocks the ability to build a Level 2 J[ewelry Workshop](/chess-zombies-wpeng/structures/civil/jewelry-workshop.md).

### Forge level 3:

#### What is required for construction:

* [Ore storage](/chess-zombies-wpeng/structures/civil/ore-storage.md) level 3
* 12000 Energy, 240 Wood, 72 Ore and 96 Iron, 5 big Sapphires.
* Construction time: 12 hours.
* Upgrade speed up cost: 6000 Energy, 2 big Sapphires.

#### What gives:

* [Craft](/chess-zombies-wpeng/ammunition/general-info/craft.md)/[Disassemble](/chess-zombies-wpeng/gameplay/rpg/resources/ammunition-disassemble.md): + all types of super rare [Weapons](/chess-zombies-wpeng/ammunition/ammunition-types/weapon.md) and [Armor](/chess-zombies-wpeng/ammunition/ammunition-types/armor.md).
* Stored: 200 Iron.
* Unlocks the ability to build a Level 3 J[ewelry Workshop](/chess-zombies-wpeng/structures/civil/jewelry-workshop.md).

### Forge level 4:

#### What is required for construction:

* [Ore storage](/chess-zombies-wpeng/structures/civil/ore-storage.md) level 4
* 24000 Energy, 480 Wood, 144 Ore and 192 Iron, 5 unique Sapphires.
* Construction time: 24 hours.
* Upgrade speed up cost: 12000 Energy, 2 unique Sapphires.

#### What gives:

* [Craft](/chess-zombies-wpeng/ammunition/general-info/craft.md)/[Disassemble](/chess-zombies-wpeng/gameplay/rpg/resources/ammunition-disassemble.md): + all types of unique [Weapons](/chess-zombies-wpeng/ammunition/ammunition-types/weapon.md) and [Armor](/chess-zombies-wpeng/ammunition/ammunition-types/armor.md).
* Stored: 400 Iron.
* Unlocks the ability to build a Level 4 J[ewelry Workshop](/chess-zombies-wpeng/structures/civil/jewelry-workshop.md).

### Forge level 5:

#### What is required for construction:

* [Ore storage](/chess-zombies-wpeng/structures/civil/ore-storage.md) level 5
* 48000 Energy, 960 Wood, 288 Ore and 384 Iron, 5 legendary Sapphires.
* Construction time: 48 hours.
* Upgrade speed up cost: 24000 Energy, 2 legendary Sapphires.

#### What gives:

* [Craft](/chess-zombies-wpeng/ammunition/general-info/craft.md)/[Disassemble](/chess-zombies-wpeng/gameplay/rpg/resources/ammunition-disassemble.md): + all types of epic [Weapons](/chess-zombies-wpeng/ammunition/ammunition-types/weapon.md) and [Armor](/chess-zombies-wpeng/ammunition/ammunition-types/armor.md).
* Stored: 800 Iron.
* Unlocks the ability to build a Level 5 J[ewelry Workshop](/chess-zombies-wpeng/structures/civil/jewelry-workshop.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://shedever-studio.gitbook.io/chess-zombies-wpeng/structures/civil/forge.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
