X-Git-Url: https://git.yukkurigames.com/?p=heroik.git;a=blobdiff_plain;f=scenarios.js;fp=scenarios.js;h=513f8c9368219dae7383731b353610973df91f86;hp=dfef81a03b7b4dfe0d716fef7c9005e4cd488a99;hb=fec1bd9a1981913a9eab5c7291b0cfe767706921;hpb=c8be41dab411c4c11712d9d2b37879ea45b1efdc diff --git a/scenarios.js b/scenarios.js index dfef81a..513f8c9 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 +1Undead -1. Undead have Greenskins -1 and Demons +1", + requires: ["noncanonical"], + unique: true }, ]; var NOTHING = { name: "Nothing happens." };