X-Git-Url: https://git.yukkurigames.com/?p=heroik.git;a=blobdiff_plain;f=scenarios.js;h=5412e29f40efa44e96e159a2dc4fa6900820dec7;hp=25baf66889cd6ff431c2fe18050b10e54bf5f6ed;hb=15f50581a41b955283b5cdc10aee36b68b8b99dc;hpb=dfd82511c678132f61cbcde90b4eaa226bc48297 diff --git a/scenarios.js b/scenarios.js index 25baf66..5412e29 100644 --- a/scenarios.js +++ b/scenarios.js @@ -55,7 +55,9 @@ var EVENTS = [ { name: "Epic combat.", effect: "The Final Monster gains a bonus of +3 Strength.", unique: true }, - + { name: "Red herring.", + action: "Shuffle the remaining corridors together and redistribute the cards as if you were setting up the game." }, + // Events from Sean Allen's random scenario generator. // http://boardgamegeek.com/filepage/57107/random-scenario-generator { name: "Fire from above.", @@ -70,9 +72,6 @@ var EVENTS = [ effect: "Any monster with a Tenacity token is also Fierce.", requires: ["noncanonical"], unique: true }, - { name: "Dead end.", - action: "Shuffle the remaining corridors together and redistribute the cards as if you were setting up the game.", - requires: ["noncanonical"] }, { name: "Surrounded.", effect: "All monsters have Supremacy.", requires: ["noncanonical"],