> 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-faq.md).

# Battle FAQ

## バトルのFAQ

&#x20;カード能力、バトル仕様、バトルルールについて、よくある質問にお答えします。\
\
TCGCのエコシステムに関するFAQは別ページで紹介しています。&#x20;

Q：《クリプトスペル》では、バトル開始時に手札に加えられる《クリプトスペル》というカードがありますが、このゲームではどうでしょうか？ \
A：このゲームでは、クリプトスペルに相当するカードはありません。クリプトスペルよりもシンプルなルールのゲームになっています。\
\
Q：このカードの常用能力と発動能力が同時に発動した場合、どのような順番で処理されるのでしょうか？ \
A：発動能力が先に処理されます。 \
\
Q：死亡時に発動する能力を持つユニットが2体以上同時に破壊された場合、どちらの能力が先に発動しますか？ \
A：最後に死亡したユニットの能力から順番に発動されます。トリガー能力の処理中に他のユニットが破壊された場合、最後に破壊されたユニットの能力から発動されます。例えば、ユニットAとユニットBが同時に破壊され、その後ユニットBの能力で破壊された場合、ユニットCの能力が優先的に発動されます。

This page answers frequently asked questions about card abilities, battle specifications and battle rules. The FAQ about the TCGC ecosystem is on a separate page.

{% content-ref url="/pages/iiOWbdM2KEdCB3MAoXFF" %}
[FAQ](/nft-wars/faq.md)
{% endcontent-ref %}

#### Q: In CryptoSpells, there is a card called Cryptospell that will be added to your hand at the beginning of the battle, but what about this game?&#x20;

A: There is no equivalent card for cryptospell in this game. We want to make a game with simpler rules than CryptoSpells.

#### Q: When the Card's Static Ability and Triggered Ability are activated at the same time, in what order do they activate?&#x20;

A: Triggered Ability will be activated first.

#### Q: When two or more units with abilities that activate at the time of death are destroyed at the same time, which ability will be activated first?&#x20;

A: It will be activated in order from the ability of the last dead unit. If another unit is destroyed during the processing of Triggered Ability, it will be activated from the Ability of the last destroyed unit. For example, if unit A and unit B are destroyed at the same time and then the unit is destroyed by the ability of unit B, the ability of unit C will be activated with priority.<br>


---

# 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-faq.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.
