> For the complete documentation index, see [llms.txt](https://docs.monsterra.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monsterra.io/gameplay/skills/basic-skill.md).

# Basic Skill

## Basic Skill

Basic Skills are affected by the following stats:

<table data-header-hidden><thead><tr><th width="189.33333333333331" align="center"></th><th align="center"></th><th align="center"></th></tr></thead><tbody><tr><td align="center"><strong>STAT</strong></td><td align="center"><strong>Description</strong></td><td align="center"><strong>Detail</strong></td></tr><tr><td align="center"><p>DMG</p><p><img src="/files/YIIwpHc5hVSRSOAZazDF" alt="" data-size="original"></p></td><td align="center">Base damage of skill.</td><td align="center">This stat determines the amount of damage the skill deals to the target.</td></tr><tr><td align="center">RNG<br><img src="/files/A8yM1l3NhxvM595I5OWl" alt="" data-size="original"></td><td align="center">Range of skill.</td><td align="center">This stat determines the distance from the caster to the target.<br><br>Note: 3<img src="/files/A8yM1l3NhxvM595I5OWl" alt="" data-size="line"> = 1 square</td></tr><tr><td align="center">ENG<br><img src="/files/9RrypTNHzZAi1qy20dAE" alt="" data-size="original"></td><td align="center">Energy Gained</td><td align="center">This stat determines the amount of mana the caster receives after successfully performing the skill.</td></tr><tr><td align="center">CD<br><img src="/files/pB3vbxWtYPbUZrT7VQkm" alt="" data-size="original"></td><td align="center">Cooldown</td><td align="center">This stat shows the distance between two consecutive casts of the skill.<br><br>Note: 2<img src="/files/pB3vbxWtYPbUZrT7VQkm" alt="" data-size="line"> = 1s</td></tr><tr><td align="center"><p>MSD</p><p><img src="/files/GdH6BCRtnf55i7nXjIEY" alt=""></p></td><td align="center">Movement Speed</td><td align="center">This stat determines the movement speed of the caster in battle.<br><br>Note: 3<img src="/files/GdH6BCRtnf55i7nXjIEY" alt="" data-size="line"> = 1 square</td></tr></tbody></table>

## Preferred target

Each skill will have its own preferred target.&#x20;

When that favorite target appears on the map, the caster will prioritize using skills on that target instead of other targets.&#x20;

Here is a list and icons of favorite targets:

|             **Icon**             |                                               **Description**                                               |
| :------------------------------: | :---------------------------------------------------------------------------------------------------------: |
| ![](/files/mrm9He8Rac7Cx7N89ITO) |                                             No preferred target.                                            |
| ![](/files/kV4ynqj2mRhkydUhCYzc) |                                         Mongen is preferred target.                                         |
| ![](/files/ciCGN5U1fi5XNp6x0sb6) |                                          Troop is preferred target.                                         |
| ![](/files/80DuoWfio8NwZHk2aSMk) | <p>Landplot is preferred target.<br>Priority target:<br>Storage > Farm > Camp > Tower > Bombard > Other</p> |

## Area of Effect

Each skill has its own area of effect (AOE)

Here is the list of categories and the symbol of the AOE:

|             **Icon**             |                          **Description**                          |
| :------------------------------: | :---------------------------------------------------------------: |
| ![](/files/tjmcqHefRoPtDgGTjvvR) |              Single target is affected by this skill              |
| ![](/files/8DPA9MuD06sZdekyC3mm) |            This skill affects all target in small area.           |
| ![](/files/ZAiYnJ7wYzMEEdBzGKyg) | Targeted Mongen and all of its troops are affected by this skill. |
| ![](/files/s95FmxlraANxCBiHBWWE) |        All targets hit by beam are affected by this skill.        |


---

# 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://docs.monsterra.io/gameplay/skills/basic-skill.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.
