> For the complete documentation index, see [llms.txt](https://yowsef-development.gitbook.io/yowsef-development-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yowsef-development.gitbook.io/yowsef-development-docs/untitled/enchantments/armor.md).

# armor

Reinforce your defenses with specialized protection.

| Enchantment       | Max Level | Rarity    | Description                                               |
| ----------------- | --------- | --------- | --------------------------------------------------------- |
| **Guardian Will** | 3         | RARE      | Divine defense. Modes: BARRIER, FORTIFY, BLOCK.           |
| **Rejuvenation**  | 3         | RARE      | Passively regenerates your health while out of combat.    |
| **Thorns+**       | 5         | RARE      | Reflects significantly more damage than vanilla Thorns.   |
| **Dodge**         | 3         | RARE      | Chance to completely evade arrows or melee hits.          |
| **Last Stand**    | 1         | EPIC      | Grants massive Resistance when health is critically low.  |
| **Fire Walker**   | 3         | RARE      | Leaves a trail of fire particles that damages enemies.    |
| **Freeze Aura**   | 3         | EPIC      | Passively applies Slowness to all nearby enemies.         |
| **Strength Aura** | 3         | EPIC      | Passively applies Strength to yourself and nearby allies. |
| **Magic Shield**  | 3         | RARE      | Reduces incoming damage from magic, poison, and wither.   |
| **Absorption**    | 3         | EPIC      | Grants permanent extra absorption hearts while worn.      |
| **Phoenix**       | 1         | LEGENDARY | Burst of Regen III + Fire Res when HP drops below 20%.    |
| **Plague Doctor** | 3         | EPIC      | Chance to reflect Poison and Nausea back to the attacker. |
| **Shadow Cloak**  | 2         | RARE      | Invisibility while crouching.                             |
| **Smokescreen**   | 2         | RARE      | Drop smoke bomb when taking damage.                       |
| **Self Mender**   | 3         | RARE      | Regenerate durability/health when not taking damage.      |
| **Second Wind**   | 2         | RARE      | Healing boost when at low health.                         |
| **Survivor**      | 2         | RARE      | Defensive buffs when no allies are nearby.                |
| **Unbreakable**   | 1         | LEGENDARY | Makes the item completely unbreakable.                    |
| **Vanish**        | 2         | RARE      | Go invisible when shifting.                               |


---

# 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://yowsef-development.gitbook.io/yowsef-development-docs/untitled/enchantments/armor.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.
