> For the complete documentation index, see [llms.txt](https://genesis-docs.bridgeworld.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://genesis-docs.bridgeworld.gg/gameplay/questing-in-the-ivory-tower/treasure-triad.md).

# Treasure Triad

Legions who travel to the 3rd section of a quest (requires questing level 3) and equipped Treasures must play the Treasure Triad game in the last part of their quest.

The goal is to flip as many cards to your control, which boosts the chance your Legion receives higher tiered Treasure Fragments and/or Treasures.

In order to travel to the 3rd section of quests and play Treasure Triad, a legion not only requires level 3 questing, but also requires at least one Treasure to be equipped. One Treasure can be equipped per constellation.&#x20;

## Ending Journeys with Treasure Triad <a href="#ending-journeys-with-treasure-triad" id="ending-journeys-with-treasure-triad"></a>

{% embed url="<https://www.youtube.com/watch?ab_channel=Treasure_X_&v=b7yxSabWaqU>" %}
Treasure Triad Video Tutorial
{% endembed %}

You will see a board with 3 cards placed by the computer. Your goal is to use your cards to try flip them.

<figure><img src="/files/tOCflgcL11eeI7IeWX5b" alt=""><figcaption><p>Treasure Triad</p></figcaption></figure>

The game works as follows:

1. Cards have 4 stats for the “North”, “East”, “South”, and “West” sides of the card.
2. When a card is placed next to another card, if the stats on your card are higher on the touching sides, you flip the adjacent cards to your color.
3. Players can place **up to 3 cards** on the grid by dragging and dropping a Treasure from their deck to an unflipped grid location of their choice.
   * Simply click on a card to unplay it and move it back to your deck.
4. Grid cells with a purple color have a status effect of “corruption”. If you do not play a card on a corrupted grid cell, your legion will be put in stasis (frozen for X hours).
   * Game generates at most 2 corrupted cells.
   * 1 unflipped “corruption” grid cell ⇒ 12 hrs stasis
   * 2 unflipped “corruption” grid cells ⇒ 24 hrs stasis
   * **NOTE:** Genesis Legions cannot be put in stasis
5. Once you play 3 cards, click “End Games” to submit a transaction to end or restart your quests. Note that you do not have to place all 3 cards to finish a game.
6. The more cards flipped into your control, the higher the drop rate:
   * If the current fragment drop rate is 40%, with 3 cards flipped = 40% \* (1 + 15%) = 46%

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

## Additional Game Mechanics

Two grid cells in the game are randomly selected to have affinities, and matching Treasures/Legions with them will offer game boosts:

* Treasures are grouped into affinities of Alchemy, Arcana, Brewing, Enchanting, Leatherworking, and Smithing
* If a Treasure matches the affinity of the cell it is placed on, the card enjoys a +1 stat boost on all sides.
  * For example, Donkey is a Leathworking Treasure so when it is placed on a cell with a Leatherworking affinity, it will enjoy a +1 boost to stats
* Each Legion class is associated with multiple affinities (see chart below). If a Legion matches the affinity of a Treasure that also matches the affinity of the cell it is placed on, the card enjoys a +2 stat boost on all sides.
  * For example, Donkey is a Leatherworking Treasure, so when it is placed on a cell with a Leatherworking affinity by a Legion with class Assassin, it will enjoy a +2 boost to stats

| Legion Class                                                                     | Affinities               |
| -------------------------------------------------------------------------------- | ------------------------ |
| 1/1 (Bombmaker, Clocksnatcher, Dreamwinder, Fallen, Warlock)                     | All                      |
| All-Class (Ashen Kingsguard, Clockwork Marine, Executioner, Reaper, Shadowguard) | All                      |
| Numeraire                                                                        | Alchemy & Arcana         |
| Riverman                                                                         | Brewing & Enchanting     |
| Ranger                                                                           | Alchemy & Leatherworking |
| Fighter                                                                          | Enchanting & Smithing    |
| Spellcaster                                                                      | Arcana & Enchanting      |
| Siege                                                                            | Alchemy & Smithing       |
| Assassin                                                                         | Brewing & Leatherworking |

## Treasure Triad Card Stats <a href="#treasure-triad-card-stats" id="treasure-triad-card-stats"></a>

<figure><img src="/files/DdROfu4d0zOROxW4Gpbf" alt=""><figcaption><p>Diagram showing Treasure tiers, affinities, and Treasure Triad card stats</p></figcaption></figure>


---

# 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://genesis-docs.bridgeworld.gg/gameplay/questing-in-the-ivory-tower/treasure-triad.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.
