# Legendary

{% hint style="info" %}
These do not take into account the Hero Skins tokens, as they are special tokens outside of the normal day-to-day tokens for roles.
{% endhint %}

```
Trait type: Background
{
  trait: 'Carpet',
  weight: '25',
  occurrence: '61 in 1000 editions (6.10 %)'
}
{
  trait: 'Desert',
  weight: '100',
  occurrence: '203 in 1000 editions (20.30 %)'
}
{
  trait: 'Dragon Scales',
  weight: '75',
  occurrence: '139 in 1000 editions (13.90 %)'
}
{
  trait: 'Lasers',
  weight: '75',
  occurrence: '147 in 1000 editions (14.70 %)'
}
{
  trait: 'Lava',
  weight: '50',
  occurrence: '107 in 1000 editions (10.70 %)'
}
{
  trait: 'Stone',
  weight: '100',
  occurrence: '202 in 1000 editions (20.20 %)'
}
{
  trait: 'VR',
  weight: '75',
  occurrence: '141 in 1000 editions (14.10 %)'
}

Trait type: Role
{
  trait: 'Ledendary',
  weight: '1',
  occurrence: '1000 in 1000 editions (100.00 %)'
}

Trait type: Mouth
{
  trait: 'Celestial',
  weight: '10',
  occurrence: '21 in 1000 editions (2.10 %)'
}
{
  trait: 'Deity',
  weight: '25',
  occurrence: '51 in 1000 editions (5.10 %)'
}
{
  trait: 'Ice',
  weight: '100',
  occurrence: '180 in 1000 editions (18.00 %)'
}
{
  trait: 'Magic',
  weight: '100',
  occurrence: '161 in 1000 editions (16.10 %)'
}
{
  trait: 'Poison',
  weight: '50',
  occurrence: '87 in 1000 editions (8.70 %)'
}
{
  trait: 'Rage',
  weight: '100',
  occurrence: '169 in 1000 editions (16.90 %)'
}
{
  trait: 'Sea God',
  weight: '100',
  occurrence: '178 in 1000 editions (17.80 %)'
}
{
  trait: 'Soulless',
  weight: '75',
  occurrence: '153 in 1000 editions (15.30 %)'
}

Trait type: Eyes
{
  trait: 'Celestial',
  weight: '10',
  occurrence: '32 in 1000 editions (3.20 %)'
}
{
  trait: 'Deity',
  weight: '25',
  occurrence: '56 in 1000 editions (5.60 %)'
}
{
  trait: 'Ice',
  weight: '100',
  occurrence: '179 in 1000 editions (17.90 %)'
}
{
  trait: 'Magic',
  weight: '100',
  occurrence: '170 in 1000 editions (17.00 %)'
}
{
  trait: 'Poison',
  weight: '50',
  occurrence: '102 in 1000 editions (10.20 %)'
}
{
  trait: 'Rage',
  weight: '100',
  occurrence: '166 in 1000 editions (16.60 %)'
}
{
  trait: 'Sea God',
  weight: '100',
  occurrence: '163 in 1000 editions (16.30 %)'
}
{
  trait: 'Soulless',
  weight: '75',
  occurrence: '132 in 1000 editions (13.20 %)'
}

Trait type: Emblem
{
  trait: 'Bubblegum',
  weight: '100',
  occurrence: '154 in 1000 editions (15.40 %)'
}
{
  trait: 'Dot Eater',
  weight: '100',
  occurrence: '134 in 1000 editions (13.40 %)'
}
{
  trait: 'FPS',
  weight: '25',
  occurrence: '47 in 1000 editions (4.70 %)'
}
{
  trait: 'Fire',
  weight: '50',
  occurrence: '70 in 1000 editions (7.00 %)'
}
{
  trait: 'GTA',
  weight: '100',
  occurrence: '134 in 1000 editions (13.40 %)'
}
{
  trait: 'SNES',
  weight: '100',
  occurrence: '151 in 1000 editions (15.10 %)'
}
{
  trait: 'Space',
  weight: '100',
  occurrence: '170 in 1000 editions (17.00 %)'
}
{
  trait: 'Terminal',
  weight: '75',
  occurrence: '140 in 1000 editions (14.00 %)'
}

Trait type: Sticker
{
  trait: 'Blue Deathshroom',
  weight: '5',
  occurrence: '12 in 1000 editions (1.20 %)'
}
{
  trait: 'Blue Ghost',
  weight: '5',
  occurrence: '12 in 1000 editions (1.20 %)'
}
{
  trait: 'FPS',
  weight: '5',
  occurrence: '14 in 1000 editions (1.40 %)'
}
{
  trait: 'Green Ghost',
  weight: '5',
  occurrence: '11 in 1000 editions (1.10 %)'
}
{
  trait: 'NES',
  weight: '5',
  occurrence: '11 in 1000 editions (1.10 %)'
}
{
  trait: 'None',
  weight: '500',
  occurrence: '885 in 1000 editions (88.50 %)'
}
{
  trait: 'Pink Deathschroom',
  weight: '5',
  occurrence: '21 in 1000 editions (2.10 %)'
}
{
  trait: 'Red Deathshroom',
  weight: '5',
  occurrence: '13 in 1000 editions (1.30 %)'
}
{
  trait: 'Red Ghost',
  weight: '5',
  occurrence: '14 in 1000 editions (1.40 %)'
}
{
  trait: 'SNES',
  weight: '5',
  occurrence: '7 in 1000 editions (0.70 %)'
}
```


---

# 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://whitepaper.mintofdestiny.xyz/techy-stuff/rarity-levels-by-attribute/heroes/legendary.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.
