From fdb28d5ab24609d4b8a753ea5ca30ffcfced8b82 Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Tue, 26 Aug 2014 17:57:53 +0200 Subject: [PATCH] Add canon Veil of Shadow ability and noncanon events with it. --- abilities.html | 10 ++++++++++ scenarios.js | 21 +++++++++++++++++++++ 2 files changed, 31 insertions(+) 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." }; -- 2.20.1