import { BasicNemesisCard } from '../../../../aer-types/types' export const basicNemesisCards: BasicNemesisCard[] = [ { id: 'CeaselessDarkness-LOG', expansion: 'LOG', tier: 1, type: 'Power', name: 'Ceaseless Darkness', power: 2, effect: `
To Discard: Spend 5 Æ.
Power 2: Unleash. Any player suffers 3 damage. Any player discards a cards in hand.
To Discard: Spend 6 Æ.
Power 3: Unleash. Gravehold suffers 4 damage.
Persistent: Unleash. Add a fire token to your location on the map.
`, }, { id: 'Consume-LOG', expansion: 'LOG', tier: 1, type: 'Attack', name: 'Consume', effect: `
Unleash.
Any player suffers 2 damage and discards a card in hand.
If that card costs 2 Æ or less,
add a fire token to your location on the map.
When this is discarded, banish it.
Immediately: This minion suffers damage equal to the number of
players in the game.
Persistent: Gravehold and any player each suffer 1 damage.
Unleash.
Any player suffers 1 damage and discards a card in hand.
If that card is a gem, Gravehold suffers 2 damage.
To discard: Spend 6 Æ.
Power 2: Unleash. Gravehold suffers 3 damage. Add a fire token
to your location on the map.
Unleash.
Gravehold suffers 1 damage.
Any player suffers 2 damage.
To discard: Discard four cards in hand.
Power 1: Unleash twice. Gravehold suffers 3 damage.
Banish this.
Gravehold suffers 5 damage. OR Any player suffers 5 damage. OR The players discard the three most expensive prepped spells. OR Unleash twice. The players collectively lose 3 charges.
`, }, { id: 'FoggyMiasma', expansion: 'LOG', tier: 2, type: 'Attack', name: 'Foggy Miasma', effect: `
Any player discards three cards in hand and suffers 2 damage.
Banish this.
When this is discarded, banish this.
Persistent: Unleash. Any player suffers 1 damage.
Immediately: This minion loses a shield token for each player in the game.
Persistent: Any player suffers 2 damage. Add a fire token to your location on the map.
To discard: Spend 7 Æ.
Power 2: Unleash twice. If there are 3 or less fire tokens on your
location of the map, add a fire token to your location on the map.
Otherwise, Unleash.
Unleash twice. Gravehold suffers 3 damage. OR Unleash twice. Add a fire token to your location on the map.
`, }, { id: 'CrushingStorm-LOG', expansion: 'LOG', tier: 3, type: 'Power', name: 'Crushing Storm', power: 1, effect: `
To discard: Destroy two opened breaches.
Power 1: Unleash three times.
Banish this.
Power 2: Unleash. The player with the most expensive prepped spell
destroys it. If that spell costs 4 Æ or less,
Unleash and any player suffers 3 damage.
Banish this.
Unleash three times. OR Gravehold suffers 6 damage. OR Any player suffers 5 damage.
`, }, { id: 'Eviscerate', expansion: 'LOG', tier: 3, type: 'Attack', name: 'Eviscerate', effect: `
Unleash twice.
Any player suffers 2 damage and destroys their most expensive card in hand.
Banish this.
To Discard: Spend 8 Æ.
Power 2: Unleash twice. Gravehold suffers 4 damage.
Any player destroys the top four cards of their deck.
Unleash twice.
The player with the most expensive card in hand suffers 2 damage and discards three cards.
Then, for each card in their hand that costs 2 Æ or more,
add a fire token to your location on the map.
Persistent: Any player suffers 3 damage. OR Unleash. Add 2 fire tokens to your location on the map.
`, }, ]