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