summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.ts15
1 files changed, 14 insertions, 1 deletions
diff --git a/rules.ts b/rules.ts
index 3f897ec..491c3fc 100644
--- a/rules.ts
+++ b/rules.ts
@@ -14,6 +14,20 @@
Scenario special rules.
+ Ia: Allied Networks (limit exile boxes)
+ Ia: Capture of the King
+
+ Ib: Norfolk is Late
+ Ib: Test of Arms
+ Ib: check exile boxes (just in case)?
+
+ II: Foreign Haven - Warwick
+ II: Foreign Haven - Edward IV
+ II: Shaky Allies
+ II: Queen Regent
+
+ III: King Richard
+
Review all undo steps.
Review all states for needless pauses.
Review all states for adding extra pauses to prevent loss of control.
@@ -7244,7 +7258,6 @@ function roll_protection(lord: Lord, type: Force) {
logi(`${get_force_name(lord, type)} ${range(protection)}: ${HIT[die]}`)
add_lord_routed_forces(lord, type, -1)
}
-
}
function action_losses(lord: Lord, type: Force) {