diff --git a/forge-gui/res/cardsfolder/h/highcliff_felidar.txt b/forge-gui/res/cardsfolder/h/highcliff_felidar.txt new file mode 100644 index 00000000000..1961ae71125 --- /dev/null +++ b/forge-gui/res/cardsfolder/h/highcliff_felidar.txt @@ -0,0 +1,15 @@ +Name:Highcliff Felidar +ManaCost:5 W W +Types:Creature Cat Beast +PT:5/5 +K:Vigilance +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ DBRepeat | TriggerDescription$ When CARDNAME enters the battlefield, for each opponent, choose a creature with the greatest power among creatures that player controls. Destroy those creatures. +SVar:DBRepeat:DB$ RepeatEach | RepeatPlayers$ Player.Opponent | RepeatSubAbility$ DBChooseCard | SubAbility$ DBDestroy +#moved SubAbility here so destruction would happen after all choices +SVar:DBChooseCard:DB$ ChooseCard | Defined$ You | Choices$ Creature.greatestPowerControlledByRemembered | Mandatory$ True | RememberChosen$ True +SVar:DBDestroy:DB$ DestroyAll | ValidCards$ Creature.IsRemembered | SubAbility$ DBCleanup +#used DestroyAll for simultaneous destruction +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True | ClearChosenCard$ True +#not sure both are needed but it works +SVar:Picture:http://www.wizards.com/global/images/magic/general/highcliff_felidar.jpg +Oracle:Vigilance\nWhen Highcliff Felidar enters the battlefield, for each opponent, choose a creature with the greatest power among creatures that player controls. Destroy those creatures. \ No newline at end of file