> For the complete documentation index, see [llms.txt](https://docs.remonster.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.remonster.world/play-guide/open-beta/farm/tournament-pve.md).

# Tournament(PvE)

Tournaments can be entered if the Rank of the Monster matches. The following rules apply:

* In-game time does not elapse when you compete&#x20;
* You cannot compete in the same Tournament in the same week.&#x20;
* Once a Monster has competed in a Tournament,  they cannot compete in another Tournament until the following week.&#x20;
* Once a Monster has competed in a Tournament, the following changes occur:&#x20;
  * Accumulation of fatigue&#x20;
  * Increase or decrease in stress (decrease with victory, increase with defeat)&#x20;
  * Consumption of lifespan&#x20;
  * Determination of injuries&#x20;
* If bad statuses such as fatigue, stress, injury or disease occur, the basic parameters during battle will be negatively compensated. Each item is added in duplicate (up to -60%)&#x20;
  * Tired: -10%
  * Overwork: -20%.
  * High stress: -10%.
  * Overstress: -20%&#x20;
  * Injury: -10%&#x20;
  * Sick: -10%

<figure><img src="/files/HOCoeCpnIU448kDSS1i4" alt=""><figcaption></figcaption></figure>

1. Change display period&#x20;
2. Current week&#x20;
3. Week
4. Tournament Rank
5. Scheduled Tournament \
   -Click to view details.\
   -Tournaments that you have won in the past and tournaments that you have reserved are indicated by icons.
6. Number of Tournament Tickets Held

<figure><img src="/files/9rIAyNa77dqVzQqCMF7R" alt=""><figcaption></figcaption></figure>

1. Tournament Rank&#x20;
2. Tournament Name \
   -Tournaments that you have won are marked with a victory icon on the right.
3. Date&#x20;
4. Prize \
   -Prizes awarded for winning, multiplied by the number of Monsters participating in the tournament.\
   -The prize is upgraded by consuming a tournament ticket.
5. Available Monsters \
   -An entry button will be displayed on each Monster during the week of the event.
6. Conditions for Participation&#x20;
7. Tournament Ticket \
   -Checking the box consumes one tournament ticket and increases the grade of the prizes
8. Schedule/Cancel/Participation button


---

# 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://docs.remonster.world/play-guide/open-beta/farm/tournament-pve.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.
