X-Git-Url: https://git.yukkurigames.com/?p=heroik.git;a=blobdiff_plain;f=scenarios.js;h=315cba82f1e38e5ab05b393f8aeee9c8ad70781e;hp=6b05d7c47eb01ed8c174422f7f50936b815310c3;hb=2f71b2af4b70b31aeb4ff014d28b95449db0efc3;hpb=f0ceb77ec0706a7efac4bee757be88899d0e925f diff --git a/scenarios.js b/scenarios.js index 6b05d7c..315cba8 100644 --- a/scenarios.js +++ b/scenarios.js @@ -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 Undead +1 and Demons -1. Demons have Greenskins +1 and Undead -1. Undead have Greenskins -1 and Demons +1.", + requires: ["noncanonical"], + unique: true }, ]; var NOTHING = { name: "Nothing happens." };