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.

`, }, { id: 'ChaosOrb-LOG', expansion: 'LOG', tier: 1, type: 'Power', name: 'Chaos Orb', power: 3, effect: `

To Discard: Spend 6 Æ.

Power 3: Unleash. Gravehold suffers 4 damage.

`, }, { id: 'CoalWelp-LOG', expansion: 'LOG', tier: 1, type: 'Minion', name: 'Coal Welp', shields: 2, hp: 3, effect: `

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.

`, }, { id: 'CosmopodHorror-LOG', expansion: 'LOG', tier: 1, type: 'Minion', name: 'Cosmopod Horror', hp: 8, effect: `

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.

`, }, { id: 'Disorient-LOG', expansion: 'LOG', tier: 1, type: 'Attack', name: 'Disorient', effect: `

Unleash.
Any player suffers 1 damage and discards a card in hand.
If that card is a gem, Gravehold suffers 2 damage.

`, }, { id: 'ImpendingImmolation-LOG', expansion: 'LOG', tier: 1, type: 'Power', name: 'Impending Immolation', power: 2, effect: `

To discard: Spend 6 Æ.
Power 2: Unleash. Gravehold suffers 3 damage. Add a fire token to your location on the map.

`, }, { id: 'Rend-LOG', expansion: 'LOG', tier: 1, type: 'Attack', name: 'Rend', effect: `

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

`, }, { id: 'CollapsingComet', expansion: 'LOG', tier: 2, type: 'Power', name: 'CollapsingComet', power: 1, effect: `

To discard: Discard four cards in hand.
Power 1: Unleash twice. Gravehold suffers 3 damage.
Banish this.

`, }, { id: 'DevilsPact', expansion: 'LOG', tier: 2, type: 'Attack', name: `Devil's Pact`, effect: `

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.

`, }, { id: 'Otherling', expansion: 'LOG', tier: 2, type: 'Minion', name: 'Otherling', hp: 10, effect: `

When this is discarded, banish this.
Persistent: Unleash. Any player suffers 1 damage.

`, }, { id: 'PaleReckoner', expansion: 'LOG', tier: 2, type: 'Minion', name: 'Pale Reckoner', shields: 4, hp: 8, effect: `

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.

`, }, { id: 'SpreadingInferno', expansion: 'LOG', tier: 2, type: 'Power', name: 'Spreading Inferno', power: 2, effect: `

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.

`, }, { id: 'Ruin', expansion: 'LOG', tier: 2, type: 'Attack', name: 'Ruin', effect: `

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.

`, }, { id: 'DemolishingVoid', expansion: 'LOG', tier: 3, type: 'Power', name: 'Demolishing Void', power: 2, effect: `

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.

`, }, { id: 'Divide', expansion: 'LOG', tier: 3, type: 'Attack', name: 'Divide', effect: `

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.

`, }, { id: 'HexOfDestruction-LOG', expansion: 'LOG', tier: 3, type: 'Power', name: 'Hex of Destruction', power: 2, effect: `

To Discard: Spend 8 Æ.
Power 2: Unleash twice. Gravehold suffers 4 damage. Any player destroys the top four cards of their deck.

`, }, { id: 'Incinerate', expansion: 'LOG', tier: 3, type: 'Attack', name: 'Incinerate', effect: `

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.

`, }, { id: 'VoidStrays', expansion: 'LOG', tier: 3, type: 'Minion', name: 'Void Strays', hp: 13, effect: `

Persistent: Any player suffers 3 damage. OR Unleash. Add 2 fire tokens to your location on the map.

`, }, ]