From 62a8205bffb4ba92f94d88f1ad354fa6d217a3ea Mon Sep 17 00:00:00 2001 From: swordshine Date: Mon, 12 Jun 2017 08:01:07 +0000 Subject: [PATCH] - Archenemy Nicol Bolas: Add two schemes --- .gitattributes | 2 ++ .../res/cardsfolder/upcoming/the_mighty_will_fall.txt | 9 +++++++++ .../res/cardsfolder/upcoming/there_is_no_refuge.txt | 8 ++++++++ 3 files changed, 19 insertions(+) create mode 100644 forge-gui/res/cardsfolder/upcoming/the_mighty_will_fall.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/there_is_no_refuge.txt diff --git a/.gitattributes b/.gitattributes index 255dc65e3b3..5bce507400b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -16951,6 +16951,8 @@ forge-gui/res/cardsfolder/upcoming/no_one_will_hear_your_cries.txt -text forge-gui/res/cardsfolder/upcoming/pay_tribute_to_me.txt -text forge-gui/res/cardsfolder/upcoming/power_without_equal.txt -text forge-gui/res/cardsfolder/upcoming/samut_the_tested.txt -text +forge-gui/res/cardsfolder/upcoming/the_mighty_will_fall.txt -text +forge-gui/res/cardsfolder/upcoming/there_is_no_refuge.txt -text forge-gui/res/cardsfolder/upcoming/this_world_belongs_to_me.txt -text forge-gui/res/cardsfolder/upcoming/what_s_yours_is_now_mine.txt -text forge-gui/res/cardsfolder/upcoming/when_will_you_learn.txt -text diff --git a/forge-gui/res/cardsfolder/upcoming/the_mighty_will_fall.txt b/forge-gui/res/cardsfolder/upcoming/the_mighty_will_fall.txt new file mode 100644 index 00000000000..fd8734a1c84 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/the_mighty_will_fall.txt @@ -0,0 +1,9 @@ +Name:The Mighty Will Fall +ManaCost:no cost +Types:Scheme +T:Mode$ SetInMotion | ValidCard$ Card.Self | Execute$ DBChoosePlayer | TriggerZones$ Command | TriggerDescription$ When you set this scheme in motion, choose an opponent with the highest life total among your opponents. That player loses 7 life. +SVar:DBChoosePlayer:DB$ ChoosePlayer | Defined$ You | Choices$ Player.Opponent+LifeEquals_X | References$ X | SubAbility$ DBLoseLife +SVar:DBLoseLife:DB$ LoseLife | Defined$ ChosenPlayer | LifeAmount$ 7 +SVar:X:PlayerCountOpponents$HighestLifeTotal +SVar:Picture:https://downloads.cardforge.org/images/cards/ARC/The Mighty Will Fall.full.jpg +Oracle:When you set this scheme in motion, choose an opponent with the highest life total among your opponents. That player loses 7 life. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/there_is_no_refuge.txt b/forge-gui/res/cardsfolder/upcoming/there_is_no_refuge.txt new file mode 100644 index 00000000000..ac304ec6026 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/there_is_no_refuge.txt @@ -0,0 +1,8 @@ +Name:There Is No Refuge +ManaCost:no cost +Types:Scheme +T:Mode$ SetInMotion | ValidCard$ Card.Self | Execute$ TrigDmg | TriggerZones$ Command | TriggerDescription$ When you set this scheme in motion, it deals 3 damage to up to one target creature. Create a 3/3 black Horror creature token. +SVar:TrigDmg:DB$ DealDamage | ValidTgts$ Creature | TargetMin$ 0 | TargetMax$ 1 | NumDmg$ 3 | SubAbility$ DBToken +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Horror | TokenTypes$ Creature,Horror | TokenOwner$ You | TokenColors$ Black | TokenPower$ 3 | TokenToughness$ 3 +SVar:Picture:https://downloads.cardforge.org/images/cards/ARC/There Is No Refuge.full.jpg +Oracle:When you set this scheme in motion, it deals 3 damage to up to one target creature. Create a 3/3 black Horror creature token. \ No newline at end of file