> For the complete documentation index, see [llms.txt](https://www.hoyoung.directory/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.hoyoung.directory/basics/inner-ability.md).

# Inner Ability

## Recommended

| BIS Damage                                                | Training                                                  |
| --------------------------------------------------------- | --------------------------------------------------------- |
| <mark style="color:green;">Passive Skills +1 Level</mark> | <mark style="color:green;">+20% Item Drop Rate</mark>     |
| <mark style="color:orange;">+8% Abnormal Damage</mark>    | <mark style="color:orange;">+15% Mesos Obtained</mark>    |
| <mark style="color:orange;">+10% Boss Damage</mark>       | <mark style="color:orange;">Abnormal/Normal Damage</mark> |

{% hint style="info" %}
Item Drop Rate and Mesos Obtained are interchangeable based on personal preference
{% endhint %}

## Alternatives

Acceptable settles with low honor

* Buff Duration
* Crit Rate

{% hint style="warning" %}
Hoyoung does not need Attack Speed +1
{% endhint %}

## Passive Skills +1 vs Boss Damage

**Dragon's Eye:** +1 attack, +1% final damage +1% crit rate, +1% crit damage, +1% IED, +1% avoid

**Enlightenment:** +1% damage, +5% fan damage, +5% earth spam damage, +2% heaven(iron fan) damage, +5% stone tremor damage, +10% gourd damage, +5% clone damage, +5% ghost damage

**Advanced Ritual Fan Mastery:** +1% mastery, +1 atk, +1% final damage

{% hint style="info" %}
TLDR: 20% Boss Damage is more or less the same as +1 passives. However, when we look at 3 lines as a whole, you can do passives/10 boss/8 abnormal, while the other option is 20% boss/8% abnormal/????.
{% endhint %}


---

# 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://www.hoyoung.directory/basics/inner-ability.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.
