From fdab7a730cc2d9c7f403a6cc40a604a64646509a Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 28 Aug 2022 13:11:32 +0200 Subject: Add WBC tournament rules variant with 1-step MD units. --- create.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'create.html') diff --git a/create.html b/create.html index 80f55a0..8e141c5 100644 --- a/create.html +++ b/create.html @@ -33,6 +33,33 @@ For balance this scenario has been modified to start VP at French 2. +
+

+This variant of the Annus Mirabilis scenario uses the WBC tournament rules: + +

+1) Starting with the Late Season 1757, immediately after dealing and examining +cards, the British player may randomly discard a card to add any one British +Regulars or Highlanders card in the discard pile to his hand. + +

+2) The French Marine Detachment (1-4) units only have one step. + +Whenever one of these units takes a step loss it is permanently removed from +play instead of being flipped to its 0-4 side. + +When taking losses as a result of battle, assault, attrition or events, +whenever a French stack includes both 3-4 Regulars and 1-4 Marine Detachments, +all 3-4 units in the stack must be reduced before any MD units are eliminated. + +When taking losses for winter attrition, the Marine Detachments are considered +to be reduced units. + +

+3) French start at 3 VP. + +

+

Intermediate Scenario One (1755-59)

@@ -128,6 +155,7 @@ scenario.onchange = function (evt) { document.getElementById(scenario.value).classList.add("show"); switch (scenario.value) { case "Annus Mirabilis": + case "Annus Mirabilis (WBC)": document.querySelector(".not_am").classList.add("hide"); document.querySelector(".not_am").querySelectorAll("input").forEach(input => input.checked = false); break; -- cgit v1.2.3