import { Treasure } from '../../../../aer-types/types' export const treasures: Treasure[] = [ { id: 'RemnantsVoidShard', name: "Remnant's Void Shard", expansion: 'TA', level: 1, subtype: 'Gem', effect: `

Gain 1 Æ.
Gain an additional 1 Æ that can only be used to focus or open a breach.

`, }, { id: 'QuiliussErasure', name: "Quilius's Erasure", expansion: 'TA', level: 1, subtype: 'Spell', effect: `

Cast: Deal 1 damage.
If this damages a minion, deal 1 additional damage.

`, }, { id: 'ZhanasFleetingEmber', name: "Z'hana's Fleeting Ember", expansion: 'TA', level: 1, subtype: 'Spell', effect: `

Cast: Deal 1 damage. OR Cast: Cast one of your prepped spells that costs 4 Æ or less without discarding it.

`, }, { id: 'BlightedRootClump', name: 'Blighted Root Clump', expansion: 'TA', level: 2, effect: `

When the last card in a supply pile is gained or destroyed, any player gains 3 life.

`, }, { id: 'PetrifiedWitchFinger', name: 'Petrified Witch Finger', expansion: 'TA', level: 2, effect: `

When the last card in a supply pile is gained or destroyed, any player gains 3 charges.

`, }, { id: 'WaywardScraps', name: 'Wayward Scraps', expansion: 'TA', level: 2, effect: `

Once per turn during any player's main phase that player may spend 4 Æ to focus each player's IV breach.

`, }, { id: 'TrueSightMonocle', name: 'True Sight Monocle', expansion: 'TA', level: 3, effect: `

At the start of your main phase, if there are six or more cards in your discard pile, gain 2 Æ.

`, }, { id: 'EntwinedAetherStrands', name: 'Entwined Aether Strands', expansion: 'TA', level: 3, effect: `

At the end of your draw phase, you may discard one card in hand and draw a card.

`, }, { id: 'SiphoningBlade', name: 'Siphoning Blade', expansion: 'TA', level: 3, effect: `

Once per turn when you focus or open a breach, gain 1 charge.

`, }, { id: 'GemEncrustedAnklet', name: 'Gem Encrusted Anklet', expansion: 'TA', level: 3, effect: `

At the start of your first turn of the game, gain 3 Æ.

`, }, ]