summaryrefslogtreecommitdiff
path: root/create.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-08-28 13:11:32 +0200
committerTor Andersson <tor@ccxvii.net>2023-02-18 11:54:52 +0100
commitfdab7a730cc2d9c7f403a6cc40a604a64646509a (patch)
tree47590dd95a356625d67a5b48a0c914600bf7f258 /create.html
parent120e91eac89b0af42a28dc5e54238e62524fd34d (diff)
downloadwilderness-war-fdab7a730cc2d9c7f403a6cc40a604a64646509a.tar.gz
Add WBC tournament rules variant with 1-step MD units.
Diffstat (limited to 'create.html')
-rw-r--r--create.html28
1 files changed, 28 insertions, 0 deletions
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.
</div>
+<div class="scenario_info show" id="Annus Mirabilis (WBC)">
+<p>
+This variant of the Annus Mirabilis scenario uses the WBC tournament rules:
+
+<p>
+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.
+
+<p>
+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.
+
+<p>
+3) French start at 3 VP.
+
+</div>
+
<div class="scenario_info" id="Early War Campaign">
<p>Intermediate Scenario One (1755-59)
<p>
@@ -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;