import { BasicNemesisCard } from '../../../../aer-types/types' export const basicNemesisCards: BasicNemesisCard[] = [ { id: 'LabyrinthWisp-OD', expansion: 'OD', tier: 1, type: 'Minion', name: 'Labyrinth Wisp', hp: 5, effect: `

Persistent: Any player discards a prepped spell. OR Any player loses 1 charge.

`, }, { id: 'Assail-OD', expansion: 'OD', tier: 2, type: 'Attack', name: 'Assail', effect: `

Unleash twice. The player with the most expensive prepped spell places that spell on top of their deck.

`, }, { id: 'DireAbbatoir-OD', expansion: 'OD', tier: 3, type: 'Power', name: 'Dire Abbatoir', power: 2, effect: `

To Discard: Spend 8 Æ.

Power 2: The player with the most life suffers damage equal to their current life.

`, }, ]