import { UpgradedBasicNemesisCard } from '../../../../aer-types/types' export const upgradedBasicNemesisCards: UpgradedBasicNemesisCard[] = [ { id: 'CarriodeRaiders', name: 'Carriode Raiders', expansion: 'LOG', tier: 1, type: 'Minion', hp: 3, shields: 3, effect: `

Persistent: Gravehold suffers 2 damage. Add a fire token to your location on the map.

`, upgraded: true, }, { id: 'Incense', name: 'Incense', expansion: 'LOG', tier: 1, type: 'Attack', effect: `

Unleash twice. Any player suffers 1 damage. OR Gravehold suffers 5 damage. Add 2 fire tokens to your location on the map.

`, upgraded: true, }, { id: 'SpreadingBrushfire', name: 'Spreading Brushfire', expansion: 'LOG', tier: 1, type: 'Power', power: 2, effect: `

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

`, upgraded: true, }, { id: 'Blacken', name: 'Blacken', expansion: 'LOG', tier: 2, type: 'Attack', effect: `

Unleash twice.
Gravehold suffers 5 damage.
If there are 4 or less fire tokens on your location of the map, add 2 fire tokens to your location on the map.

`, upgraded: true, }, { id: 'BreachShatter', name: 'Breach Shatter', expansion: 'LOG', tier: 2, type: 'Power', power: 2, effect: `

To discard: Spend 8 Æ.
Power 2: Unleash twice. The player with the lowest life suffers 4 damage.
If that player becomes exhausted because of this, that mage is severed and cross out this sentence.

`, upgraded: true, }, { id: 'ChitinKiller', name: 'Chitin Killer', expansion: 'LOG', tier: 2, type: 'Minion', hp: 13, effect: `

Persistent: The player with the most prepped spells suffers 3 damage. If that player becomes exhausted because of this, that mage is severed and cross out this sentence.

`, upgraded: true, }, { id: 'MagmaLordZala', name: 'Magma Lord Zala', expansion: 'LOG', tier: 2, type: 'Minion', hp: 10, shields: 2, effect: `

Persistent: Gravehold and any player each suffer 2 damage. Add a fire token to your location of the map.

`, upgraded: true, }, { id: 'SoulRend', name: 'Soul Rend', expansion: 'LOG', tier: 2, type: 'Power', power: 2, effect: `

To discard: Spend 9 Æ.
Power 2: Unleash three times, and add 2 fire tokens to your location on the map. OR Unleash twice, the player with the lowest life suffers 1 damage, their mage becomes severed, and cross out this sentence.

`, upgraded: true, }, { id: 'Stifle', name: 'Stifle', expansion: 'LOG', tier: 3, type: 'Attack', effect: `

Unleash twice. The player with the lowest life suffers 3 damage.
If that player becomes exhausted because of this, that mage is severed and cross out this sentence.

`, upgraded: true, }, { id: 'DreadIgnition', name: 'Dread Ignition', expansion: 'LOG', tier: 3, type: 'Power', power: 1, effect: `

Power 1: Unleash twice, and the player with the most charges suffers 3 damage and loses all of their charges. OR Gravehold suffers 5 damage, and add 2 fire tokens to your location on the map.

`, upgraded: true, }, { id: 'Explosion', name: 'Explosion', expansion: 'LOG', tier: 3, type: 'Attack', effect: `

Unleash three times.
The players collectively discard the two most expensive cards in hand.
Add 2 fire tokens to your location on the map.

`, upgraded: true, }, { id: 'InescapableTorment', name: 'InescapableTorment', expansion: 'LOG', tier: 3, type: 'Power', power: 2, effect: `

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

`, upgraded: true, }, { id: 'NyxOfBurningBones', name: 'Nyx of Burning Bones', expansion: 'LOG', tier: 3, type: 'Minion', hp: 15, effect: `

Persistent: Unleash twice. Gravehold suffers 2 damage. Add a fire token to your location on the map.

`, upgraded: true, }, { id: 'Ravage', name: 'Ravage', expansion: 'LOG', tier: 3, type: 'Attack', effect: `

Unleash four times. OR Add three fire tokens to your location on the map. OR Gravehold suffers 7 damage.

`, upgraded: true, }, { id: 'Revive', name: 'Revive', expansion: 'LOG', tier: 3, type: 'Attack', effect: `

Unleash twice.
Place the most recently discarded minion in the nemesis discard pile into play.

`, upgraded: true, }, { id: 'TheCeaselessObserver', name: 'The Ceaseless Observer', expansion: 'LOG', tier: 3, type: 'Minion', hp: 7, shields: 3, effect: `

Persistent: Gravehold suffers 3 damage. Add fire tokens to your location on the map equal to the number of shield tokens on this minion.

`, upgraded: true, }, ]