import { ICard } from '../../../../aer-types/types' export const cards: ICard[] = [ { type: 'Relic', expansion: 'RTG', name: 'Glass-Eyed Oracle', id: 'GlassEyedOracle', cost: 1, effect: `

Gain 1 Æ. OR Destroy this and any number of copies of this card in hand. You may gain a card with cost up to three times the number of copies destroyed.

`, keywords: [], }, { type: 'Spell', expansion: 'RTG', name: 'Cleanse', id: 'Cleanse', cost: 4, effect: `

Cast: Deal 3 damage.
If you have 3 or less life, gain 1 life.

`, keywords: [], }, { type: 'Spell', expansion: 'RTG', name: 'Memory Break', id: 'MemoryBreak', cost: 6, effect: `

Cast: Deal 3 damage.
You may destroy a card in hand. If you do, deal additional damage equal to the cost of the destroyed card.

`, keywords: [], }, ]