X-Git-Url: https://git.yukkurigames.com/?p=heroik.git;a=blobdiff_plain;f=scenarios.js;h=315cba82f1e38e5ab05b393f8aeee9c8ad70781e;hp=dfef81a03b7b4dfe0d716fef7c9005e4cd488a99;hb=2f71b2af4b70b31aeb4ff014d28b95449db0efc3;hpb=c8be41dab411c4c11712d9d2b37879ea45b1efdc diff --git a/scenarios.js b/scenarios.js index dfef81a..315cba8 100644 --- a/scenarios.js +++ b/scenarios.js @@ -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." };