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

# Core Talents

| Core Talent                                                                                                      | Description                                                                                                                                |
| ---------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| <p><img src="/files/2Go7oVxPqQNVbRhmCXOZ" alt="" data-size="original"></p><p></p><p>Gale's Embrace</p>           | Increases Attack Power by Reflection x 0.4-2.                                                                                              |
| <p><img src="/files/o0FcZXpHxbXSWGBJxbIl" alt="" data-size="original"></p><p></p><p>Whispering Shadow</p>        | Gains 0.5-2.5% Agility upon successful Debuff application (once per attack).                                                               |
| <p><img src="/files/86GBtM22sJ8s39AWGas4" alt="" data-size="original"></p><p></p><p>Insulting Strike</p>         | Increases damage dealt to enemies with Debuffs by 2-10%.                                                                                   |
| <p><img src="/files/sJTRU0VubvRsvdHG92jg" alt="" data-size="original"></p><p></p><p>Killer's Greeting</p>        | Increases damage dealt to targets with over 75% HP by 6-30%.                                                                               |
| <p><img src="/files/ra0Euz5oaa4yKEGRHQTv" alt="" data-size="original"></p><p></p><p>Wristbreaker Strike</p>      | 10-50% chance to perform a Disarm Debuff Check on Basic Attack, reducing all damage dealt by the target by 80% on their next Basic Attack. |
| <p><img src="/files/KTbJvFGb0Pb4UPL6LXLu" alt="" data-size="original"></p><p></p><p>Weakening Strike</p>         | 20-100% chance to perform a Weakening Debuff Check on Basic Attack, lowering the target's primary attribute by 20% for two turns.          |
| <p><img src="/files/YwrEoPILHVG7PlYV4LAt" alt="" data-size="original"></p><p></p><p>Basic Attack Enhancement</p> | Increases Basic Attack damage by 4-20%.                                                                                                    |
| <p><img src="/files/yfPAl2GxKdZrhRJPQJge" alt="" data-size="original"></p><p></p><p>Spirit of the Lynx</p>       | When Displaced or Critically hit, increases damage dealt on Ranger's next Basic Attack by 10-50%.                                          |
| <p><img src="/files/pwBznJdyFHw00PyOiP5x" alt="" data-size="original"></p><p></p><p>Spirit of the Lion</p>       | Upon landing a Critical Hit, gains a Shield that absorbs 3-15% of damage dealt.                                                            |
| <p><img src="/files/BjasdYmaBFqUPDs5urIY" alt="" data-size="original"></p><p></p><p>Phantom Slash</p>            | Adds Evasion Rate x Reflection x 2-10 as Light Weapon damage to Basic Attacks.                                                             |
| <p><img src="/files/3glM3DGZhEotOMtu1RRD" alt="" data-size="original"></p><p></p><p>Kagenui no Jutsu</p>         | Upon Evasion, deals Agility x 1-5 Light Weapon damage to the attacker.                                                                     |
| <p><img src="/files/KgQkauHyaKKT1zg6nAgj" alt="" data-size="original"></p><p></p><p>Spirit of the Leopard</p>    | Gains Critical Hit Rate equals 2-10% of Evasion Rate; increases Speed by 2-10% of Critical Hit 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/core-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.
