Skip to content

Commit

Permalink
Revert "Fix Harbinger Descent's ID, add missing Propel spell, remove …
Browse files Browse the repository at this point in the history
…redundant New Age spells."

This reverts commit b1389c7.
  • Loading branch information
on3iro authored Oct 13, 2024
1 parent eb7be54 commit 8809d7d
Showing 1 changed file with 102 additions and 7 deletions.
109 changes: 102 additions & 7 deletions src/aer-data/src/ENG/pastAndFuture/cards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const cards: ICard[] = [
type: 'Gem',
expansion: 'PAF',
name: 'Encased Fossil',
id: 'EncasedFossil',
id: 'Encased Fossil',
cost: 4,
effect: `
<p>
Expand Down Expand Up @@ -118,7 +118,7 @@ export const cards: ICard[] = [
type: 'Spell',
expansion: 'PAF',
name: 'Harbinger Descent',
id: 'HarbingerDescent',
id: 'ResonantPearl',
cost: 8,
effect: `
<p>
Expand Down Expand Up @@ -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: `
<p>
<b>Cast:</b> Deal 4 damage.<br/>
If you placed this into your discard pile, swap this card for Gather Force.<br/>
Any ally may discard a Fatal Harmony in hand and draw a card.<br/>
If they do, deal 3 damage.<br/>
<span class="hint">(Effects that
modify damage affect both instances of damage.)</span>
</p>
`,
keywords: [],
},
{
type: 'Spell',
expansion: 'NA',
name: 'Bouncing Boom',
id: 'BouncingBoom',
cost: 6,
effect: `
<p>
<b>Echo</b>
</p>
<p>
<b>Cast:</b> Deal 2 damage.
</p>
`,
keywords: ['echo'],
},
{
type: 'Spell',
expansion: 'NA',
name: 'Spirit Lift',
id: 'SpiritLift',
cost: 8,
effect: `
<p>
While prepped once during your turn when you gain a charge, any ally
gains 2 charges.<br/>
<b>Cast:</b> Deal 5 damage.
</p>
`,
keywords: [],
},
{
type: 'Spell',
expansion: 'NA',
name: 'Tethered Darts',
id: 'Tethered Darts',
cost: 3,
effect: `
<p>
<b>Cast:</b> Deal 2 damage.<br/>
If this was cast from an opened III or IV breach, you may place this
into any ally's hand.
</p>
`,
keywords: ['swap'],
keywords: [],
},
{
type: 'Spell',
expansion: 'NA',
name: 'Force Amplifier',
id: 'ForceAmplifier',
cost: 4,
effect: `
<p>
<b>Cast:</b> Deal 3 damage.<br/>
If this was cast from an opened III or IV breach, deal 1 additional
damage.
</p>
`,
keywords: [],
},
{
type: 'Spell',
expansion: 'NA',
name: 'Imbued Smash',
id: 'ImbuedSmash',
cost: 5,
effect: `
<p>
<b>Cast:</b> Deal 4 damage.<br/>
You may discard a card in hand. If you do, deal 2 damage to the nemesis.<br/>
<span class="hint">(Effects that modify damage affect both
instances of damage.)</span>
</p>
`,
keywords: [],
},
{
type: 'Spell',
expansion: 'NA',
name: 'Pattern Strike',
id: 'PatternStrike',
cost: 7,
effect: `
<p>
<b>Cast:</b> Deal 4 damage.<br/>
You may return to your hand up to two cards in your discard pile
that cost 0 <span class="aether">&AElig;</span>.
</p>
`,
keywords: [],
},
]

0 comments on commit 8809d7d

Please sign in to comment.