Skip to content

Commit

Permalink
[Fix] typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Torgen authored and on3iro committed Dec 31, 2024
1 parent 7096ec5 commit 845407a
Show file tree
Hide file tree
Showing 17 changed files with 107 additions and 321 deletions.
10 changes: 5 additions & 5 deletions dataParser/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ Spell,Legacy,Arcane Salvo,ArcaneSalvo,5,"
Gem,Legacy,Phased Portalite,PhasedPortalite,4,"
<p>
Gain 2 <span class=""aether"">&AElig;</span>. If your III breach is
opened, gain and additional 1 <span class=""aether"">&AElig;</span>.
opened, gain an additional 1 <span class=""aether"">&AElig;</span>.
</p>
",[]
Spell,Legacy,Pyro Geist,PyroGeist,6,"
Expand Down Expand Up @@ -792,7 +792,7 @@ Spell,SD,Storm Vapors,StormVapors,4,"
",[]
Spell,SD,Mantra of Strength,MantraOfStrength,3,"
<p>
<b>Cast:</b> Any player focuses their closed breach wich the highest
<b>Cast:</b> Any player focuses their closed breach with the highest
focus cost.<br/>
Deal 1 damage.<br/>
You may destroy this. If you do, deal 2 additional damage.
Expand Down Expand Up @@ -1197,7 +1197,7 @@ Spell,TV,Fulminate,Fulminate,5,"
Relic,TV,Eternity Charm,EternityCharm,3,"
<p>
Focus your closed breach with the lowest focus cost. Reveal the top
three cards of your deck. You may prep on of the revealed cards.
three cards of your deck. You may prep one of the revealed cards.
</p>
",[]
Gem,WE,Erratic Ingot,ErraticIngot,5,"
Expand Down Expand Up @@ -1246,7 +1246,7 @@ Spell,WE,Convection Field,ConvectionField,5,"
<p>
<b>Cast:</b> Deal 4 damage.
<span class=""or"">OR</span>
<b>Cast:</b> Deal 2 damage. Any ally day destroy a card in hand.
<b>Cast:</b> Deal 2 damage. Any ally may destroy a card in hand.
</p>
",[]
Spell,WE,Jagged Lightning,JaggedLightning,4,"
Expand All @@ -1265,7 +1265,7 @@ Gem,WE,Bloodstone Jewel,BloodstoneJewel,6,"
",[]
Spell,WE,Kindle,Kindle,4,"
<p>
While prepped, during your main phase you may also prep on Spark to the
While prepped, during your main phase you may also prep onn Spark to the
breach this spell is prepped to.<br/>
<b>Cast:</b> Deal 3 damage.
</p>
Expand Down
2 changes: 1 addition & 1 deletion dataParser/legacy.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ const legacyData = {
effect: `
<p>
Gain 2 <span class="aether">&AElig;</span>. If your III breach is
opened, gain and additional 1 <span class="aether">&AElig;</span>.
opened, gain an additional 1 <span class="aether">&AElig;</span>.
</p>
`,
keywords: [],
Expand Down
2 changes: 1 addition & 1 deletion dataParser/shatteredDreams.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const shatteredDreamsData = {
cost: 3,
effect: `
<p>
<b>Cast:</b> Any player focuses their closed breach wich the highest
<b>Cast:</b> Any player focuses their closed breach with the highest
focus cost.<br/>
Deal 1 damage.<br/>
You may destroy this. If you do, deal 2 additional damage.
Expand Down
2 changes: 1 addition & 1 deletion dataParser/theVoid.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ const theVoidData = {
effect: `
<p>
Focus your closed breach with the lowest focus cost. Reveal the top
three cards of your deck. You may prep on of the revealed cards.
three cards of your deck. You may prep one of the revealed cards.
</p>
`,
keywords: [],
Expand Down
4 changes: 2 additions & 2 deletions dataParser/warEternal.js
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ const warEternalData = {
<p>
<b>Cast:</b> Deal 4 damage.
<span class="or">OR</span>
<b>Cast:</b> Deal 2 damage. Any ally day destroy a card in hand.
<b>Cast:</b> Deal 2 damage. Any ally may destroy a card in hand.
</p>
`,
keywords: [],
Expand Down Expand Up @@ -430,7 +430,7 @@ const warEternalData = {
cost: 4,
effect: `
<p>
While prepped, during your main phase you may also prep on Spark to the
While prepped, during your main phase you may also prep one Spark to the
breach this spell is prepped to.<br/>
<b>Cast:</b> Deal 3 damage.
</p>
Expand Down
Loading

0 comments on commit 845407a

Please sign in to comment.