From 9ec057935b3d77cc13f898b2ede63cf180443318 Mon Sep 17 00:00:00 2001 From: Frans Bongers Date: Wed, 4 Dec 2024 21:15:18 +0100 Subject: add event card data --- rules.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'rules.ts') diff --git a/rules.ts b/rules.ts index 51666c3..2b84ab4 100644 --- a/rules.ts +++ b/rules.ts @@ -18,6 +18,9 @@ import { } from './types'; import data, { + ANARCHISTS_ID, + COMMUNISTS_ID, + MODERATES_ID, // LIBERTY, // COLLECTIVIZATION, // GOVERNMENT, @@ -57,10 +60,6 @@ export const ANARCHIST = 'Anarchist' as Player; export const COMMUNIST = 'Communist' as Player; export const MODERATE = 'Moderate' as Player; -const ANARCHISTS_ID = 'a' as FactionId; -const COMMUNISTS_ID = 'c' as FactionId; -const MODERATES_ID = 'm' as FactionId; - const role_ids = [ANARCHISTS_ID, COMMUNISTS_ID, MODERATES_ID]; const faction_player_map: Record = { -- cgit v1.2.3