import { BasicNemesisCard } from '../../../../aer-types/types' export const basicNemesisCards: BasicNemesisCard[] = [ { id: 'AgonyField-AE', expansion: 'AE', tier: 1, type: 'Power', name: 'Agony Field', power: 2, effect: `
To Discard: Destroy a card in hand that costs 2 Æ or more.
Power 2: Unleash. Any player discards three cards and then draws one card.
Persistent: Unleash.
`, }, { id: 'BleedStatic-AE', expansion: 'AE', tier: 1, type: 'Power', name: 'Bleed Static', power: 3, effect: `Power 3: The player with the most prepped spells suffers 2 damage for each of their prepped spells.
`, }, { id: 'EyeofNothing-AE', expansion: 'AE', tier: 1, type: 'Power', name: 'Eye of Nothing', power: 2, effect: `
To Discard: Spend 6 Æ.
Power 2: Unleash twice.
Persistent: Gravehold suffers damage equal to this minion's current life. Then, this minion suffers 1 damage.
`, }, { id: 'Skewer-AE', expansion: 'AE', tier: 1, type: 'Attack', name: 'Skewer', effect: `Unleash. Any player suffers 3 damage and draws a card.
`, }, { id: 'Slaughter-AE', expansion: 'AE', tier: 1, type: 'Attack', name: 'Slaughter', effect: `Unleash. Gravehold suffers 3 damage.
`, }, { id: 'WovenSky-AE', expansion: 'AE', tier: 1, type: 'Power', name: 'Woven Sky', power: 2, effect: `
To Discard: Discard three cards.
Power 2: Unleash. Any player suffers 4 damage.
Unleash twice and Gravehold suffers 3 damage. OR Place the most recently discarded minion in the nemesis discard pile back into play.
`, }, { id: 'Cauterizer-AE', expansion: 'AE', tier: 2, type: 'Minion', name: 'Cauterizer', shields: 3, hp: 0, effect: `
When damage is dealt to this minion, reduce that damage to 1.
Persistent: Any player suffers damage equal to this minion's current life.
Unleash twice. The player with the most prepped spells discards their most expensive prepped spell.
`, }, { id: 'Needlemaw-AE', expansion: 'AE', tier: 2, type: 'Minion', name: 'Needlemaw', hp: 11, effect: `Persistent: Gravehold suffers 2 damage.
`, }, { id: 'LayWaste-AE', expansion: 'AE', tier: 2, type: 'Attack', name: 'Lay Waste', effect: `Unleash twice. Any player suffers 2 damage.
`, }, { id: 'PulverizingRay-AE', expansion: 'AE', tier: 2, type: 'Power', name: 'Pulverizing Ray', power: 1, effect: `Power 1: Gravehold suffers 18 damage. The players may collectively discard up to 6 gems. For each gem discarded this way, prevent 3 of that damage.
`, }, { id: 'Venomite-AE', expansion: 'AE', tier: 2, type: 'Minion', name: 'Venomite', hp: 9, effect: `Persistent: The player with the lowest life suffers 2 damage. OR Any player discards a prepped spell that costs 3 Æ or more.
`, }, { id: 'DoomAegis-AE', expansion: 'AE', tier: 3, type: 'Power', name: 'Doom Aegis', power: 1, effect: `
To Discard: Spend 7 Æ.
Power 1: The player with the most charges suffers 4 damage and loses all of their charges.
Any player places their discard pile on top of their deck, shuffles it, and then destroys the top four cards of their deck. Then, Unleash twice.
`, }, { id: 'JaggedOne-AE', expansion: 'AE', tier: 3, type: 'Minion', name: 'Jagged One', hp: 14, effect: `Persistent: Unleash twice.
`, }, { id: 'Obliterate-AE', expansion: 'AE', tier: 3, type: 'Attack', name: 'Obliterate', effect: `Unleash twice. The player with the most opened breaches destroys four cards in hand or suffers 4 damage.
`, }, { id: 'RealityRupture-AE', expansion: 'AE', tier: 3, type: 'Power', name: 'Reality Rupture', power: 1, effect: `
To Discard: Destroy two prepped spells that each cost 3 Æ or more.
Power 1: Unleash three times.
Gravehold suffers 4 damage and the player with the lowest life suffers 4 damage. OR Shuffle all of the nemesis turn order cards into the turn order deck.
`, }, { id: 'Topple-AE', expansion: 'AE', tier: 3, type: 'Attack', name: 'Topple', effect: `Unleash twice. Gravehold suffers 4 damage.
`, }, ]