From: Joe Wreschnig Date: Tue, 26 Aug 2014 15:57:53 +0000 (+0200) Subject: Add canon Veil of Shadow ability and noncanon events with it. X-Git-Url: https://git.yukkurigames.com/?p=heroik.git;a=commitdiff_plain;h=fdb28d5ab24609d4b8a753ea5ca30ffcfced8b82 Add canon Veil of Shadow ability and noncanon events with it. --- diff --git a/abilities.html b/abilities.html index 759f6c3..1d4a294 100644 --- a/abilities.html +++ b/abilities.html @@ -214,6 +214,16 @@ of this card. All adventurers are Unique. + + Veil of Shadow + + when this monster is defeated, the next dungeon card + is automatically placed face-down. +

+ In the solitaire game, if the card has Fierce when + it is revealed, it gains a Tenacity token. + + diff --git a/scenarios.js b/scenarios.js index 5412e29..67e4b5c 100644 --- a/scenarios.js +++ b/scenarios.js @@ -125,6 +125,27 @@ var EVENTS = [ effect: "Greenskins have Undead +1, Demons -1. Demons have Greenskins +1, Undead -1. Undead have Demons +1, Greenskins -1.", requires: ["noncanonical"], unique: true }, + { name: "New moon.", + effect: "Demons have Veil of Shadow.", + requires: ["noncanonical", "demons"], + unique: true }, + { name: "Camouflage.", + effect: "Greenskins have Veil of Shadow.", + requires: ["noncanonical"], + unique: true }, + { name: "Cryptic shades.", + effect: "Undead have Veil of Shadow.", + requires: ["noncanonical", "undead"], + unique: true }, + { name: "Lingering smoke.", + effect: "Dragons have Veil of Shadow.", + requires: ["noncanonical", "dragons"], + unique: true }, + { name: "Hypnotizing gaze.", + effect: "Bubbleyes have Veil of Shadow.", + requires: ["noncanonical", "bubbleyes"], + unique: true }, + ]; var NOTHING = { name: "Nothing happens." };