Skip to content

Commit

Permalink
Update cards.ts
Browse files Browse the repository at this point in the history
Torgen's suggestions. Also, changing 'elementaltoken' to 'elemental token'.
  • Loading branch information
deusabianca authored Dec 3, 2024
1 parent 27a36d0 commit 3cc54f3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/aer-data/src/ENG/theCaverns/cards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const cards: ICard[] = [
Gain 2 <span class="aether">&AElig;</span>.<br/>
</p>
`,
keywords: ['elementaltoken', 'develop'],
keywords: ['elemental token', 'develop'],
},
{
type: 'Relic',
Expand All @@ -32,7 +32,7 @@ export const cards: ICard[] = [
that spell again this casting phase.
</p>
`,
keywords: ['develop'],
keywords: ['develop', 'attach'],
},
{
type: 'Relic',
Expand All @@ -49,7 +49,7 @@ export const cards: ICard[] = [
before resolving that spell's effect.
</p>
`,
keywords: ['develop', 'elementaltoken'],
keywords: ['develop', 'elemental token', 'attach'],
},
{
type: 'Spell',
Expand All @@ -64,7 +64,7 @@ export const cards: ICard[] = [
<b>Cast:</b> Place an immolate token on an enemy and deal 2 damage to it.
</p>
`,
keywords: ['elementaltoken'],
keywords: ['elemental token'],
},
{
type: 'Spell',
Expand All @@ -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: [],
},
{
type: 'Spell',
Expand All @@ -96,7 +96,7 @@ export const cards: ICard[] = [
discard all of the tokens placed on this.
</p>
`,
keywords: [''],
keywords: [],
},
{
type: 'Spell',
Expand All @@ -112,6 +112,6 @@ export const cards: ICard[] = [
the set-aside cards to your hand.
</p>
`,
keywords: [''],
keywords: [],
},
]

0 comments on commit 3cc54f3

Please sign in to comment.