# Tournament(PvE)

Tournamentは、MonsterのRankが一致する場合に出場することが出来ます。以下のルールがあります。

* 出場してもゲーム内時間は経過しない
* その週に同じTournamentに挑むことは出来ない
* 一度出場したMonsterは次の週まで他のTournamentに出場できない
* 出場したMonsterは、以下の変化がある
  * 疲労の蓄積
  * ストレスの増減（勝利で減少、敗北で増加）
  * 寿命の消費
  * ケガの判定
* 疲労やストレス、ケガや病気のようなバッドステータスが発生していると、Battle中の基本パラメーターにマイナス補正がかかる。各項目は重複して加算される（最大-60%）
  * 疲労：-10%
  * 過労：-20%
  * 高ストレス：-10%
  * 過ストレス：-20%
  * ケガ：-10%
  * 病気：-10%

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

1. 表示期間を変更
2. 現在の週
3. 各週表示
4. Tournament Rank
5. 開催予定Tournament\
   -クリックで詳細表示\
   -過去に勝利したことがある場合や、予約中のTournamentにはそれぞれアイコンが表示される
6. 大会チケット保有数

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

1. Tournament Rank
2. Tournament名\
   -勝利したことあるTournamentの場合、右に勝利アイコンがつく
3. 日程
4. 賞品\
   -勝利することで得られる賞品\
   -BITは出場Monster数分乗算される。大会チケットを1枚消費することで賞品がグレードアップする
5. 出場可能Monster\
   -開催週になると各Monsterにエントリーボタンが表示される
6. 参加条件
7. 大会チケット\
   -チェックを付けると大会チケットを1枚消費し、賞品のグレードを上昇させる
8. 予約/キャンセル/参加ボタン


---

# Agent Instructions: 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:

```
GET https://docs.remonster.world/japanese/play-guide/open-beta/farm/tournament-pve.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
