Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Some Past and Future fixes" #517

Merged
merged 4 commits into from
Oct 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,12 @@ Array [
"TomeOfTheAncients",
"ConsumeMagic",
"PrismaticFlare",
"InscrutableArtifact",
"Inscrutable Artifact",
"CavernousMaw",
"Glowstone",
"EncasedFossil",
"Encased Fossil",
"FoolsGold",
"HarbingerDescent",
"ResonantPearl",
"SplinteredGarnet",
"SeersWrath",
"TetheredSmite",
Expand All @@ -160,6 +160,13 @@ Array [
"ImbuedPocketwatch",
"MicaShard",
"ThistleSpear",
"FatalHarmony",
"BouncingBoom",
"SpiritLift",
"Tethered Darts",
"ForceAmplifier",
"ImbuedSmash",
"PatternStrike",
"Olivinite",
"CacheGlass",
"ReflectiveConduit",
Expand Down
115 changes: 112 additions & 3 deletions src/aer-data/src/ENG/pastAndFuture/cards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const cards: ICard[] = [
type: 'Relic',
expansion: 'PAF',
name: 'Inscrutable Artifact',
id: 'InscrutableArtifact',
id: 'Inscrutable Artifact',
cost: 6,
effect: `
<p> Cast any player's prepped spell that costs 5 <span class="aether">&AElig;</span> or less without discarding it.
Expand Down 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 @@ -261,4 +261,113 @@ export const cards: ICard[] = [
`,
keywords: ['develop'],
},
{
type: 'Spell',
expansion: 'NA',
name: 'Fatal Harmony',
id: 'FatalHarmony',
cost: 5,
effect: `
<p>
<b>Cast:</b> Deal 4 damage.<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: [],
},
{
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: [],
},
]
Loading