Skip to content

Commit 386f412

Browse files
committed
Revert "Fix Harbinger Descent's ID, add missing Propel spell, remove redundant New Age spells."
This reverts commit b1389c7.
1 parent b2a9c14 commit 386f412

File tree

1 file changed

+102
-7
lines changed
  • src/aer-data/src/ENG/pastAndFuture

1 file changed

+102
-7
lines changed

src/aer-data/src/ENG/pastAndFuture/cards.ts

+102-7
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export const cards: ICard[] = [
9090
type: 'Gem',
9191
expansion: 'PAF',
9292
name: 'Encased Fossil',
93-
id: 'EncasedFossil',
93+
id: 'Encased Fossil',
9494
cost: 4,
9595
effect: `
9696
<p>
@@ -118,7 +118,7 @@ export const cards: ICard[] = [
118118
type: 'Spell',
119119
expansion: 'PAF',
120120
name: 'Harbinger Descent',
121-
id: 'HarbingerDescent',
121+
id: 'ResonantPearl',
122122
cost: 8,
123123
effect: `
124124
<p>
@@ -263,16 +263,111 @@ export const cards: ICard[] = [
263263
},
264264
{
265265
type: 'Spell',
266-
expansion: 'PAF',
267-
name: 'Propel',
268-
id: 'Propel',
266+
expansion: 'NA',
267+
name: 'Fatal Harmony',
268+
id: 'FatalHarmony',
269269
cost: 5,
270270
effect: `
271271
<p>
272272
<b>Cast:</b> Deal 4 damage.<br/>
273-
If you placed this into your discard pile, swap this card for Gather Force.<br/>
273+
Any ally may discard a Fatal Harmony in hand and draw a card.<br/>
274+
If they do, deal 3 damage.<br/>
275+
<span class="hint">(Effects that
276+
modify damage affect both instances of damage.)</span>
277+
</p>
278+
`,
279+
keywords: [],
280+
},
281+
{
282+
type: 'Spell',
283+
expansion: 'NA',
284+
name: 'Bouncing Boom',
285+
id: 'BouncingBoom',
286+
cost: 6,
287+
effect: `
288+
<p>
289+
<b>Echo</b>
274290
</p>
291+
<p>
292+
<b>Cast:</b> Deal 2 damage.
293+
</p>
294+
`,
295+
keywords: ['echo'],
296+
},
297+
{
298+
type: 'Spell',
299+
expansion: 'NA',
300+
name: 'Spirit Lift',
301+
id: 'SpiritLift',
302+
cost: 8,
303+
effect: `
304+
<p>
305+
While prepped once during your turn when you gain a charge, any ally
306+
gains 2 charges.<br/>
307+
<b>Cast:</b> Deal 5 damage.
308+
</p>
309+
`,
310+
keywords: [],
311+
},
312+
{
313+
type: 'Spell',
314+
expansion: 'NA',
315+
name: 'Tethered Darts',
316+
id: 'Tethered Darts',
317+
cost: 3,
318+
effect: `
319+
<p>
320+
<b>Cast:</b> Deal 2 damage.<br/>
321+
If this was cast from an opened III or IV breach, you may place this
322+
into any ally's hand.
323+
</p>
275324
`,
276-
keywords: ['swap'],
325+
keywords: [],
326+
},
327+
{
328+
type: 'Spell',
329+
expansion: 'NA',
330+
name: 'Force Amplifier',
331+
id: 'ForceAmplifier',
332+
cost: 4,
333+
effect: `
334+
<p>
335+
<b>Cast:</b> Deal 3 damage.<br/>
336+
If this was cast from an opened III or IV breach, deal 1 additional
337+
damage.
338+
</p>
339+
`,
340+
keywords: [],
341+
},
342+
{
343+
type: 'Spell',
344+
expansion: 'NA',
345+
name: 'Imbued Smash',
346+
id: 'ImbuedSmash',
347+
cost: 5,
348+
effect: `
349+
<p>
350+
<b>Cast:</b> Deal 4 damage.<br/>
351+
You may discard a card in hand. If you do, deal 2 damage to the nemesis.<br/>
352+
<span class="hint">(Effects that modify damage affect both
353+
instances of damage.)</span>
354+
</p>
355+
`,
356+
keywords: [],
357+
},
358+
{
359+
type: 'Spell',
360+
expansion: 'NA',
361+
name: 'Pattern Strike',
362+
id: 'PatternStrike',
363+
cost: 7,
364+
effect: `
365+
<p>
366+
<b>Cast:</b> Deal 4 damage.<br/>
367+
You may return to your hand up to two cards in your discard pile
368+
that cost 0 <span class="aether">&AElig;</span>.
369+
</p>
370+
`,
371+
keywords: [],
277372
},
278373
]

0 commit comments

Comments
 (0)