# Cosmetics Collectibles

Cosmetics are items that can be acquired to further customize the player's experience. As the name suggests, these items are entirely cosmetic and do not grant any competitive advantage. They can be acquired through the use of various types of [Token & Currency](/economy/token-and-currency.md).

## Form of Collectibles

### NFT Collectibles

These Collectibles are items with on-chain data stored in the blockchain. NFT (Non-fungible Token) Collectibles can be bought in the [In-Game Store](/economy/in-game-store.md) using [$SECOND token](/economy/token-and-currency.md#usdsecond-token) or on the [Marketplaces](/economy/marketplaces.md).

### Non-NFT Collectibles

These Collectibles are the regular in-game items with data stored in the game database. Non-NFT Collectibles can be acquired in the Battle Pass or bought in the [In-Game Store](/economy/in-game-store.md) and cannot be traded.

## Types of Cosmetics

### Skin

<figure><img src="/files/YQDXWn9pehApr5QaFLDr" alt=""><figcaption></figcaption></figure>

Skins change the appearance of [The Hunters](/gameplay/the-hunters.md) or the [**weapons**](/gameplay/weapons.md) the skin has been assigned to. Up to eight skins can be equipped for each Legend and weapon, which cycle through every time the player connects to the Lobby.

### Takedowns

Takedowns change the way a Hunter can kill an enemy while the latter is Knockdown. Only one Takedown can be equipped at any given time.

### Skydive

<figure><img src="/files/eWaVjK8BYqSopOLoAACr" alt=""><figcaption></figcaption></figure>

Skydive Emotes are short animations a Hunter can perform, either to show off to squadmates or to taunt enemies, during a match. However, they can only be played while dropping into the arena. They can be equipped to their own Skydive Emote Wheel, and up to eight of them can be equipped at the same time.

### Emotes

Similarly to Skydive Emotes, Emotes are short animations a Hunter can perform, either to show off to squadmates or to taunt enemies, during a match. They can be equipped to the Emote Wheel, and up to eight across Emotes, Holosprays and Quips can be equipped at the same time.

### Artworks

<figure><img src="/files/rDNTP4oIvUGwL5slY1Ja" alt=""><figcaption></figcaption></figure>

Artworks are background images that appear when loading into a match.

### Music Packs

<figure><img src="/files/A9wiAJVAaf00vF5i3WuC" alt=""><figcaption></figcaption></figure>

Music Packs are music tracks that play while in the Lobby or while dropping into a match.

## Rarity

Cosmetic Collectibles have five Rarity tiers:

* Common
* Rare
* Epic
* Legendary
* Mythic

## **Max Issuances**

| Rarity    | Max Supply |          Notes          |
| --------- | :--------: | :---------------------: |
| Common    |  Unlimited |       In-game only      |
| Rare      |  Unlimited |       In-game only      |
| Epic      |   100,000  |                         |
| Legendary |   10,000   |                         |
| Mythic    |    1,000   | All variations included |


---

# 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://wiki.metados.com/economy/cosmetics-collectibles.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.
