From 8f5f3f54a610801a1d739636b49343a122f7113a Mon Sep 17 00:00:00 2001 From: Frans Bongers Date: Fri, 21 Mar 2025 21:34:05 +0100 Subject: momentum refactor --- types.d.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'types.d.ts') 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[][]; -- cgit v1.2.3