diff --git a/src/aer-data/src/ENG/pastAndFuture/cards.ts b/src/aer-data/src/ENG/pastAndFuture/cards.ts index bcf7fbbc..992aedab 100644 --- a/src/aer-data/src/ENG/pastAndFuture/cards.ts +++ b/src/aer-data/src/ENG/pastAndFuture/cards.ts @@ -261,4 +261,18 @@ export const cards: ICard[] = [ `, keywords: ['develop'], }, + { + type: 'Spell', + expansion: 'PAF', + name: 'Propel', + id: 'Propel', + cost: 5, + effect: ` +

+ Cast: Deal 4 damage.
+ If you placed this into your discard pile, swap this card for Gather Force.
+

+ `, + keywords: ['swap'], + }, ]