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

Gravehold suffers 3 damage. The player with the fewest opened breaches suffers 2 damage.

`, }, { id: 'HexofVulnerability-BS', expansion: 'BS', tier: 1, type: 'Power', name: 'Hex of Vulnerability', power: 3, effect: `

To Discard: Spend 6 Æ.

Power 3: Place this card next to the player with the most life. For the rest of the game, when that player suffers damage, they suffer 1 additional damage.

`, }, { id: 'ThrongCommander-BS', expansion: 'BS', tier: 1, type: 'Minion', name: 'Throng Commander', shields: 3, hp: 1, effect: `

Persistent: If there are two or more other minions in play, Gravehold suffers 6 damage and discard this minion. Otherwise, any player suffers 2 damage.

`, }, { id: 'Divert-BS', expansion: 'BS', tier: 2, type: 'Attack', name: 'Divert', effect: `

The player with the most expensive prepped spell casts that spell. The damage that spell deals must be dealt to the player who cast it instead of to a minion or the nemesis.

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

To Discard: Spend 7 Æ.

Power 2: Unleash twice. The player with the most expensive card in hand destroys that card and then gains a card of the same type that costs less from any supply pile. That player suffers 2 damage.

`, }, { id: 'ArmoredHaze-BS', expansion: 'BS', tier: 2, type: 'Minion', name: 'Armored Haze', shields: 4, hp: 1, effect: `

Persistent: Any player suffers 1 damage for each shield token this minion has. Then, this minion suffers 1 damage.

`, }, { id: 'Muster-BS', expansion: 'BS', tier: 3, type: 'Attack', name: 'Muster', effect: `

Unleash twice. Each minion in plays gains 5 life.

`, }, { id: 'BreachTunnel-BS', expansion: 'BS', tier: 3, type: 'Power', name: 'Breach Tunnel', power: 4, effect: `

Power 4: If each player has at least one closed breach, the nemesis overwhelms them and the players lose.

`, }, { id: 'MailedShade-BS', expansion: 'BS', tier: 3, type: 'Minion', name: 'Mailed Shade', shields: 1, hp: 8, effect: `

This minion can only be dealt damage by spells cast from a III breach.

Persistent: Unleash twice.

`, }, ]