import { BasicNemesisCard } from '../../../../aer-types/types' export const basicNemesisCards: BasicNemesisCard[] = [ { id: 'Afflict-WE', expansion: 'WE', tier: 1, type: 'Attack', name: 'Afflict', effect: `
Unleash. Any player suffers 3 damage and may place a card in their discard pile into their hand.
`, }, { id: 'CatacombDrone-WE', expansion: 'WE', tier: 1, type: 'Minion', name: 'Catacomb Drone', hp: 5, effect: `Persistent: Unleash. Gravehold suffers 1 damage.
`, }, { id: 'Encroach-WE', expansion: 'WE', tier: 1, type: 'Attack', name: 'Encroach', effect: `Unleash. Reveal the top card of the turn order deck. If a player turn order card was revealed, that player suffers 2 damage. Otherwise, Gravehold suffers 3 damage.
`, }, { id: 'HeartofNothing-WE', expansion: 'WE', tier: 1, type: 'Power', name: 'Heart of Nothing', power: 2, effect: `
To Discard: Discard four cards in hand.
Power 2: Unleash twice.
OR
Any player suffers 4 damage.
Persistent: Any player suffers 2 damage.
`, }, { id: 'NightUnending-WE', expansion: 'WE', tier: 1, type: 'Power', name: 'Night Unending', power: 3, effect: `Power 3: Gravehold suffers 2 damage for each spell prepped by the player with the most prepped spells.
`, }, { id: 'Nix-WE', expansion: 'WE', tier: 1, type: 'Attack', name: 'Nix', effect: `Unleash. Any player suffers 1 damage and discards their most expensive card in hand.
`, }, { id: 'PlanarCollision-WE', expansion: 'WE', tier: 1, type: 'Power', name: 'Planar Collision', power: 2, effect: `
To Discard: Discard two prepped spells.
Power 2: Unleash twice.
Unleash. The players collectively discard two cards in hand.
`, }, { id: 'AphoticSun-WE', expansion: 'WE', tier: 2, type: 'Power', name: 'Aphotic Sun', power: 2, effect: `
To Discard: Spend 7 Æ.
Power 2: Unleash. The player with the most charges suffers 3 damage and loses all of their charges.
To Discard: Spend 7 Æ.
Power 2: Unleash twice. Any player places their discard pile on top of their deck and shuffles it. Then, that player reveals the top two cards of their deck and destroys the most expensive card revealed.
Persistent: The player with the most opened breaches suffers 2 damage.
`, }, { id: 'Mangleroot-WE', expansion: 'WE', tier: 2, type: 'Minion', name: 'Mangleroot', hp: 12, effect: `Persistent: Gravehold suffers 3 damage. This minon suffers 2 damage.
`, }, { id: 'MorbidGyre-WE', expansion: 'WE', tier: 2, type: 'Power', name: 'Morbid Gyre', power: 1, effect: `
To Discard: Spend 7 Æ.
Power 1: Unleash twice. The players collectively discard three cards in hand.
Unleash. The players collectively discard two prepped spells. Any player suffers 2 damage.
`, }, { id: 'NullScion-WE', expansion: 'WE', tier: 2, type: 'Minion', name: 'Null Scion', hp: 11, effect: `Persistent: Unleash.
`, }, { id: 'Smite-WE', expansion: 'WE', tier: 2, type: 'Attack', name: 'Smite', effect: `Unleash twice. Gravehold suffers 2 damage.
`, }, { id: 'ApocalypseRitual-WE', expansion: 'WE', tier: 3, type: 'Power', name: 'Apocalypse Ritual', power: 2, effect: `
To Discard: Spend 8 Æ.
Power 2: Gravehold suffers 5 damage for each nemesis turn order card in the turn order discard pile.
Unleash twice. The player with the most prepped spells suffers 1 damage for each of their prepped spells.
`, }, { id: 'CataclysmicFate-WE', expansion: 'WE', tier: 3, type: 'Power', name: 'Cataclysmic Fate', power: 1, effect: `
To Discard: Destroy a prepped spell that costs 5 Æ or more and a breach in which it was prepped.
Power 1: The player with the lowest life suffers 4 damage.
When damage is dealt to this minion, reduce that damage to 1.
Persistent: Gravehold suffers damage equal to this minion's current life.
Resolve the most recently discarded attack card in the nemesis discard pile.
`, }, { id: 'Quell-WE', expansion: 'WE', tier: 3, type: 'Attack', name: 'Quell', effect: `Gravehold Suffers 7 damage. OR Unleash three times.
`, }, { id: 'Throttle-WE', expansion: 'WE', tier: 3, type: 'Attack', name: 'Throttle', effect: `Unleash twice. Any player destorys their three most expensive cards in hand.
`, }, { id: 'WitheringBeam-WE', expansion: 'WE', tier: 3, type: 'Power', name: 'Withering Beam', power: 2, effect: `Power 2: Unleash twice. The players collectively destroy the two most expensive prepped spells.
`, }, ]