Skip to content

Commit e10c516

Browse files
authored
Merge branch 'main' into new-age-doubled
2 parents 22c496b + 0368ee3 commit e10c516

File tree

18 files changed

+121
-321
lines changed

18 files changed

+121
-321
lines changed

dataParser/data.csv

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ Spell,Legacy,Arcane Salvo,ArcaneSalvo,5,"
465465
Gem,Legacy,Phased Portalite,PhasedPortalite,4,"
466466
<p>
467467
Gain 2 <span class=""aether"">&AElig;</span>. If your III breach is
468-
opened, gain and additional 1 <span class=""aether"">&AElig;</span>.
468+
opened, gain an additional 1 <span class=""aether"">&AElig;</span>.
469469
</p>
470470
",[]
471471
Spell,Legacy,Pyro Geist,PyroGeist,6,"
@@ -792,7 +792,7 @@ Spell,SD,Storm Vapors,StormVapors,4,"
792792
",[]
793793
Spell,SD,Mantra of Strength,MantraOfStrength,3,"
794794
<p>
795-
<b>Cast:</b> Any player focuses their closed breach wich the highest
795+
<b>Cast:</b> Any player focuses their closed breach with the highest
796796
focus cost.<br/>
797797
Deal 1 damage.<br/>
798798
You may destroy this. If you do, deal 2 additional damage.
@@ -1197,7 +1197,7 @@ Spell,TV,Fulminate,Fulminate,5,"
11971197
Relic,TV,Eternity Charm,EternityCharm,3,"
11981198
<p>
11991199
Focus your closed breach with the lowest focus cost. Reveal the top
1200-
three cards of your deck. You may prep on of the revealed cards.
1200+
three cards of your deck. You may prep one of the revealed cards.
12011201
</p>
12021202
",[]
12031203
Gem,WE,Erratic Ingot,ErraticIngot,5,"
@@ -1246,7 +1246,7 @@ Spell,WE,Convection Field,ConvectionField,5,"
12461246
<p>
12471247
<b>Cast:</b> Deal 4 damage.
12481248
<span class=""or"">OR</span>
1249-
<b>Cast:</b> Deal 2 damage. Any ally day destroy a card in hand.
1249+
<b>Cast:</b> Deal 2 damage. Any ally may destroy a card in hand.
12501250
</p>
12511251
",[]
12521252
Spell,WE,Jagged Lightning,JaggedLightning,4,"
@@ -1265,7 +1265,7 @@ Gem,WE,Bloodstone Jewel,BloodstoneJewel,6,"
12651265
",[]
12661266
Spell,WE,Kindle,Kindle,4,"
12671267
<p>
1268-
While prepped, during your main phase you may also prep on Spark to the
1268+
While prepped, during your main phase you may also prep onn Spark to the
12691269
breach this spell is prepped to.<br/>
12701270
<b>Cast:</b> Deal 3 damage.
12711271
</p>

dataParser/legacy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ const legacyData = {
362362
effect: `
363363
<p>
364364
Gain 2 <span class="aether">&AElig;</span>. If your III breach is
365-
opened, gain and additional 1 <span class="aether">&AElig;</span>.
365+
opened, gain an additional 1 <span class="aether">&AElig;</span>.
366366
</p>
367367
`,
368368
keywords: [],

dataParser/shatteredDreams.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const shatteredDreamsData = {
160160
cost: 3,
161161
effect: `
162162
<p>
163-
<b>Cast:</b> Any player focuses their closed breach wich the highest
163+
<b>Cast:</b> Any player focuses their closed breach with the highest
164164
focus cost.<br/>
165165
Deal 1 damage.<br/>
166166
You may destroy this. If you do, deal 2 additional damage.

dataParser/theVoid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ const theVoidData = {
209209
effect: `
210210
<p>
211211
Focus your closed breach with the lowest focus cost. Reveal the top
212-
three cards of your deck. You may prep on of the revealed cards.
212+
three cards of your deck. You may prep one of the revealed cards.
213213
</p>
214214
`,
215215
keywords: [],

dataParser/warEternal.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ const warEternalData = {
387387
<p>
388388
<b>Cast:</b> Deal 4 damage.
389389
<span class="or">OR</span>
390-
<b>Cast:</b> Deal 2 damage. Any ally day destroy a card in hand.
390+
<b>Cast:</b> Deal 2 damage. Any ally may destroy a card in hand.
391391
</p>
392392
`,
393393
keywords: [],
@@ -430,7 +430,7 @@ const warEternalData = {
430430
cost: 4,
431431
effect: `
432432
<p>
433-
While prepped, during your main phase you may also prep on Spark to the
433+
While prepped, during your main phase you may also prep one Spark to the
434434
breach this spell is prepped to.<br/>
435435
<b>Cast:</b> Deal 3 damage.
436436
</p>

0 commit comments

Comments
 (0)