diff options
Diffstat (limited to 'data.ts')
-rw-r--r-- | data.ts | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1832,38 +1832,47 @@ const data: StaticData = { { id: 0, name: 'Subterfuge', + tooltip: 'Add 1 player token to the Bag of Glory.' }, { id: 1, name: 'Valor', + tooltip: 'Gain 7 Hero points.' }, { id: 2, name: 'Momentum', + tooltip: 'Play another card.' }, { id: STRATEGY_MEDALLION_ID, name: 'Strategy', + tooltip: 'Add 1 extra Strength when Supporting a Front (once per turn).' }, { id: PROPAGANDA_MEDALLION_ID, name: 'Propaganda', + tooltip: '+1 card when drawing from your deck & keep +1 in hand at End of the Year.' }, { id: INTELLIGENCE_MEDALLION_ID, name: 'Intelligence', + tooltip: "Gain 2 extra Hero points form each Successful Test (even if you didn't support)." }, { id: VOLUNTEERS_MEDALLION_ID, name: 'Volunteers', + tooltip: 'Convert any number of Hero points into Strength added to any Front.' }, { id: ARCHIVES_MEDALLION_ID, name: 'Archives', + tooltip: 'Spend 1 Hero point: Remove a Blank marker from a Track (once per turn).' }, { id: ORGANIZATION_MEDALLION_ID, name: 'Organization', + tooltip: 'Spend 1 Hero point: this counts as any 1 Track icon for the Morale Bonus.' }, ], tracks: [ |