diff --git a/src/aer-data/src/ENG/theCaverns/cards.ts b/src/aer-data/src/ENG/theCaverns/cards.ts index f5d2dd43..a146bb24 100644 --- a/src/aer-data/src/ENG/theCaverns/cards.ts +++ b/src/aer-data/src/ENG/theCaverns/cards.ts @@ -15,7 +15,7 @@ export const cards: ICard[] = [ Gain 2 Æ.

`, - keywords: ['elementaltoken', 'develop'], + keywords: ['elemental token', 'develop'], }, { type: 'Relic', @@ -32,7 +32,7 @@ export const cards: ICard[] = [ that spell again this casting phase.

`, - keywords: ['develop'], + keywords: ['develop', 'attach'], }, { type: 'Relic', @@ -49,7 +49,7 @@ export const cards: ICard[] = [ before resolving that spell's effect.

`, - keywords: ['develop', 'elementaltoken'], + keywords: ['develop', 'elemental token', 'attach'], }, { type: 'Spell', @@ -64,7 +64,7 @@ export const cards: ICard[] = [ Cast: Place an immolate token on an enemy and deal 2 damage to it.

`, - keywords: ['elementaltoken'], + keywords: ['elemental token'], }, { type: 'Spell', @@ -79,7 +79,7 @@ export const cards: ICard[] = [ Cast: Deal 3 damage. Gain all of the Æ tokens on this.

`, - keywords: [''], + keywords: [], }, { type: 'Spell', @@ -96,7 +96,7 @@ export const cards: ICard[] = [ discard all of the tokens placed on this.

`, - keywords: [''], + keywords: [], }, { type: 'Spell', @@ -112,6 +112,6 @@ export const cards: ICard[] = [ the set-aside cards to your hand.

`, - keywords: [''], + keywords: [], }, ]