summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-04-20 16:50:10 +0200
committerTor Andersson <tor@ccxvii.net>2024-04-20 16:50:10 +0200
commitdef6e88ffc930ec397631900efb8ccb426c07657 (patch)
tree88664c8a4f509ab88ca614006fda6cd2dbcd3349
parent224c99e430f247834b40fe8dab06b9386ca11d7c (diff)
downloadplantagenet-def6e88ffc930ec397631900efb8ccb426c07657.tar.gz
Add scenario rules TODO items.
-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) {