> For the complete documentation index, see [llms.txt](https://starfall-handbook.rosentica.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://starfall-handbook.rosentica.jp/talent-system/ranger-talents/keystone-talents.md).

# Keystone Talents

| Keystone                                                                                                       | Description                                                                                                                                                                   |
| -------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><img src="/files/SNFVkXKCqFapQFxBcw0A" alt="" data-size="original"></p><p></p><p>Shadowmeld</p>             | 20-100% chance to enter Stealth state after a Basic Attack (will not be targeted if any ally is in the same row; state is removed after a Basic Attack). Lasts for two turns. |
| <p><img src="/files/V0U9J8TtXcIUF2EcvLxS" alt="" data-size="original"></p><p></p><p>Rupture Strike</p>         | 20-100% chance to perform a Bleed Debuff Check on Basic Attack, dealing 0.6-3% of the target’s max HP as True Damage each time their turn comes.                              |
| <p><img src="/files/Jd3SLvx7baNeZoMePoEZ" alt="" data-size="original"></p><p></p><p>Wind-Cutting Intuition</p> | Increases Speed by 1-5% upon landing a Critical Hit and reduces the target's Speed by 1-5%.                                                                                   |
| <p><img src="/files/g28eiasUyEXqiwJM2qFg" alt="" data-size="original"></p><p></p><p>Iron-Cutting Intuition</p> | Increases Critical Damage of the next Basic Attack by 10-50% upon landing a Critical Hit.                                                                                     |
| <p><img src="/files/0vB5I1bCmqao65h2ZI6P" alt="" data-size="original"></p><p></p><p>Mindstream</p>             | Gains Reflection equals 2-10% of Spirit; gains Spirit equals 2-10% bof Reflection.                                                                                            |
| <p><img src="/files/k22EQLGcXEeqsC8nu9Ke" alt="" data-size="original"></p><p></p><p>Killing Intuition</p>      | Increases Critical Hit Rate and Critical Damage by 1-5% each time hitting a Basic Attack.                                                                                     |
| <p><img src="/files/bw2ikT0LEYSpnFvibKNb" alt="" data-size="original"></p><p></p><p>Elusiveness</p>            | Converts 10-50% of Critical Hit Resistance into Evasion Rate.                                                                                                                 |
| <p><img src="/files/8mgqQehcf5LPRcQCG6AQ" alt="" data-size="original"></p><p></p><p>Spirit of the Falcon</p>   | When attacking, ignores the target's Critical Hit Resistance equals to 10-50% of the Ranger's Evasion Ignore Rate.                                                            |


---

# 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://starfall-handbook.rosentica.jp/talent-system/ranger-talents/keystone-talents.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.
