summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-12-15 17:50:58 +0100
committerTor Andersson <tor@ccxvii.net>2024-01-08 16:36:48 +0100
commit780268ac82f125150bde408cd251b82e569d7990 (patch)
tree2bfff719c47ca82107929ae23e4d3ac8c4668a85 /rules.js
parent8bc15368bbd0ed6337af9a0f68d5c39c1e4f7aaa (diff)
downloadtable-battles-780268ac82f125150bde408cd251b82e569d7990.tar.gz
remove todos
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js29
1 files changed, 0 insertions, 29 deletions
diff --git a/rules.js b/rules.js
index e82cf86..66c01ef 100644
--- a/rules.js
+++ b/rules.js
@@ -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) {