# Skill Option Template

### 1. Giới thiệu

Skill option sẽ chứa những effect của skill tạo ra các ảnh hưởng hoặc lợi ích lên mục tiêu muốn tác động vào.

***

### 2. Skill Effects

Chứa một hoặc một danh dách các hiệu ứng sát thương, hồi phục... mà skill đó có.

***

### 4. AOE

* AOEToLeftTargetCount: lan sang x mục tiêu bên cánh trái.
* AOEToRightTargetCount: lan sang x mục tiêu bên cánh phải.

***

### 3. Skill Visual Effect

Chứa hiệu ứng hình ảnh của skill.

***

### 4. Passive triggers

* Vì passive không bắt người chơi chọn target nên target sẽ dựa vào trigger để quyết định, tất nhiên các SkillEffects vẫn có điều kiện trigger của riêng nó hoặc không


---

# 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://vanhaodev.gitbook.io/card-game/game-function/module/card/system-design/card-template/skill-template/skill-option-template.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.
