> For the complete documentation index, see [llms.txt](https://riventide.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://riventide.gitbook.io/whitepaper/characters/siriux.md).

# Siriux

DISCLAIMER: All content here in is subject to change as the meta evolves through development, testing, and community feedback. No part of the Whitepaper is to be copied

*I was actually gonna take a leap inside, to get a better idea of it.*

-*Siriux*

<figure><img src="https://3676099360-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FB694UG24YrhGIfBZkHaq%2Fuploads%2Fj6qGd4CAzE7vblBRrqCn%2F555.jpg?alt=media&amp;token=3e28447a-8a4b-4103-b4d1-d4b6c6a88aeb" alt=""><figcaption></figcaption></figure>

At the beginning of the game, Siriux arrives at Pilgrim's Rest. There, they can talk to Gustavo, the mayor. The player can also interact with Alioth, who explains what is the Void and explains the basics of what Siriux can and will do during their exploration. After that, the protagonist can jump on the ruins and start a new run.

### Abilities

* Void Jump lets Siriux climb on top of walls using Void Crystals in other to reach those higher places. Climbing these walls might be optional or a requirement to progress on the area. They can also be used to escape from wild monsters if you want to avoid a combat, since those are unable to climb a wall, unless they already are on top of it, which in this case they are unable to climb down.
* Void Blitz allows Siriux to take advantage in a combat even before it starts. When using this ability, the wild monsters will start the fight with less Poise, which makes them easier to stagger. However, the player must be careful, because once the wild monster spots the protagonist, it will start chasing them until it they run away or the combat starts
* Void Parry can be used to counter wild monster ambushes, which will begin the battle with the same effects as if Siriux performed Void Blitz.


---

# 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://riventide.gitbook.io/whitepaper/characters/siriux.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.
