> 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/combat.md).

# combat

Enhance your weapons with powerful offensive magic.

| Enchantment          | Max Level | Rarity    | Description                                                    |
| -------------------- | --------- | --------- | -------------------------------------------------------------- |
| **Vampiric**         | 3         | RARE      | Life-stealing magic. Modes: PERCENT, FLAT, KILL.               |
| **Toxic**            | 3         | RARE      | Applies lingering Poison and Wither effects on hit.            |
| **Combo Strike**     | 5         | RARE      | Successive hits deal increasing damage.                        |
| **Executioner**      | 3         | EPIC      | Deals massive bonus damage to targets below 20% health.        |
| **Armor Breaker**    | 3         | RARE      | Deals bonus damage based on the target's armor value.          |
| **Rage**             | 3         | RARE      | Deal more damage as your own health decreases.                 |
| **Momentum**         | 3         | RARE      | Each hit grants a short burst of Haste to speed up attacks.    |
| **Soul Drain**       | 3         | UNCOMMON  | Kills drop extra experience orbs.                              |
| **Hunter**           | 3         | UNCOMMON  | Bonus damage specifically against animals and passive mobs.    |
| **Shadow Strike**    | 3         | EPIC      | Chance to teleport behind the target and deal a backstab crit. |
| **Disarm**           | 3         | EPIC      | Rare chance to force a player to drop their held item (PvP).   |
| **Anti-Totem**       | 1         | LEGENDARY | Rare chance to disable a player's Totem of Undying.            |
| **Thunder Clap**     | 3         | EPIC      | Chance to stun the target with Slowness IV and Blindness.      |
| **Life Link**        | 3         | LEGENDARY | On kill, heals nearby allies based on damage dealt.            |
| **Reaper**           | 3         | LEGENDARY | Kill streaks stack damage bonuses.                             |
| **Cleaving Strike**  | 4         | RARE      | Deals bonus damage based on the target's missing health.       |
| **Void Slash**       | 2         | EPIC      | Deals a massive percentage of raw bonus damage.                |
| **Incinerator**      | 3         | EPIC      | Sets targets on fire and deals massive bonus damage at night.  |
| **Soul Steal**       | 3         | RARE      | Grants Strength when dealing a fatal blow.                     |
| **Frozen Lightning** | 2         | LEGENDARY | Attacks strike lightning and freeze enemies.                   |
| **Infinity Blade**   | 1         | LEGENDARY | Deals true damage that ignores armor.                          |
| **Cataclysm**        | 1         | LEGENDARY | Massive explosion and 5x damage on hit.                        |
| **Entropy**          | 2         | LEGENDARY | Deals additional damage based on target's max health.          |


---

# 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/combat.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.
