mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Upload New File
This commit is contained in:
15
forge-gui/res/cardsfolder/h/highcliff_felidar.txt
Normal file
15
forge-gui/res/cardsfolder/h/highcliff_felidar.txt
Normal file
@@ -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.
|
||||||
Reference in New Issue
Block a user