diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-12-15 17:50:58 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-01-08 16:36:48 +0100 |
commit | 780268ac82f125150bde408cd251b82e569d7990 (patch) | |
tree | 2bfff719c47ca82107929ae23e4d3ac8c4668a85 | |
parent | 8bc15368bbd0ed6337af9a0f68d5c39c1e4f7aaa (diff) | |
download | table-battles-780268ac82f125150bde408cd251b82e569d7990.tar.gz |
remove todos
-rw-r--r-- | rules.js | 29 |
1 files changed, 0 insertions, 29 deletions
@@ -1,34 +1,5 @@ "use strict" -/* - -Special scenario rules implemented: - zero morale - instant loss - -Special card rules implemented: - - place_2_blue - place_2_red - place_2_blue_if_dice - place_2_red_if_dice - remove_after_screen - suffer_1_less_1_max - suffer_1_less - start_with_no_cubes - take_from - rout_with - remove_with - wild - attack_reserve - attack_choose_target - take_from - may_take_from - -*/ - -// TODO: morale cube limit (cannot place on special if maxed) -// TODO: null action when action says to take cards from other dice? - const data = require("./data.js") function clamp(x, min, max) { |