# Skill Effect Template

### 1. Giới thiệu

Là class temple cha của các effect như Damage, DoT, Taunt, ModifyAttribute...

***

### 2. Skill Effect Trigger

Để hiệu ứng kích hoạt, cần đạt điều kiện để trigger cho skill đó tác động lên mục tiêu.

Active skill: kiểm tra kích hoạt mỗi khi dùng skill, ví dụ skill X có hiệu ứng bùng nổ 200HP mục tiêu có HP ít hơn 30% thì sẽ check điều kiện HP 30% mỗi khi mục tiêu dính skill này.

Passive skill: kiểm tra điều kiện mỗi khi đến turn (cũng như effect trong active thì effect của passive cũng phải hết cooldown mới kích hoạt lại), nếu round không có turn thì bất lợi \
Mục tiêu mà passive chọn sẽ là passivetrigger từ option


---

# 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/skill-effect-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.
