> For the complete documentation index, see [llms.txt](https://mintmaster.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mintmaster.gitbook.io/whitepaper/nft-collections/spaceburds/rarity.md).

# Rarity

**Spaceburds** NFT’s has variable rarities associated with them, The rarity of Spaceburds and drop amount is as follows:<br>

**Common (3400)**

Base power levels&#x20;

Normal healing abilities

Can spawn base level weapons and less rare weapons and accessories airdrops

**Rare (1000)**

Above-average power levels

fast healing abilities and combat power&#x20;

Can spawn base level weapons as well as rare weapons along with accessories airdrops, less probability of being dropped with elite and legendary level assets.

**Ultra Rare (300)**

Spaceburds with high stature that rarely fight

Very high strategic and healing ability but comparatively less combat power

Can spawn all kinds of weapons and receive airdrops and accessories

**Elite (200)**

Fierce warriors with brute strength&#x20;

Elite level combat power capable of defeating multiple devil cats altogether&#x20;

Can spawn all kinds of weapons and including special accessories

**Legendary (100)**

Super duper rare legendary burds with insane power levels&#x20;

Power and combat levels are unknown&#x20;

Will be able to receive all airdropped accessories ever made along with special legendary weapons.


---

# 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://mintmaster.gitbook.io/whitepaper/nft-collections/spaceburds/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.
