import { Treasure } from '../../../../aer-types/types' export const treasures: Treasure[] = [ { id: 'RhiasPlanarPocket', name: "Rhia's Planar Pocket", expansion: 'O', level: 1, subtype: 'Gem', effect: `

Gain 1 Æ.
Gain an additional Æ that can only be used to gain a relic.

`, }, { id: 'TalixsEverburn', name: "Talix's Everburn", expansion: 'O', level: 1, subtype: 'Gem', effect: `

Gain 1 Æ.
Discard up to three spells in hand. Gain 1 Æ for each spell discarded this way.

`, }, { id: 'LostsForgedSpark', name: "Lost's Forged Spark", expansion: 'O', level: 1, subtype: 'Spell', effect: `

(When the game starts, add a Crystal to your discard pile.)
Cast:
Deal 2 damage.

`, }, { id: 'MazrasThesis', name: "Mazra's Thesis", expansion: 'O', level: 1, subtype: 'Spell', effect: `

Cast:
Deal 1 damage.
Focus any player's III breach.

`, }, { id: 'RazrasTrainingWhistle', name: "Razra's Training Whistle", expansion: 'O', level: 1, subtype: 'Gem', effect: `

Gain 1 Æ. OR Gain 1 charge.

`, }, { id: 'RejuvenatingDiamond', name: 'Rejuvenating Diamond', expansion: 'O', level: 2, effect: `

When Gravehold gains life, Gravehold gains an additional 1 life.

`, }, { id: 'BrokenTooth', name: 'Broken Tooth', expansion: 'O', level: 2, effect: `

When a player opens a breach, any ally draws a card.

`, }, { id: 'PoisonHeart', name: 'Poison Heart', expansion: 'O', level: 2, effect: `

At the start of the game, set this next to a spell supply pile that costs 5 Æ or less. Those spells deal 1 additional damage when cast.

`, }, { id: 'WorldMarble', name: 'World Marble', expansion: 'O', level: 3, effect: `

At the start of your first turn of the game, focus one of your breaches three times.

`, }, { id: 'ArmoredPauldrons', name: 'Armored Pauldrons', expansion: 'O', level: 3, effect: `

When you play a relic that costs 3 Æ or more, deal 1 damage.

`, }, { id: 'BloodshotGeode', name: 'Bloodshot Geode', expansion: 'O', level: 3, effect: `

When you play a gem that costs 5 Æ or more, deal 2 damage.

`, }, { id: 'TreasuredStone', name: 'Treasured Stone', expansion: 'O', level: 3, effect: `

At the start of your first turn of the game, gain a gem from any supply pile.

`, }, { id: 'ReboundGauntlet', name: 'Rebound Gauntlet', expansion: 'O', level: 3, effect: `

Once per turn, when you cast a spell that costs 5 Æ or less, you may discard a spell in hand to return the cast spell to your hand.

`, }, ]