# Mongen Skills

Each Mogen has two skills to use in combat. One is called Basic Skill, other is Ultimate Skill.

Whenever a basic skill is used, Mongen gains an amount of energy. When Mongen has enough energy, Mongen will use Ultimate Skill automatically.

Each Basic Skill and Ultimate Skill has different damage, casting speed and effect.

Players have many ways to combine Basic Skills and Ultimate Skills to suit their own tactics and battle situations.

Basic Skill and Ultimate Skill is classified into 5 rarities which are:&#x20;

* <img src="/files/7ptQ3xZC09eYfUGO3RNz" alt="" data-size="line">**Common**
* <img src="/files/Ng2MYuHreSjfPq8b9VxY" alt="" data-size="line">**Uncommon**
* <img src="/files/t8FHhAD18KkoGUraGbDf" alt="" data-size="line">**Rare**
* <img src="/files/UslkIqEp6AU4fytkYRx5" alt="" data-size="line">**Epic**
* <img src="/files/1x71EdKI7uWX6e03VQWN" alt="" data-size="line">**Legendary.**

The higher rarity skill is, the stronger it is.

To know more about skill, you can see these links below:

* [Basic skills detail](https://testnet-docs.monsterra.io/gameplay/develop-mongens/skills-of-mongen/basic-skill)
* [Ultimate skills detail](https://testnet-docs.monsterra.io/gameplay/develop-mongens/skills-of-mongen/ultimate-skill)
* [Side Effect of Skill](https://testnet-docs.monsterra.io/gameplay/develop-mongens/skills-of-mongen/side-effect-of-skill)
* [Change Skill Set](https://testnet-docs.monsterra.io/gameplay/develop-mongens/skills-of-mongen/change-skill-set)


---

# 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://whitepaper.monsterra.io/monsterra-world/mongens/mongen-skills.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.
