> For the complete documentation index, see [llms.txt](https://starcrazy-organization.gitbook.io/starcrazywiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://starcrazy-organization.gitbook.io/starcrazywiki/universe/startrials.md).

# StarTrials

&#x20;                                                                   ![](/files/3j31eDzN0f8UxsP09MGz)

In StarTrials, fight against Wizard Starz, which cannot be killed, to win rewards at the end of a PVE season.

<figure><img src="/files/5B0kDy53nz8LnK7FTRSg" alt="" width="375"><figcaption><p>In-game PVE screenshot</p></figcaption></figure>

You can play PVE battles in StarTrials, where you can fight random Wizard Starz in the universe to win abundant game items. A planet will be randomly selected at 16:00 UTC as the PVE battleground each day, creating income for the planet owner. A player can have a number of free chances every day. However, he needs to spend GFS for extra chances to fight Wizard Starz if they run out of free chances. Unlike the PVP function, there is no restriction on the starz you can use in the PVE function, meaning that you can even send three UR starz to fight. So please use the strongest lineup you have to fight!

<figure><img src="/files/KM8gbX8JlxcEBAm173wo" alt="" width="375"><figcaption><p>A buffed Starz</p></figcaption></figure>

Of course, simply sending 3 UR starz doesn’t represent your strongest lineup in this function since starz can enjoy **a strong 15% attack power buff** if their element matches that of the planet selected everyday. Given the buff, the attack power of an SSR even SR starz may surpass that of a UR starz. Moreover, planet owners can enjoy **a unique 5% health buff** if they fight on their selected planet. Therefore, the owners should carefully use this chance which may allow them to achieve higher damage than usual.

<figure><img src="/files/WBOHNECIbc1FixKuMlCZ" alt="" width="375"><figcaption><p>There are seasonal and single-round rankings.</p></figcaption></figure>

You should carefully choose the starz costing them **one energy point** to fight in this function. Starz without any energy points cannot be sent in a PVE or PVP battle. Your PVE rewards will be settled at the end of each PVE season.

{% embed url="<https://www.youtube.com/watch?v=7Y096dgBUzE>" %}

{% hint style="info" %}
For the **duration** of each PVE season:

Each PVE season lasts for **2 months** with rewards settled **at the end of each PVE season.**
{% 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://starcrazy-organization.gitbook.io/starcrazywiki/universe/startrials.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.
