> For the complete documentation index, see [llms.txt](https://dotaro.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dotaro.gitbook.io/wiki/items-and-progression/item-awakening-option.md).

# Item Awakening / Option

Through the awakening system, you can roll powerful **options** that grant additional stats and unique bonuses to your items. Each attempt gives you a chance to obtain better effects, allowing you to customize your equipment based on your build and playstyle.

<figure><img src="/files/iLImVUHNUsDcAjHcbBjY" alt=""><figcaption><p>@warp dotaro 117 208</p></figcaption></figure>

***

**Items required for Item Awakening / Option:**

* 1x Upper Costume Enchantment Ticket
* 1x Middle Costume Enchantment Ticket
* 1x Lower Costume Enchantment Ticket
* 1x Armor Costume Enchantment Ticket
* 1x Weapon Costume Enchantment Ticket
* 1x Garment Costume Enchantment Ticket
* 1x Accessory Costume Enchantment Ticket

|         Item Option         | Minimum Value | Maximum Value |
| :-------------------------: | :-----------: | :-----------: |
|             STR             |       -5      |       5       |
|             AGI             |       -5      |       5       |
|             VIT             |       -5      |       5       |
|             INT             |       -5      |       5       |
|             DEX             |       -5      |       5       |
|             LUK             |       -5      |       5       |
|          ALL STATS          |       -5      |       5       |
|            MAX HP           |      -500     |      500      |
|           MAX HP%           |      -5%      |       5%      |
|            MAX SP           |      -500     |      500      |
|           MAX SP%           |      -5%      |       5%      |
|             ATK             |      -50      |       50      |
|             ATK%            |      -5%      |       5%      |
|             MATK            |      -50      |       50      |
|            MATK%            |      -5%      |       5%      |
|       LONG RANGE DMG%       |      -5%      |       5%      |
|          MELEE DMG%         |      -5%      |       5%      |
|          MAGIC DMG%         |      -5%      |       5%      |
|             DEF             |      -10      |       10      |
|             MDEF            |      -10      |       10      |
|         IGNORE DEF%         |      -10%     |      10%      |
|         IGNORE MDEF%        |      -10%     |      10%      |
|             FLEE            |      -20      |       20      |
|        PERFECT DODGE        |      -20      |       20      |
|             HIT             |      -100     |      100      |
|          CRIT RATE%         |      -10%     |      10%      |
|          CRIT DMG%          |      -5%      |       5%      |
|             ASPD            |       -5      |       5       |
|            ASPD%            |      -10%     |      10%      |
|            MSPD%            |      -50%     |      50%      |
|       FIXED CAST TIME%      |      -50%     |      50%      |
|      AFTER CAST DELAY%      |      -30%     |      30%      |
|          DROP RATE%         |      -50%     |      50%      |
| REDUCE DAMAGE ALL ELEMENTS% |      -5%      |       5%      |
|          LIFESTEAL%         |      -10%     |      10%      |

Chase the perfect rolls, optimize your stats, and transform ordinary gear into something truly exceptional—because true power lies in the options you awaken.


---

# 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://dotaro.gitbook.io/wiki/items-and-progression/item-awakening-option.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.
