> For the complete documentation index, see [llms.txt](https://wiki.cubecadia.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.cubecadia.net/features/forges-custom-armor.md).

# ⚒️ Forges (Custom Armor)

### **Accessing the Forges**

You can visit the forge displays in person using: `/warp forges`

Since Bedrock doesn’t display custom item information properly, this wiki serves as your full visual guide to every set and its abilities!

***

### **Forge Sets**

<details>

<summary>🥊 Brawler Set</summary>

* **Style:** Offensive
* **Armor Piece Bonuses:**
  * Helmet - Hit entities to do +4 damage (12s Cooldown)
  * Chestplate - Hit entities while sprinting to give them weakness I for 4s (8s cooldown)
  * Leggings - If hit while under 10hp, gain +2hp (8s cooldown)
  * Boots - Getting a debuff effect gives you speed II for 10s (12s cooldown)
  * SET BONUS: Gain strength and jump boost I for 12s when hit below 10hp

<figure><img src="/files/WjryAHnm0BU4ZeBND6KQ" alt=""><figcaption></figcaption></figure>

<div><figure><img src="/files/zyFebbsIgBjxCeIyH6Cw" alt=""><figcaption></figcaption></figure> <figure><img src="/files/0e231piLi5FK6dtFIbtO" alt=""><figcaption></figcaption></figure> <figure><img src="/files/lijZqhes8ClgUK7iAKdx" alt=""><figcaption></figcaption></figure> <figure><img src="/files/TO4vbpsmOCfO2yRjgNyX" alt=""><figcaption></figcaption></figure></div>

</details>

<details>

<summary>🐢 Turtle Set</summary>

* **Style:** Defensive
* **Armor Piece Bonuses:**
  * Helmet - Being hit gives you +2 hp (10s cooldown)
  * Chestplate - Being hit while under 6hp gives absorption I for 5s
  * Leggings - Being hit while crouched reduces damage by 15% for 15s
  * Boots - Crouch when taking fall damage to do a slam attack and take no fall dmg + do 6 AoE damage (10s Cooldown)
  * SET BONUS: When hit under 6hp, gain resistance and regen I for 6s (8s cooldown)

</details>


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.cubecadia.net/features/forges-custom-armor.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
