From: Joe Wreschnig Date: Tue, 26 Aug 2014 16:00:47 +0000 (+0200) Subject: Canonize another event, and rename a similar noncanon one. X-Git-Url: https://git.yukkurigames.com/?p=heroik.git;a=commitdiff_plain;h=a06e3713b2b32abdf1469267190d56eeb88f058d Canonize another event, and rename a similar noncanon one. --- diff --git a/scenarios.js b/scenarios.js index 67e4b5c..ce36acc 100644 --- a/scenarios.js +++ b/scenarios.js @@ -76,12 +76,11 @@ var EVENTS = [ effect: "All monsters have Supremacy.", 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 },