import { BasicNemesisCard } from '../../../../aer-types/types' export const basicNemesisCards: BasicNemesisCard[] = [ { id: 'Ambush-Legacy', expansion: 'Legacy', tier: 1, type: 'Attack', name: 'Ambush', effect: `

Unleash. Gravehold suffers 2 damage. Any player suffers 1 damage.

`, }, { id: 'Conduct-Legacy', expansion: 'Legacy', tier: 1, type: 'Attack', name: 'Conduct', effect: `

Unleash. The player with the most charges suffers 2 damage and gains a charge.

`, }, { id: 'CreepingCurse-Legacy', expansion: 'Legacy', tier: 1, type: 'Power', name: 'Creeping Curse', power: 3, effect: `

To Discard: Spend 6 Æ.

Power 3: Unleash. Any player suffers 2 damage. The players collectively discad two cards in hand.

`, }, { id: 'Daze-Legacy', expansion: 'Legacy', tier: 1, type: 'Attack', name: 'Daze', effect: `

Any player suffers 2 damage and discards a card in hand. If that card costs 0 Æ, Gravehold suffers 2 damage.

`, }, { id: 'EndlessChasm-Legacy', expansion: 'Legacy', tier: 1, type: 'Power', name: 'Endless Chasm', power: 2, effect: `

To Discard: Spend 6 Æ.

Power 2: Unleash twice. Gravehold suffers 2 damage.

`, }, { id: 'AetherExtract-Legacy', expansion: 'Legacy', tier: 1, type: 'Power', name: 'Aether Extract', power: 2, effect: `

Power 2: Unleash. Any player discards two gems. If both of those gems cost 0 Æ, Unleash.

`, }, { id: 'RavenousLeviathan-Legacy', expansion: 'Legacy', tier: 1, type: 'Minion', name: 'Ravenous Leviathan', hp: 6, effect: `

Persistent: Gravehold suffers 2 damage.

`, }, { id: 'SpineThresher-Legacy', expansion: 'Legacy', tier: 1, type: 'Minion', name: 'Spine Thresher', shields: 3, hp: 1, effect: `

Persistent: Unleash. Any player suffers 1 damage.

`, }, { id: 'CausticCocoon-Legacy', expansion: 'Legacy', tier: 2, type: 'Minion', name: 'Caustic Cocoon', hp: 9, effect: `

Persistent: Unleash. Gravehold suffers 1 damage.

`, }, { id: 'Sap-Legacy', expansion: 'Legacy', tier: 2, type: 'Attack', name: 'Sap', effect: `

Unleash twice. Any player loses 2 charges. OR Unleash twice. Any player suffers 3 damage.

`, }, { id: 'Tremor-Legacy', expansion: 'Legacy', tier: 2, type: 'Power', name: 'Tremor', power: 2, effect: `

To Discard: Spend 7 Æ.

Power 2: Unleash twice. Gravehold suffers 4 damage.

`, }, { id: 'Drain-Legacy', expansion: 'Legacy', tier: 2, type: 'Attack', name: 'Drain', effect: `

Unleash. Gravehold suffers 2 damage. The players collectively discard two prepped spells. Then, if any player has a prepped spell that costs 4 Æ or more, Unleash.

`, }, { id: 'HummingHive-Legacy', expansion: 'Legacy', tier: 2, type: 'Minion', name: 'Humming Hive', shields: 3, hp: 5, effect: `

Persistent: Any player suffers 2 damage.

`, }, { id: 'Hunted-Legacy', expansion: 'Legacy', tier: 2, type: 'Attack', name: 'Hunted', effect: `

Unleash twice. The player with the lowest life suffers 1 damage.

`, }, { id: 'TemptingOffer-Legacy', expansion: 'Legacy', tier: 2, type: 'Power', name: 'Tempting Offer', power: 3, effect: `

To Discard: Spend 7 Æ.

Power 3: Unleash twice. The player with the lowest life suffers 3 damage.

`, }, { id: 'Annihilate-Legacy', expansion: 'Legacy', tier: 3, type: 'Attack', name: 'Annihilate', effect: `

Unleash twice. The player with the most expensive card in hand discards two cards in hand. Then, for each card in that players hand that costs 2 Æ or more, Gravehold suffers 2 damage.

`, }, { id: 'FacetOgre-Legacy', expansion: 'Legacy', tier: 3, type: 'Minion', name: 'Facet Ogre', shields: 4, hp: 1, effect: `

Persistent: Gravehold suffers damage equal to the number of shield tokens this minion has. If this minion has two or less shield tokens, it gains one shield token.

`, }, { id: 'FlashofDecay-Legacy', expansion: 'Legacy', tier: 3, type: 'Power', name: 'Flash of Decay', power: 2, effect: `

Power 2: Unleash twice. The player with the most expensive prepped spell destroys it. If that spell costs 4 Æ or less, or no spell was destroyed, Unleash.

`, }, { id: 'GatheringStorm-Legacy', expansion: 'Legacy', tier: 3, type: 'Power', name: 'Gathering Storm', power: 2, effect: `

To Discard: Spend 8 Æ.

Power 2: Unleash twice. If there are two nemesis turn order cards in the turn order discard pile, any player suffers 4 damage. Otherwise, Gravehold suffers 4 damage.

`, }, { id: 'MaddeningSpectre-Legacy', expansion: 'Legacy', tier: 3, type: 'Minion', name: 'Maddening Spectre', shields: 2, hp: 7, effect: `

Persistent: Unleash twice.

`, }, { id: 'Scatter-Legacy', expansion: 'Legacy', tier: 3, type: 'Attack', name: 'Scatter', effect: `

Unleash twice. Any player destroys their most expensive card in hand.

`, }, { id: 'Suffocate-Legacy', expansion: 'Legacy', tier: 3, type: 'Attack', name: 'Suffocate', effect: `

Unleash three times. OR Gravehold suffers 3 damage and any player suffes 3 damage.

`, }, ]