> For the complete documentation index, see [llms.txt](https://suho-bot.gitbook.io/suho-bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://suho-bot.gitbook.io/suho-bot/suhos-gameplay/card-rarities.md).

# ➜ ﹒Card Rarities

#### ✦﹒SUHO currently counts eight rarities. Most of those rarities are droppable.

1. **Ordinary**: Ordinary cards are the most common and easily obtainable cards in the game. They can be collected through regular drops, dailies, weeklies.&#x20;
2. **Unordinary**: Unordinary cards hold a slightly higher value than ordinary ones. They can be obtained through similar means as ordinary cards.
3. **Rare**: Rare cards possess more distinctive features, such as a more detailed border and text.
4. **Special**: Special cards are always of a gold colour, and is made with a selfie or misc picture of your favorite artist.&#x20;
5. **Extraordinary**: Extraordinary cards are the hardest rarity to get.&#x20;

<figure><img src="/files/j2LXBNsyz3USco1YGYDU" alt="" width="563"><figcaption><p>Regular Cards Rarities By Order<br>O, U, R, S, E</p></figcaption></figure>

1. **Priceless**: Priceless cards represent a category of event-based cards. They are obtainable for a limited time through ways akin to regular cards, but only during specific events or occasions.
2. **Altair**: Altair cards are the rarest, obtainable only through staff-hosted giveaways and redeemable for a certain amount of byuls (only available on the support server). Altair can have any shape, form or theme.
3. **Exclusives**: Exclusives are a special category of cards accessible only to players who contribute to the game's development and support through methods such as boosting or joining the Ko-fi platform. These cards showcase a player's direct support for the game and its creators.

<figure><img src="/files/ckY5AyUx6UREzYwimXyX" alt="" width="563"><figcaption><p>Event and Custom Cards </p></figcaption></figure>


---

# 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://suho-bot.gitbook.io/suho-bot/suhos-gameplay/card-rarities.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.
