# S2 Mystery Packs

### Legendary Mystery Pack

The rarest set. Inside you are guaranteed to find:

* 9 unique characters
* 5 Booster Packs
* 3 Booster Packs 2
* 10 Lottery Ticket
* 5 Common Item Packs
* 3 Rare Item Packs
* 3 Dead Man's Chest Keys
* 2 Incubators
* Board Enigma of Lost Ships

### Rare Mystery Pack

A set of medium rarity, inside of which you are guaranteed to find:

* 6 unique characters
* 3 Booster Packs
* Booster Pack 2
* 5 Lottery Ticket
* 3 Common Item Packs
* 2 Uncommon Item Packs
* Rare Item Pack
* Dead Man's Chest Key
* Incubator
* Board Enigma of Lost Ships

### Common Mystery Pack

Basic set, and inside it:

* 3 unique characters
* 2 Booster Packs
* 3 Lottery Tickets
* Common Item Pack
* Uncommon Item Pack
* Rare Item Pack
* Board Enigma of Lost Ships

### Table View

<table><thead><tr><th width="136">Item</th><th width="252">Description</th><th>Common Mystery Pack</th><th>Rare Mystery Pack</th><th>Legendary Mystery Pack</th></tr></thead><tbody><tr><td>Figure</td><td>This is a Season 2 character in form of NFT. It can be used as a game figure and profile picture</td><td>3</td><td>9</td><td>15</td></tr><tr><td>Booster Pack</td><td>This is a small booster pack that contains uncommon and rare power-ups</td><td>2</td><td>3</td><td>5</td></tr><tr><td>Booster Pack 2</td><td>This is a large booster pack that contains rare, epic and legendary power-ups</td><td>0</td><td>1</td><td>3</td></tr><tr><td>Lottery ticket</td><td>Lottery tickets can be used to spin a wheel of fortune and in other activities</td><td>3</td><td>5</td><td>10</td></tr><tr><td>Item pack Common</td><td>This pack contains common items that can be used on boards</td><td>1</td><td>3</td><td>5</td></tr><tr><td>Item pack Uncommon</td><td>This pack contains uncmmon items that can be used on boards</td><td>1</td><td>2</td><td>0</td></tr><tr><td>Item pack Rare</td><td>This pack contains rare items that can be used on boards</td><td>1</td><td>1</td><td>3</td></tr><tr><td>Key</td><td>This key opens the Dead Man's Chest</td><td>0</td><td>1</td><td>3</td></tr><tr><td>Incubator</td><td>A baby pet will soon hatch in this incubator</td><td>0</td><td>1</td><td>2</td></tr><tr><td>Board Enigma of Lost Ships</td><td>This is the 2nd game board. It gives access to special quests to its owner</td><td>1</td><td>1</td><td>1</td></tr></tbody></table>


---

# 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://docs.pixudi.com/pixudi-manual/introduction/s2-mystery-packs.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.
