-
Notifications
You must be signed in to change notification settings - Fork 591
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
5 DFT cards (The Speed Demon and friends) (#6905)
- Loading branch information
Showing
5 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Name:Aetherjacket | ||
ManaCost:3 | ||
Types:Artifact Creature Thopter | ||
PT:2/1 | ||
K:Flying | ||
K:Vigilance | ||
A:AB$ Destroy | Cost$ 2 T Sac<1/CARDNAME> | ValidTgts$ Artifact.Other | TgtPrompt$ Select another target artifact | SorcerySpeed$ True | SpellDescription$ Destroy another target artifact. Activate only as a sorcery. | ||
Oracle:Flying, vigilance\n{2}, {T}, Sacrifice this creature: Destroy another target artifact. Activate only as a sorcery. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Name:Pride of the Road | ||
ManaCost:3 W | ||
Types:Creature Zombie Cat Warrior | ||
PT:2/5 | ||
K:Vigilance | ||
K:Start your engines | ||
T:Mode$ Phase | Phase$ BeginCombat | ValidPlayer$ You | TriggerZones$ Command | Execute$ TrigPump | MaxSpeed$ True | TriggerDescription$ Max speed — At the beginning of combat on your turn, target creature or Vehicle you control gains double strike until end of turn. | ||
SVar:TrigPump:DB$ Pump | ValidTgts$ Creature.YouCtrl,Vehicle.YouCtrl | TgtPrompt$ Select target creature or Vehicle | KW$ Double Strike | ||
SVar:PlayMain1:TRUE | ||
Oracle:Vigilance\nStart your engines! (If you have no speed, it starts at 1. It increases once on each of your turns when an opponent loses life. Max speed is 4.)\nMax speed — At the beginning of combat on your turn, target creature or Vehicle you control gains double strike until end of turn. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Name:Slick Imitator | ||
ManaCost:1 U | ||
Types:Creature Ooze | ||
PT:1/3 | ||
K:Start your engines | ||
A:AB$ CopySpellAbility | Cost$ 1 Sac<1/CARDNAME> | TgtPrompt$ Select target spell you control | ValidTgts$ Card.YouCtrl | TargetType$ Spell | Activation$ MaxSpeed | PrecostDesc$ Max speed — | SpellDescription$ Copy target spell you control. You may choose new targets for the copy. (A copy of a permanent spell becomes a token.) | ||
Oracle:Start your engines! (If you have no speed, it starts at 1. It increases once on each of your turns when an opponent loses life. Max speed is 4.)\nMax speed — {1}, Sacrifice this creature: Copy target spell you control. You may choose new targets for the copy. (A copy of a permanent spell becomes a token.) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Name:The Speed Demon | ||
ManaCost:3 B B | ||
Types:Legendary Creature Demon | ||
PT:5/5 | ||
K:Flying | ||
K:Trample | ||
K:Start your engines | ||
T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigDraw | TriggerDescription$ At the beginning of your end step, you draw X cards and lose X life, where X is your speed. | ||
SVar:TrigDraw:DB$ Draw | Defined$ You | NumCards$ Count$YourSpeed | SubAbility$ DBLoseLife | ||
SVar:DBLoseLife:DB$ LoseLife | Defined$ You | LifeAmount$ Count$YourSpeed | ||
Oracle:Flying, trample\nStart your engines! (If you have no speed, it starts at 1. It increases once on each of your turns when an opponent loses life. Max speed is 4.)\nAt the beginning of your end step, you draw X cards and lose X life, where X is your speed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Name:Transit Mage | ||
ManaCost:2 U | ||
Types:Creature Human Wizard | ||
PT:2/2 | ||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChange | OptionalDecider$ You | TriggerDescription$ When this creature enters, you may search your library for an artifact card with mana value 4 or 5, reveal that card, put it into your hand, then shuffle. | ||
SVar:TrigChange:DB$ ChangeZone | Origin$ Library | Destination$ Hand | ChangeType$ Artifact.cmcEQ4,Artifact.cmcEQ5 | ChangeNum$ 1 | ShuffleNonMandatory$ True | ||
Oracle:When this creature enters, you may search your library for an artifact card with mana value 4 or 5, reveal that card, put it into your hand, then shuffle. |