Skip to content

Commit eb7be54

Browse files
authored
Revert "removing Propel because it's in Origins actually lol"
This reverts commit 1d605d3.
1 parent e2e6e67 commit eb7be54

File tree

1 file changed

+14
-0
lines changed
  • src/aer-data/src/ENG/pastAndFuture

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,4 +261,18 @@ export const cards: ICard[] = [
261261
`,
262262
keywords: ['develop'],
263263
},
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+
},
264278
]

0 commit comments

Comments
 (0)