> For the complete documentation index, see [llms.txt](https://docs.defikingdoms.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.defikingdoms.com/gameplay/heroes/rarity.md).

# Rarity

Each Hero has not only a class, subclass, and array of [stats](/gameplay/heroes/stats.md), but a rarity level as well. Every **Summon** has a chance to produce Heroes of each rarity level; however, [Summoning](/gameplay/heroes/summoning.md) with more rare Heroes increases the likelihood that the Summoned Hero will be of a higher rarity. Rare Heroes are coveted because each level of rarity corresponds with bonuses to the base stat levels of your Hero.

## Rarity Indicators

The following symbols appear in the center of your Hero's card, indicating their rarity level.&#x20;

&#x20;![](/files/y3s2rxsLSx4cJdPF3ywF)   **Common**

&#x20;![](/files/zn23BIxnM2okSYY1McYs)   **Uncommon**

![](/files/YF2OzhfMUcXIr3jgf5fj)   **Rare**

![](/files/1Xc8NWtgyYrsgjcAEkP5)  **Legendary**

![](/files/372JtW8N5N3ZIFbR6Ydo) **Mythic**

## Rarity and Summoning

The rarity of a Hero is influenced by the rarity of the Heroes used to infuse the Summoning Crystal.&#x20;

![Summoning Rarity](/files/4nFkrmfMLPXzxC2re7Ty)

For full information on Summoning, visit the main [Summoning](/gameplay/heroes/summoning.md) topic page.

## Shininess

In addition to rarity, every Hero has a small chance of being Shiny, which increases if the Summoning Heroes are also Shiny. Being Shiny makes heroes more popular among the ladies and gentlemen of the court, ensures they never step in dung, and makes their character card Shiny. It has no other use in the game and is purely aesthetic.


---

# 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.defikingdoms.com/gameplay/heroes/rarity.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.
