summaryrefslogtreecommitdiff
path: root/const.js
diff options
context:
space:
mode:
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