From: Joe Wreschnig Date: Mon, 25 Aug 2014 15:18:26 +0000 (+0200) Subject: New event. X-Git-Url: https://git.yukkurigames.com/?p=heroik.git;a=commitdiff_plain;h=fec1bd9a1981913a9eab5c7291b0cfe767706921;hp=c8be41dab411c4c11712d9d2b37879ea45b1efdc New event. --- 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." };