diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-01-03 16:16:58 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 13:02:38 +0100 |
commit | 88cb72429f29716a44fa0fa81dffeb319ccc19fe (patch) | |
tree | 8fd70fa91cfe623197ca294d9dfeb3de8745b358 /rules.js | |
parent | bae03391deeb1b129b5744cb4bacf929a8b21b09 (diff) | |
download | nevsky-88cb72429f29716a44fa0fa81dffeb319ccc19fe.tar.gz |
Give priority to "selected" and "action" over "command" highlighting.
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 13 |
1 files changed, 4 insertions, 9 deletions
@@ -1,23 +1,18 @@ "use strict" -// TODO: lift_siege / besieged needs checking! -// TODO: remove_legate_if_endangered needs checking! - -// TODO: clean up and use play_card/discard_card/remove_card helpers - // TODO: hit remainders // TODO: choose crossbow/normal hit application order - // TODO: Ambush // TODO: Bridge - kn, sgt, 1x lh, maa, militia, serf, lh, ah +// TODO: Lodya capability during supply! +// TODO: 2nd edition supply rule - no reuse of transports +// TODO: lift_siege / besieged needs checking! +// TODO: remove_legate_if_endangered needs checking! // TODO: precompute distance to supply lines for faster supply path rejection // TODO - precompute possible supply lines for faster rejections // Use BFS for winter/rasputitsa supply -// TODO: Lodya capability during supply! -// TODO: 2nd edition supply rule - no reuse of transports - // TODO: show command lord different from selected lord (inactive player) // TODO: show siegeworks + walls on battle mat for protection indication // TODO: show feed x2 on lord mats with > 6 units |