Skip to content

Commit d462f70

Browse files
committed
Card cost fixes
1 parent 452b246 commit d462f70

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/aer-data/src/ENG/TDPromos/cards.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ export const cards: ICard[] = [
66
expansion: 'TDPromo',
77
name: 'Glutton\'s Jewel',
88
id: 'GluttonsJewel',
9-
cost: 4,
10-
developCost: 2,
9+
cost: 6,
1110
effect: `
1211
<p>
1312
Gain 3 <span class="aether">&AElig;</span>.<br/>

src/aer-data/src/ENG/theAbyss/cards.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export const cards: ICard[] = [
77
name: 'Spirit Jewel',
88
id: 'SpiritJewel',
99
cost: 4,
10-
developCost: 2,
1110
effect: `
1211
<p>
1312
Gain 2 <span class="aether">&AElig;</span>. You may have Gravehold

0 commit comments

Comments
 (0)