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

# ranged

Master the bow and crossbow with these elite upgrades.

| Enchantment         | Max Level | Rarity | Description                                              |
| ------------------- | --------- | ------ | -------------------------------------------------------- |
| **Sniper**          | 3         | RARE   | Increases damage based on your distance from the target. |
| **Tracker**         | 1         | EPIC   | Arrows slightly curve toward the nearest living entity.  |
| **Storm Arrow**     | 3         | EPIC   | Chance for lightning to strike the target on impact.     |
| **Explosive Arrow** | 3         | RARE   | Arrows create a small explosion upon hit.                |
| **Piercing Shot**   | 3         | RARE   | Arrows fly through entities, hitting multiple targets.   |
| **Net Arrow**       | 1         | EPIC   | Traps the target in temporary cobwebs and slows them.    |
| **Curse Arrow**     | 3         | RARE   | Applies random negative potion effects to your target.   |
| **Ricochet**        | 3         | RARE   | Arrows bounce off blocks toward nearby enemies.          |
| **Multi Shot**      | 1         | EPIC   | Fires a spread of 3 arrows instead of just one.          |
| **Hunter Mark**     | 1         | RARE   | Marks the target; they glow and take 1.2x damage.        |
| **Headshot Master** | 3         | RARE   | Increased critical damage on headshots.                  |
| **Target Lock**     | 2         | RARE   | Shift-click an enemy to mark them for bonus damage.      |
| **Homing**          | 3         | EPIC   | Arrows slowly curve toward the nearest living target.    |
| **Glacial**         | 3         | RARE   | Freezes targets on hit.                                  |


---

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