# Units

{% hint style="info" %}
SkyNity's world is inhabited by a diverse array of units, each imbued with unique abilities and characteristics, reflecting the elemental gods they serve. These units are vital for exploring, battling, and expanding one’s dominion within the game.

Each type of unit in SkyNity plays a crucial role in the grand tapestry of warfare and strategy. Understanding their strengths and weaknesses, and how to effectively combine them, is key to mastering the challenges and triumphs that await in the mystical realms of SkyNity.
{% endhint %}

{% tabs %}
{% tab title="Miner" %}

> Miners are the backbone of the realm's economy, tirelessly extracting precious resources from the depths of the earth to fuel the realm's growth and prosperity. With their unwavering dedication and expertise, they ensure a steady supply of essential materials, laying the foundation for the realm's expansion and development.

<table><thead><tr><th>Attributes</th><th>Score</th><th data-hidden></th></tr></thead><tbody><tr><td>Attack</td><td>1</td><td></td></tr><tr><td>Defense</td><td>2</td><td></td></tr><tr><td>Speed</td><td>120</td><td></td></tr><tr><td>$SDT Capacity</td><td>2</td><td></td></tr><tr><td>Cost</td><td>1</td><td></td></tr></tbody></table>

<div><figure><img src="/files/7HHIblwJauKMaRxgPJCN" alt=""><figcaption><p>Glacieroth [Water Miner]</p></figcaption></figure> <figure><img src="/files/T7POLb2a2sta7hrdGgiI" alt=""><figcaption><p>Inferoth [Fire Miner]</p></figcaption></figure></div>

<div><figure><img src="/files/3YFnRENE45U3jkYyvpzR" alt=""><figcaption><p>Cumulonimoth [Air Miner]</p></figcaption></figure> <figure><img src="/files/WfRnUC2lJc9dT5dYw5RF" alt=""><figcaption><p>Rooth [Earth Miner]</p></figcaption></figure></div>
{% endtab %}

{% tab title="Warrior" %}

> Infantry units form the stalwart vanguard of the realm's military forces, trained in the art of close-quarters combat and unwavering in their defense of the realm's borders. They march into battle with determination and courage, ready to face any foe that dares to threaten the realm's sovereignty.

| Attributes    | Score |
| ------------- | ----- |
| Attack        | 20    |
| Defense       | 25    |
| Speed         | 80    |
| $SDT Capacity | 0.1   |
| Cost          | 5     |

<div><figure><img src="/files/A3tKwVGNvtR5mqNQu6XE" alt=""><figcaption><p>Stormite [Water Warrior]</p></figcaption></figure> <figure><img src="/files/bv4opkTxBP5uiCsyX2bn" alt=""><figcaption><p>Magmite [Fire Warrior]</p></figcaption></figure></div>

<div><figure><img src="/files/xg2fHpNMF8xjIKguhzV2" alt=""><figcaption><p>Zephite  [Air Warrior]</p></figcaption></figure> <figure><img src="/files/V0uWLUj4VRKIEIn9OTBx" alt=""><figcaption><p>Geodite [Earth Warrior]</p></figcaption></figure></div>
{% endtab %}

{% tab title="Mage" %}

> Mages harness the arcane energies that flow through the realm, wielding powerful spells to turn the tide of battle in their favor. They command fire with precision and skill, unleashing devastating magical attacks upon their enemies and providing invaluable support to their allies.

| Attibures     | Score |
| ------------- | ----- |
| Attack        | 90    |
| Defense       | 10    |
| Speed         | 60    |
| $SDT Capacity | 0.05  |
| Cost          | 10    |

<div><figure><img src="/files/JTdPih4UZrM03F3Hx8Wy" alt=""><figcaption><p>Breezeon [Water Mage]</p></figcaption></figure> <figure><img src="/files/5cyFRPKpMqcg4HS5OQxR" alt=""><figcaption><p>Scorcheon [Fire Mage]</p></figcaption></figure></div>

<div><figure><img src="/files/UHe7Bk83yl6XHQ47UcDA" alt=""><figcaption><p>Cycleon [Air Mage]</p></figcaption></figure> <figure><img src="/files/dIWoCjhCdDaefy9bLCJy" alt=""><figcaption><p>Poiseon [Earth Mage]</p></figcaption></figure></div>
{% endtab %}

{% tab title="Cavalry" %}

> Cavalry units are the swift and agile shock troops of the realm, noble steeds are trained in lightning-fast hit-and-run tactics. With their speed and maneuverability, they excel at harassing enemy lines, disrupting supply routes, and launching daring flanking maneuvers to outmaneuver and outwit their opponents on the battlefield.

| Attributes    | Score |
| ------------- | ----- |
| Attack        | 30    |
| Defense       | 100   |
| Speed         | 200   |
| $SDT Capacity | 0.05  |
| Cost          | 12    |

<div><figure><img src="/files/2NXPqJyvFRmHjYF2yVwE" alt=""><figcaption><p>Manathos [Water Cavalry]</p></figcaption></figure> <figure><img src="/files/ep80e00i9XFpziq5eni7" alt=""><figcaption><p>Pyrberus [Fire Cavalry]</p></figcaption></figure></div>

<div><figure><img src="/files/TBgUsuc6yRBR3xLtB1SS" alt=""><figcaption><p>Typhonus [Air Cavalry]</p></figcaption></figure> <figure><img src="/files/HyjldzRgZElLF4f5Rmiv" alt=""><figcaption><p>Earthoceros [Earth Cavalry]</p></figcaption></figure></div>
{% endtab %}
{% endtabs %}


---

# 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://skynity.gitbook.io/wiki/gameplay/units.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.
