From 386f412702d5203488c083bdd0fe470b0f138a31 Mon Sep 17 00:00:00 2001 From: Theo Salzmann Date: Sun, 13 Oct 2024 15:29:12 +0200 Subject: [PATCH] Revert "Fix Harbinger Descent's ID, add missing Propel spell, remove redundant New Age spells." This reverts commit b1389c76d2dd85cc26888db6f9d5d2b3ae855193. --- src/aer-data/src/ENG/pastAndFuture/cards.ts | 109 ++++++++++++++++++-- 1 file changed, 102 insertions(+), 7 deletions(-) diff --git a/src/aer-data/src/ENG/pastAndFuture/cards.ts b/src/aer-data/src/ENG/pastAndFuture/cards.ts index 992aedab..55e2c31e 100644 --- a/src/aer-data/src/ENG/pastAndFuture/cards.ts +++ b/src/aer-data/src/ENG/pastAndFuture/cards.ts @@ -90,7 +90,7 @@ export const cards: ICard[] = [ type: 'Gem', expansion: 'PAF', name: 'Encased Fossil', - id: 'EncasedFossil', + id: 'Encased Fossil', cost: 4, effect: `

@@ -118,7 +118,7 @@ export const cards: ICard[] = [ type: 'Spell', expansion: 'PAF', name: 'Harbinger Descent', - id: 'HarbingerDescent', + id: 'ResonantPearl', cost: 8, effect: `

@@ -263,16 +263,111 @@ export const cards: ICard[] = [ }, { type: 'Spell', - expansion: 'PAF', - name: 'Propel', - id: 'Propel', + expansion: 'NA', + name: 'Fatal Harmony', + id: 'FatalHarmony', cost: 5, effect: `

Cast: Deal 4 damage.
- If you placed this into your discard pile, swap this card for Gather Force.
+ Any ally may discard a Fatal Harmony in hand and draw a card.
+ If they do, deal 3 damage.
+ (Effects that + modify damage affect both instances of damage.) +

+ `, + keywords: [], + }, + { + type: 'Spell', + expansion: 'NA', + name: 'Bouncing Boom', + id: 'BouncingBoom', + cost: 6, + effect: ` +

+ Echo

+

+ Cast: Deal 2 damage. +

+ `, + keywords: ['echo'], + }, + { + type: 'Spell', + expansion: 'NA', + name: 'Spirit Lift', + id: 'SpiritLift', + cost: 8, + effect: ` +

+ While prepped once during your turn when you gain a charge, any ally + gains 2 charges.
+ Cast: Deal 5 damage. +

+ `, + keywords: [], + }, + { + type: 'Spell', + expansion: 'NA', + name: 'Tethered Darts', + id: 'Tethered Darts', + cost: 3, + effect: ` +

+ Cast: Deal 2 damage.
+ If this was cast from an opened III or IV breach, you may place this + into any ally's hand. +

`, - keywords: ['swap'], + keywords: [], + }, + { + type: 'Spell', + expansion: 'NA', + name: 'Force Amplifier', + id: 'ForceAmplifier', + cost: 4, + effect: ` +

+ Cast: Deal 3 damage.
+ If this was cast from an opened III or IV breach, deal 1 additional + damage. +

+ `, + keywords: [], + }, + { + type: 'Spell', + expansion: 'NA', + name: 'Imbued Smash', + id: 'ImbuedSmash', + cost: 5, + effect: ` +

+ Cast: Deal 4 damage.
+ You may discard a card in hand. If you do, deal 2 damage to the nemesis.
+ (Effects that modify damage affect both + instances of damage.) +

+ `, + keywords: [], + }, + { + type: 'Spell', + expansion: 'NA', + name: 'Pattern Strike', + id: 'PatternStrike', + cost: 7, + effect: ` +

+ Cast: Deal 4 damage.
+ You may return to your hand up to two cards in your discard pile + that cost 0 Æ. +

+ `, + keywords: [], }, ]