diff --git a/forge-gui/res/cardsfolder/c/calculating_lich.txt b/forge-gui/res/cardsfolder/c/calculating_lich.txt new file mode 100644 index 00000000000..eb1622c9e27 --- /dev/null +++ b/forge-gui/res/cardsfolder/c/calculating_lich.txt @@ -0,0 +1,9 @@ +Name:Calculating Lich +ManaCost:4 B B +Types:Creature Zombie Wizard +PT:5/5 +K:Menace +T:Mode$ Attacks | ValidCard$ Creature | Attacked$ Player.Opponent | TriggerZones$ Battlefield | Execute$ TrigLoseLife | TriggerDescription$ Whenever a creature attacks one of your opponents, that player loses 1 life. +SVar:TrigLoseLife:DB$ LoseLife | Defined$ TriggeredDefender | LifeAmount$ 1 +SVar:Picture:http://www.wizards.com/global/images/magic/general/calculating_lich.jpg +Oracle:Menace\nWhenever a creature attacks one of your opponents, that player loses 1 life. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/e/earthshaker_giant.txt b/forge-gui/res/cardsfolder/e/earthshaker_giant.txt new file mode 100644 index 00000000000..d80b4625a8b --- /dev/null +++ b/forge-gui/res/cardsfolder/e/earthshaker_giant.txt @@ -0,0 +1,10 @@ +Name:Earthshaker Giant +ManaCost:4 G G +Types:Creature Giant Druid +PT:6/6 +K:Trample +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPumpAll | TriggerDescription$ When CARDNAME enters the battlefield, other creatures you control get +3/+3 and gain trample until end of turn. +SVar:TrigPumpAll:DB$PumpAll | ValidCards$ Creature.Other+YouCtrl | NumAtt$ +3 | NumDef$ +3 | KW$ Trample +SVar:PlayMain1:TRUE +SVar:Picture:http://www.wizards.com/global/images/magic/general/earthshaker_giant.jpg +Oracle:Trample\nWhen Earthshaker Giant enters the battlefield, other creatures you control get +3/+3 and gain trample until end of turn. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/f/fiendish_duo.txt b/forge-gui/res/cardsfolder/f/fiendish_duo.txt new file mode 100644 index 00000000000..2cc12a7f39b --- /dev/null +++ b/forge-gui/res/cardsfolder/f/fiendish_duo.txt @@ -0,0 +1,12 @@ +Name:Fiendish Duo +ManaCost:4 R R +Types:Creature Devil +PT:5/5 +K:First Strike +R:Event$ DamageDone | ActiveZones$ Battlefield | ValidSource$ Card,Emblem | ValidTarget$ Opponent | ReplaceWith$ DmgTwice | Description$ If a source would deal damage to an opponent, it deals double that damage to that player instead. +SVar:DmgTwice:DB$ ReplaceEffect | VarName$ DamageAmount | VarValue$ X | References$ X +SVar:X:ReplaceCount$DamageAmount/Twice +SVar:PlayMain1:TRUE +AI:RemoveDeck:Random +SVar:Picture://www.wizards.com/global/images/magic/general/fiendish_duo.jpg +Oracle:First strike\nIf a source would deal damage to an opponent, it deals double that damage to that player instead. \ No newline at end of file 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..7e04a787878 --- /dev/null +++ b/forge-gui/res/cardsfolder/h/highcliff_felidar.txt @@ -0,0 +1,12 @@ +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 +SVar:DBChooseCard:DB$ ChooseCard | Defined$ You | Choices$ Creature.greatestPowerControlledByRemembered | Mandatory$ True | RememberChosen$ True +SVar:DBDestroy:DB$ DestroyAll | ValidCards$ Creature.IsRemembered | SubAbility$ DBCleanup +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True | ClearChosenCard$ True +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 diff --git a/forge-gui/res/cardsfolder/s/sphinx_of_enlightenment.txt b/forge-gui/res/cardsfolder/s/sphinx_of_enlightenment.txt new file mode 100644 index 00000000000..5da8eaf36b3 --- /dev/null +++ b/forge-gui/res/cardsfolder/s/sphinx_of_enlightenment.txt @@ -0,0 +1,10 @@ +Name:Sphinx of Enlightenment +ManaCost:4 U U +Types:Creature Sphinx +PT:5/5 +K:Flying +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerDescription$ When CARDNAME enters the battlefield, target opponent draws a card and you draw three cards. +SVar:TrigDraw:DB$ Draw | NumCards$ 1 | SubAbility$ DBDraw | ValidTgts$ Opponent | TgtPrompt$ Select target opponent +SVar:DBDraw:DB$ Draw | NumCards$ 3 | Defined$ You | StackDescription$ None +SVar:Picture:http://www.wizards.com/global/images/magic/general/sphinx_of_enlightenment.jpg +Oracle:Flying\nWhen Sphinx of Enlightenment enters the battlefield, target opponent draws a card and you draw three cards. \ No newline at end of file