diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-04-01 19:16:50 -0400 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-04-01 19:16:50 -0400 |
commit | 03ebc48b354f2509c2a37dd5ed6a9ed10db6e2e8 (patch) | |
tree | 1daab28161f0115fe58d74f6e8b04856d3c48998 /const.js | |
parent | 938716cb1ff0353c027b7ff5ec9165c2742e919d (diff) | |
download | vijayanagara-03ebc48b354f2509c2a37dd5ed6a9ed10db6e2e8.tar.gz |
RFoP style influence
Diffstat (limited to 'const.js')
-rw-r--r-- | const.js | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |