> For the complete documentation index, see [llms.txt](https://nft-wars.gitbook.io/nft-wars/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nft-wars.gitbook.io/nft-wars/game-system/battle-mode.md).

# Battle Mode

## バトルモード

2つのバトルモードで遊ぶことができます。強敵を求めてランダムな相手と対戦することも、友人と予定を合わせて対戦することも可能です。&#x20;

### フリーバトル

ランダムな相手と対戦するモードです。システムでマッチングした対戦相手とバトルが始まります。

### カスタムバトル

特定のプレイヤーとバトルすることができます。ルームを作成するとルーム番号が生成されます。その番号を相手プレイヤーに渡し、相手プレイヤーがその番号を入力するとマッチングします。&#x20;

### デッキ作成

様々なタイトルのNFTカードを自由に組み込んで、自分だけのデッキを作ることができます。 \
デッキの枚数は15枚です。<br>

You can choose from multiple battle modes to play with your deck. You can play against unspecified opponents in search of strong enemies, or you can schedule and play against acquaintances.

### Free battle&#x20;

This mode matches with unspecified opponents. Players' abilities are divided by rate, and players with closer rates are easier to match. The rate will increase or decrease depending on the outcome of the battle.

### Custom match&#x20;

You can battle with a specific player. A room number is generated when you create a room. You give the number to the opponent player, and when the opponent player enters the number, it matches.

## Prepare for battle：Deck Edit

You can freely incorporate NFT cards from various titles to create your own deck.

### Basic information&#x20;

* Total number of decks: 15

### How to edit your deck

Coming soon


---

# 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://nft-wars.gitbook.io/nft-wars/game-system/battle-mode.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.
