import { ICard } from '../../../../aer-types/types' export const cards: ICard[] = [ { type: 'Gem', expansion: 'IW', name: 'Jeweled Brain', id: 'JeweledBrain', cost: 3, effect: `

Gain 2 Æ. OR Gain 1 Æ. Return to your hand a card in your discard pile that costs 0 Æ.

`, keywords: [], }, { type: 'Relic', expansion: 'IW', name: 'Blast Sphere', id: 'BlastSphere', cost: 8, effect: `

Cast any player's prepped spell three times without discarding it and then destroy it.

`, keywords: [], }, { type: 'Spell', expansion: 'IW', name: 'Wound Mender', id: 'WoundMender', cost: 8, effect: `

Echo

Cast: Deal 2 damage.
If this was cast from an opened III or IV breach, gain 1 life.

`, keywords: ['echo'], }, ]