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