mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Archenemy Nicol Bolas: Add two schemes
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -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
|
||||
|
||||
@@ -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.
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user