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.
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.
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.
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.
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.
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.
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.
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, }, ]