summaryrefslogtreecommitdiff
path: root/const.js
diff options
context:
space:
mode:
authorJoël Simoneau <simoneaujoel@gmail.com>2025-04-01 19:16:50 -0400
committerJoël Simoneau <simoneaujoel@gmail.com>2025-04-01 19:16:50 -0400
commit03ebc48b354f2509c2a37dd5ed6a9ed10db6e2e8 (patch)
tree1daab28161f0115fe58d74f6e8b04856d3c48998 /const.js
parent938716cb1ff0353c027b7ff5ec9165c2742e919d (diff)
downloadvijayanagara-03ebc48b354f2509c2a37dd5ed6a9ed10db6e2e8.tar.gz
RFoP style influence
Diffstat (limited to 'const.js')
-rw-r--r--const.js7
1 files changed, 7 insertions, 0 deletions
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