From 03ebc48b354f2509c2a37dd5ed6a9ed10db6e2e8 Mon Sep 17 00:00:00 2001 From: Joël Simoneau Date: Tue, 1 Apr 2025 19:16:50 -0400 Subject: RFoP style influence --- const.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'const.js') diff --git a/const.js b/const.js index a464d64..9f0dd5f 100644 --- a/const.js +++ b/const.js @@ -29,7 +29,14 @@ const PIECE_FACTION_TYPE_NAME = [ [ "Temple", "Raja", null ], [ null, null, "Invader" ] ] +const PIECE_FACTION_TYPE_SYMBOL = [ + [ null, "EDS", "CDS" ], + [ null, "EBK", null ], + [ null, "EVE", null ], + [ null, null, "CMI" ] +] const LAST_CAVALRY = 9 +const INF_TOKEN = [null, "IBK", "IVE"] // Sequence of Play options const ELIGIBLE = 0 -- cgit v1.2.3