> For the complete documentation index, see [llms.txt](https://wp.chibidangoheroes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wp.chibidangoheroes.com/chibidango-skills.md).

# Chibidango Skills

Each Chibidango will have Skills tied to their corresponding Attributes. Hairstyle will provide Chibis with an Active Skill. Active skills have an Energy Bar and once its on 100%, the Hero will be able to use his Active skill. Energy Bar fills up when the Hero is taking damage or has an item that fills energy at the start of the battle.

`Example:`` `**`Flame Blast`**` ``is an Active Skill that deals`` `**`140% of Attack Damage`**` ``against front-line enemies, dealing an extra`` `**`40% of Attack Damage`**` ``per round for 2 rounds.`

`Front-line enemies are the first two enemy heroes.`

Eyes and Mouth each provide a passive skill. Some passive skills will be just a boost to HP or Attack, other passive skills can be special.

`Basic Passive Skill`**`Attack Boon`**`: Increases your`` `**`Attack by 5%`**`.`

`Special Passive Skill`**`Ignite`**`: Each basic attack has a 35% chance to`` `<mark style="color:orange;">**`Burn`**</mark>` ``the target, dealing`` `**`80% of Attack Damage`**` ``per round for 2 rounds.`&#x20;

When <mark style="color:orange;">**Burn**</mark> is inflicted, it will cause damage at the end of each round.

## Mage Tower

Chibidango Heroes will be able to upgrade their Skills by defeating the guardians of the Mage Tower. The difficulty of the Mage Tower will increase once the guardians of a certain level are defeated. Once the guardians are defeated, they grant resources for Chibidango Heroes Skills to upgrade. Skills are upgraded with $DGEMS and Mage Tower resources.&#x20;

There will be a new **Magus Perk** associated with the Mage Tower.


---

# 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://wp.chibidangoheroes.com/chibidango-skills.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.
