> 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/japanese/play-guide/open-beta/pvp/furbatoru.md).

# フリーバトル

ペナルティなくバトルを行います。\
以下の機能があります。

* 他のプレイヤーが作成したルームに入室し、対戦する
* 他のプレイヤーが作成したルームに入室し、バトルを見学する
* 自身でルームを作成し、他のプレイヤーとバトルする
* 自身でルームを作成し、NPCとバトルする

ルームは作成者が独自のルールを設定することができます。

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

1. 現在解放中のルーム
2. 現在バトル中のルーム
3. 特定のルームの検索\
   -ルームがプライベートに設定されている場合、検索する必要がある
4. 新しくルームを作成する

***

## ルームの作成

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

1. ルーム名を設定
2. ルームのルールを設定
   1. タイプ：公開するかどうか
   2. パスワード：非公開の場合のパスワード
   3. 観戦：許可するかどうか
   4. VS：対戦相手の選択
   5. バトルランク：パラメーターとスキルのコスト制限を決定
      1. 対戦相手にNPCを設定した場合、バトルランク応じた強さになる
   6. Monsters： バトルに参加できるMonsterの数
   7. ターン：バトルの最大ターン数（10\~20）
   8. 特殊マス：ターン経過で発生する特殊マス
   9. メモリー：Monster Memoryの使用可否
3. ルームを作成
4. キャンセル

***

## 進行

<figure><img src="/files/0jImVKDiLLMObOI3BELq" alt=""><figcaption></figcaption></figure>

1. Readyボタンが押されるとチェックマークがつく\
   -全てのプレイヤーにチェックマークがつくと次の画面に移行する
2. 自身がルームの作成者の場合、他のプレイヤーをキックできる
3. バトル開始の準備に進む
4. ルームを閉じる


---

# 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/japanese/play-guide/open-beta/pvp/furbatoru.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.
