# Unit codes

{% tabs %}
{% tab title=".units" %}
This command shows the list of all the units' short codes.

You should use these codes in the bot to get the right unit calculations.

| Unit name    | Unit code |
| ------------ | --------- |
| Warrior      | wa        |
| Rider        | ri        |
| Archer       | ar        |
| Defender     | de        |
| Knight       | kn        |
| Swordsman    | sw        |
| Catapult     | ca        |
| Mind Bender  | mb        |
| Giant        | gi        |
| Tridention   | tr        |
| Crab         | cr        |
| Polytaur     | po        |
| Navalon      | na        |
| Dragon Egg   | eg        |
| Baby Dragon  | bd        |
| Fire Dragon  | dr        |
| Mooni        | mo        |
| Battle Sled  | sl        |
| Ice Fortress | if        |
| Gaami        | ga        |

{% hint style="warning" %}
For naval units, you need to put the unit that's inside the naval unit or it won't work.
{% endhint %}

```
.c de sh 8, wa sh 7
```

| Naval unit    | Unit code |
| ------------- | --------- |
| Boat          | bo        |
| Ship          | sh        |
| Battleship    | bs        |
| {% endtab %}  |           |
| {% endtabs %} |           |
