New event.
[heroik.git] / scenarios.js
index 6b05d7c..513f8c9 100644 (file)
@@ -88,7 +88,7 @@ var EVENTS = [
       requires: ["noncanonical"],
       unique: true },
     { name: "Reanimation.",
-      action: "Return a random defeated card to the smallest corridor and shuffle it.",
+      action: "Return a random spent dungeon card to the smallest corridor and shuffle it. (If you haven't spent any cards, nothing happens.)",
       requires: ["noncanonical"] },
     { name: "Zone of silence.",
       effect: "Temporary and Ultimate Powers cannot be used until you reveal a new card.",
@@ -96,7 +96,7 @@ var EVENTS = [
 
     // Events of my own devising.
     { name: "Unwanted attention.",
-      effect: "Unique monsters gain a bonus of +2 Strength.",
+      effect: "Unique monsters gain a bonus of +1 Strength.",
       requires: ["noncanonical"],
       unique: true },
     { name: "Spiked the punch.",
@@ -122,6 +122,10 @@ var EVENTS = [
       effect: "Effects concerning ♂ instead concern ♀, and vice versa.",
       requires: ["noncanonical"],
       unique: true },
+    { name: "Infighting.",
+      effect: "Greenskins have <strong>Undead +1</strong> and <strong>Demons -1</strong>. Demons have <strong>Greenskins +1</strong. and <strong>Undead -1</strong>. Undead have <strong>Greenskins -1</strong> and <strong>Demons +1</strong>",
+      requires: ["noncanonical"],
+      unique: true },
 ];
 
 var NOTHING = { name: "Nothing happens." };