diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-04-20 16:50:10 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-04-20 16:50:10 +0200 |
commit | def6e88ffc930ec397631900efb8ccb426c07657 (patch) | |
tree | 88664c8a4f509ab88ca614006fda6cd2dbcd3349 | |
parent | 224c99e430f247834b40fe8dab06b9386ca11d7c (diff) | |
download | plantagenet-def6e88ffc930ec397631900efb8ccb426c07657.tar.gz |
Add scenario rules TODO items.
-rw-r--r-- | rules.ts | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -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) { |