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

# Cosmetics

Cosmetics give players long-term collection goals without affecting combat or gathering power.

### Skins

Skin rarities:

* **Rare**
* **Epic**
* **Legendary**

Each skin is split into 4 tradeable parts:

* **Body**
* **Head**
* **Arms**
* **Legs**

### Skin sources

Skin parts come from chests.

Shop access depends on your **Wardrobe** station level.

| Rarity    | Chest availability       | Shop availability                       |
| --------- | ------------------------ | --------------------------------------- |
| Rare      | Bronze Chest, Epic Chest | Wardrobe Level 2+                       |
| Epic      | Epic Chest, Dragon Chest | Wardrobe Level 3+                       |
| Legendary | Dragon Chest             | Wardrobe Level 4 for separate shop sets |

### Skin shop

Viola sells full skin sets.

The skin shop is a gold sink.

Key rules:

* **Unlimited purchases**
* **Daily rotation**
* **Full sets only**
* **Legendary shop sets do not duplicate Dragon Chest exclusive sets**

Daily rotation:

* **1 random Rare sets**
* **1 random Epic set**
* **1 random Legendary set**

| Rarity             | Price                              |
| ------------------ | ---------------------------------- |
| Rare set           | 200 gold                           |
| Epic set           | 500 gold                           |
| Legendary shop set | 1200–2000 gold or seasonal pricing |

### Marketplace role

Skin parts, sets, and pets can be traded on the marketplace.

This supports two loops:

* chest opening for rare drops
* shop purchases for resale and collection

### Pets

Pets are rare collectible cosmetics.

Current pet rules:

* **Legendary Pets** are available from chests
* **Exclusive pets** can appear in chests
* pets are prestige rewards, not power upgrades

| Source       | Pet drop      |
| ------------ | ------------- |
| Epic Chest   | Legendary Pet |
| Dragon Chest | Legendary Pet |

### Pet shop

Pet shop access depends on your **Pet Companion** station level.

[Martha](/cave/npc.md) is the pet vendor.

Unlocks work like this:

| Pet Companion level | Shop access                |
| ------------------- | -------------------------- |
| Level 1             | No pets in the shop        |
| Level 2             | Rare pets appear           |
| Level 3             | Epic pets appear           |
| Level 4             | Legendary shop pets appear |

For island unlocks, see [Islands & Stations](/cave/islands-and-stations.md).


---

# 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://cave-of-fates.gitbook.io/cave/cosmetics.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.
