summaryrefslogtreecommitdiff
path: root/types.d.ts
diff options
context:
space:
mode:
authorFrans Bongers <fransbongers@macbookpro.home>2025-03-21 21:34:05 +0100
committerFrans Bongers <fransbongers@macbookpro.home>2025-03-21 21:34:05 +0100
commit8f5f3f54a610801a1d739636b49343a122f7113a (patch)
treebebc0159ea037d3ba7af600d537ff2d5ccdb1750 /types.d.ts
parent9f01f50ce897eda24625d292402b6a731c28e1f6 (diff)
downloadland-and-freedom-8f5f3f54a610801a1d739636b49343a122f7113a.tar.gz
momentum refactor
Diffstat (limited to 'types.d.ts')
-rw-r--r--types.d.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/types.d.ts b/types.d.ts
index c1341d2..3459f5a 100644
--- a/types.d.ts
+++ b/types.d.ts
@@ -57,6 +57,11 @@ export interface Game {
hero_points: number[];
initiative: FactionId;
medallions: number[][];
+ /**
+ * Set to FactionId if player has earned the Momentum medallion
+ * during the current turn
+ */
+ momentum: FactionId | null;
played_card: CardId | null;
player_order: Player[];
selected_cards: CardId[][];