> For the complete documentation index, see [llms.txt](https://wiki.navenro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.navenro.com/skill-modifications/assassin.md).

# Assassin

NavenRO currently includes a custom modification for **Sonic Blow**.

## Sonic Blow — Shadow Assault

**Custom Skill Modification**

Assassins can unleash Sonic Blow from up to **10 cells away**, rapidly closing the distance to their target before delivering the attack.

### Maximum Range

Shadow Assault allows Sonic Blow to engage targets from up to **10 cells away**.

This does **not** reduce or replace Sonic Blow's original skill range. Normal close-range Sonic Blow continues to work normally.

### How Shadow Assault Works

When Sonic Blow is used from extended range:

1. The target must be within the **10-cell maximum range**.
2. There must be a clear movement path toward the target.
3. A walkable and unoccupied cell beside the target must be available.
4. The destination cannot be an occupied or NPC interaction/touch cell.
5. If a valid position is available, the Assassin rapidly closes the distance and unleashes Sonic Blow.

If there is no valid position beside the target, Shadow Assault cannot complete and the attack deals no damage.

### PvP

**Shadow Assault is available in PvP.**

Assassins can use the extended Sonic Blow engagement against enemy players on PvP maps as long as the target is within range and a valid path and destination are available.

### What Does Not Change

Shadow Assault enhances Sonic Blow's **mobility and engagement range** rather than its raw power.

It does not inherently increase Sonic Blow's:

* damage
* hit count
* stun behavior
* SP cost
* cooldown
* after-cast delay

Sonic Blow remains the Assassin's familiar burst attack, while **Shadow Assault** gives NavenRO Assassins a new way to hunt down their target and strike from a distance.


---

# 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://wiki.navenro.com/skill-modifications/assassin.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.
