File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ const gems: ICard[] = [
135
135
Each ally gains an <span class="aether">Æ</span> token.
136
136
</p>
137
137
` ,
138
- keywords : [ ] ,
138
+ keywords : [ 'aether token' ] ,
139
139
} ,
140
140
{
141
141
type : 'Gem' ,
@@ -256,7 +256,7 @@ const relics: ICard[] = [
256
256
<b>Recall:</b> Gravehold gains 1 life.
257
257
</p>
258
258
` ,
259
- keywords : [ 'recall' , 'silence' ] ,
259
+ keywords : [ 'aether token' , ' recall', 'silence' ] ,
260
260
} ,
261
261
{
262
262
type : 'Relic' ,
@@ -320,7 +320,7 @@ const spells: ICard[] = [
320
320
Each ally gains an <span class="aether">Æ</span> token.
321
321
</p>
322
322
` ,
323
- keywords : [ ] ,
323
+ keywords : [ 'aether token' ] ,
324
324
} ,
325
325
{
326
326
type : 'Spell' ,
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ export const cards: ICard[] = [
186
186
Any player may destroy a card in hand or in their discard pile. <br/>
187
187
</p>
188
188
` ,
189
- keywords : [ 'develop' ] ,
189
+ keywords : [ 'aether token' , ' develop'] ,
190
190
} ,
191
191
{
192
192
type : 'Spell' ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export const mages: Mage[] = [
26
26
card in hand. If they do,
27
27
that player gains an <span class="aether">Æ</span> token.
28
28
</p>` ,
29
- keywords : [ ] ,
29
+ keywords : [ 'aether token' ] ,
30
30
} ,
31
31
] ,
32
32
complexityRating : 2 ,
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ export const cards: ICard[] = [
45
45
any ally gains 2 <span class="aether">Æ</span> tokens.
46
46
</p>
47
47
` ,
48
- keywords : [ ] ,
48
+ keywords : [ 'aether token' ] ,
49
49
} ,
50
50
{
51
51
type : 'Relic' ,
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ export const cards: ICard[] = [
79
79
<b>Cast:</b> Deal 3 damage. Gain all of the <span class="aether">Æ</span> tokens on this.
80
80
</p>
81
81
` ,
82
- keywords : [ ] ,
82
+ keywords : [ 'aether token' ] ,
83
83
} ,
84
84
{
85
85
type : 'Spell' ,
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ export const cards: ICard[] = [
91
91
Any ally draws a card and gains an <span class="aether">Æ</span> token.
92
92
</p>
93
93
` ,
94
- keywords : [ 'elemental token' ] ,
94
+ keywords : [ 'aether token' , ' elemental token'] ,
95
95
} ,
96
96
{
97
97
type : 'Relic' ,
@@ -122,7 +122,7 @@ export const cards: ICard[] = [
122
122
If you have 3 or more charges, that ally gains an additional <span class="aether">Æ</span> token.
123
123
</p>
124
124
` ,
125
- keywords : [ ] ,
125
+ keywords : [ 'aether token' ] ,
126
126
} ,
127
127
{
128
128
type : 'Relic' ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export const mages: Mage[] = [
21
21
cost : 0 ,
22
22
effect : `<p>Gain 1 <span class="aether">Æ</span>.<br/>
23
23
You may suffer 1 damage. If you do, any ally gains an <span class="aether">Æ</span> token.` ,
24
- keywords : [ ] ,
24
+ keywords : [ 'aether token' ] ,
25
25
} ,
26
26
{
27
27
type : 'Spell' ,
@@ -32,7 +32,7 @@ export const mages: Mage[] = [
32
32
effect : `<p>While prepped, when you suffer damage, gain an <span class="aether">Æ</span> token.<br/>
33
33
When a player would suffer damage, you may suffer that damage instead.<br/>
34
34
<b>Cast:</b> deal 1 damage.` ,
35
- keywords : [ ] ,
35
+ keywords : [ 'aether token' ] ,
36
36
} ,
37
37
] ,
38
38
complexityRating : 2 ,
@@ -182,7 +182,7 @@ export const mages: Mage[] = [
182
182
If you do, gain 2 <span class="aether">Æ</span> tokens.
183
183
<hr>
184
184
Gain 1 <span class="aether">Æ</span>.</p>` ,
185
- keywords : [ ] ,
185
+ keywords : [ 'aether token' ] ,
186
186
} ,
187
187
] ,
188
188
complexityRating : 3 ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export const cards: ICard[] = [
13
13
You may discard this during an ally's main phase. If you do that player may <b>Conjure</b>.
14
14
</p>
15
15
` ,
16
- keywords : [ 'conjure' ] ,
16
+ keywords : [ 'aether token' , ' conjure'] ,
17
17
} ,
18
18
{
19
19
type : 'Gem' ,
@@ -59,7 +59,7 @@ export const cards: ICard[] = [
59
59
<b>Recall:</b> Discard a card in hand. If you do, any player gains an <span class="aether">Æ</span> token.
60
60
</p>
61
61
` ,
62
- keywords : [ 'recall' ] ,
62
+ keywords : [ 'aether token' , ' recall'] ,
63
63
} ,
64
64
{
65
65
type : 'Gem' ,
@@ -148,7 +148,7 @@ export const cards: ICard[] = [
148
148
Reveal the top card of the turn order deck. If it is a player card, that player gains an <span class="aether">Æ</span> token.
149
149
</p>
150
150
` ,
151
- keywords : [ ] ,
151
+ keywords : [ 'aether token' ] ,
152
152
} ,
153
153
{
154
154
type : 'Spell' ,
@@ -282,7 +282,7 @@ export const cards: ICard[] = [
282
282
Any ally gains an <span class="aether">Æ</span> token for each spell prepped in an adjacent breach.
283
283
</p>
284
284
` ,
285
- keywords : [ ] ,
285
+ keywords : [ 'aether token' ] ,
286
286
} ,
287
287
{
288
288
type : 'Spell' ,
You can’t perform that action at this time.
0 commit comments