We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 010dcab commit 83401bfCopy full SHA for 83401bf
src/aer-data/src/ENG/pastAndFuture/mages.ts
@@ -115,6 +115,17 @@ export const mages: Mage[] = [
115
When you gain a card that costs 5 <span class="aether">Æ</span> or more this turn, gain 1 Knowledge.</p>`,
116
keywords: ['swap'],
117
},
118
+ {
119
+ type: 'Gem',
120
+ name: 'Golden Geode',
121
+ expansion: 'PAF',
122
+ id: 'GoldenGeode',
123
+ cost: 0,
124
+ effect: `<p>Gain 1 <span class="aether">Æ</span>.<br/>
125
+ You may spend 2 Knowledge to swap this card for Destroy.
126
+ When you open a breach this turn, gain 1 Knowledge.</p>`,
127
+ keywords: ['swap'],
128
+ },
129
{
130
type: 'Spell',
131
name: 'Leeching Beacon',
0 commit comments