We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e6e67 commit eb7be54Copy full SHA for eb7be54
src/aer-data/src/ENG/pastAndFuture/cards.ts
@@ -261,4 +261,18 @@ export const cards: ICard[] = [
261
`,
262
keywords: ['develop'],
263
},
264
+ {
265
+ type: 'Spell',
266
+ expansion: 'PAF',
267
+ name: 'Propel',
268
+ id: 'Propel',
269
+ cost: 5,
270
+ effect: `
271
+ <p>
272
+ <b>Cast:</b> Deal 4 damage.<br/>
273
+ If you placed this into your discard pile, swap this card for Gather Force.<br/>
274
+ </p>
275
+ `,
276
+ keywords: ['swap'],
277
+ },
278
]
0 commit comments