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

[Feature] Add 'aether token' as a keyword #536

Merged
merged 1 commit into from
Dec 16, 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
6 changes: 3 additions & 3 deletions src/aer-data/src/ENG/legacyOfGravehold/cards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const gems: ICard[] = [
Each ally gains an <span class="aether">&AElig;</span> token.
</p>
`,
keywords: [],
keywords: ['aether token'],
},
{
type: 'Gem',
Expand Down Expand Up @@ -256,7 +256,7 @@ const relics: ICard[] = [
<b>Recall:</b> Gravehold gains 1 life.
</p>
`,
keywords: ['recall', 'silence'],
keywords: ['aether token', 'recall', 'silence'],
},
{
type: 'Relic',
Expand Down Expand Up @@ -320,7 +320,7 @@ const spells: ICard[] = [
Each ally gains an <span class="aether">&AElig;</span> token.
</p>
`,
keywords: [],
keywords: ['aether token'],
},
{
type: 'Spell',
Expand Down
2 changes: 1 addition & 1 deletion src/aer-data/src/ENG/pastAndFuture/cards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export const cards: ICard[] = [
Any player may destroy a card in hand or in their discard pile. <br/>
</p>
`,
keywords: ['develop'],
keywords: ['aether token', 'develop'],
},
{
type: 'Spell',
Expand Down
2 changes: 1 addition & 1 deletion src/aer-data/src/ENG/talesOfOldGravehold/mages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const mages: Mage[] = [
card in hand. If they do,
that player gains an <span class="aether">&AElig;</span> token.
</p>`,
keywords: [],
keywords: ['aether token'],
},
],
complexityRating: 2,
Expand Down
2 changes: 1 addition & 1 deletion src/aer-data/src/ENG/theAbyss/cards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const cards: ICard[] = [
any ally gains 2 <span class="aether">&AElig;</span> tokens.
</p>
`,
keywords: [],
keywords: ['aether token'],
},
{
type: 'Relic',
Expand Down
2 changes: 1 addition & 1 deletion src/aer-data/src/ENG/theCaverns/cards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const cards: ICard[] = [
<b>Cast:</b> Deal 3 damage. Gain all of the <span class="aether">&AElig;</span> tokens on this.
</p>
`,
keywords: [],
keywords: ['aether token'],
},
{
type: 'Spell',
Expand Down
4 changes: 2 additions & 2 deletions src/aer-data/src/ENG/theDescent/cards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const cards: ICard[] = [
Any ally draws a card and gains an <span class="aether">&AElig;</span> token.
</p>
`,
keywords: ['elemental token'],
keywords: ['aether token', 'elemental token'],
},
{
type: 'Relic',
Expand Down Expand Up @@ -122,7 +122,7 @@ export const cards: ICard[] = [
If you have 3 or more charges, that ally gains an additional <span class="aether">&AElig;</span> token.
</p>
`,
keywords: [],
keywords: ['aether token'],
},
{
type: 'Relic',
Expand Down
6 changes: 3 additions & 3 deletions src/aer-data/src/ENG/theDescent/mages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const mages: Mage[] = [
cost: 0,
effect: `<p>Gain 1 <span class="aether">&AElig;</span>.<br/>
You may suffer 1 damage. If you do, any ally gains an <span class="aether">&AElig;</span> token.`,
keywords: [],
keywords: ['aether token'],
},
{
type: 'Spell',
Expand All @@ -32,7 +32,7 @@ export const mages: Mage[] = [
effect: `<p>While prepped, when you suffer damage, gain an <span class="aether">&AElig;</span> token.<br/>
When a player would suffer damage, you may suffer that damage instead.<br/>
<b>Cast:</b> deal 1 damage.`,
keywords: [],
keywords: ['aether token'],
},
],
complexityRating: 2,
Expand Down Expand Up @@ -182,7 +182,7 @@ export const mages: Mage[] = [
If you do, gain 2 <span class="aether">&AElig;</span> tokens.
<hr>
Gain 1 <span class="aether">&AElig;</span>.</p>`,
keywords: [],
keywords: ['aether token'],
},
],
complexityRating: 3,
Expand Down
8 changes: 4 additions & 4 deletions src/aer-data/src/ENG/theRuins/cards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const cards: ICard[] = [
You may discard this during an ally's main phase. If you do that player may <b>Conjure</b>.
</p>
`,
keywords: ['conjure'],
keywords: ['aether token', 'conjure'],
},
{
type: 'Gem',
Expand Down Expand Up @@ -59,7 +59,7 @@ export const cards: ICard[] = [
<b>Recall:</b> Discard a card in hand. If you do, any player gains an <span class="aether">&AElig;</span> token.
</p>
`,
keywords: ['recall'],
keywords: ['aether token', 'recall'],
},
{
type: 'Gem',
Expand Down Expand Up @@ -148,7 +148,7 @@ export const cards: ICard[] = [
Reveal the top card of the turn order deck. If it is a player card, that player gains an <span class="aether">&AElig;</span> token.
</p>
`,
keywords: [],
keywords: ['aether token'],
},
{
type: 'Spell',
Expand Down Expand Up @@ -282,7 +282,7 @@ export const cards: ICard[] = [
Any ally gains an <span class="aether">&AElig;</span> token for each spell prepped in an adjacent breach.
</p>
`,
keywords: [],
keywords: ['aether token'],
},
{
type: 'Spell',
Expand Down
Loading