Add canon advanced variant.
[heroik.git] / scenarios.js
index 5412e29..ce36acc 100644 (file)
@@ -76,12 +76,11 @@ var EVENTS = [
       effect: "All monsters have <strong>Supremacy</strong>.",
       requires: ["noncanonical"],
       unique: true },
+    { name: "The torch has gone out.",
+      action: "The next dungeon card is placed face-down.", },
 
     // Events from Stephane Renard's scenario.
     // http://docfox.free.fr/spip.php?article129
-    { name: "What was that?",
-      action: "The next dungeon card is placed face-down.",
-      requires: ["noncanonical"] },
     { name: "Malediction.",
       action: "Discard all quests.",
       requires: ["noncanonical"],
@@ -102,7 +101,7 @@ var EVENTS = [
       effect: "Greenskins have 1d8 Strength.",
       requires: ["noncanonical"],
       unique: true },
-    { name: "Dropped the torch.",
+    { name: "Lost in the fog.",
       effect: "After defeating a card, roll a die. On an odd number its replacement is placed face-down.",
       requires: ["noncanonical"],
       unique: true },
@@ -125,6 +124,27 @@ var EVENTS = [
       effect: "Greenskins have <strong>Undead&nbsp;+1</strong>, <strong>Demons&nbsp;-1</strong>. Demons have <strong>Greenskins&nbsp;+1</strong>, <strong>Undead&nbsp;-1</strong>. Undead have <strong>Demons&nbsp;+1</strong>, <strong>Greenskins&nbsp;-1</strong>.",
       requires: ["noncanonical"],
       unique: true },
+    { name: "New moon.",
+      effect: "Demons have <strong>Veil of Shadow</strong>.",
+      requires: ["noncanonical", "demons"],
+      unique: true },
+    { name: "Camouflage.",
+      effect: "Greenskins have <strong>Veil of Shadow</strong>.",
+      requires: ["noncanonical"],
+      unique: true },
+    { name: "Cryptic shades.",
+      effect: "Undead have <strong>Veil of Shadow</strong>.",
+      requires: ["noncanonical", "undead"],
+      unique: true },
+    { name: "Lingering smoke.",
+      effect: "Dragons have <strong>Veil of Shadow</strong>.",
+      requires: ["noncanonical", "dragons"],
+      unique: true },
+    { name: "Hypnotizing gaze.",
+      effect: "Bubbleyes have <strong>Veil of Shadow</strong>.",
+      requires: ["noncanonical", "bubbleyes"],
+      unique: true },
+
 ];
 
 var NOTHING = { name: "Nothing happens." };