# 卡牌對戰

#### 1.組合

在GU的世界中，總共有4種職業的遊戲卡牌可以進行搭配，他們分別是：鬥士、法師、輔助、刺客;

#### 2.技能

每個英雄都有專屬的獨特技能，在嘗試使用他們之前，務必先閱讀相關的技能資訊;

<figure><img src="/files/xOWTUkBK9dm56ox3jVxn" alt=""><figcaption><p>3v3對戰</p></figcaption></figure>

#### 3.狀態

技能擁有非常多樣的特殊能力，可以給予隊友能力的加成或是對敵人造成持續傷害;

<figure><img src="/files/JNlllHJfXbqOD6uy04Zu" alt=""><figcaption><p>各類型的狀態圖對應表</p></figcaption></figure>

#### 4.對戰

每張卡牌行動一次算作一回合，當對戰回合數達到100回合後，將由血量決定出當局戰鬥的贏家，計算標準為雙方剩餘的血量加總，而不是百分比。


---

# 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.genuniverse.io/cn/gameplay/ka-pai-dui-zhan.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.
