mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Added Ride Down
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -11187,6 +11187,7 @@ forge-gui/res/cardsfolder/r/ricochet_trap.txt -text
|
||||
forge-gui/res/cardsfolder/r/riddle_of_lightning.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/r/riddlekeeper.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/r/riddlesmith.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/r/ride_down.txt -text
|
||||
forge-gui/res/cardsfolder/r/riders_of_gavony.txt -text
|
||||
forge-gui/res/cardsfolder/r/ridge_rannet.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/r/ridged_kusite.txt svneol=native#text/plain
|
||||
|
||||
8
forge-gui/res/cardsfolder/r/ride_down.txt
Normal file
8
forge-gui/res/cardsfolder/r/ride_down.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Name:Ride Down
|
||||
ManaCost:R W
|
||||
Types:Instant
|
||||
A:SP$ Destroy | Cost$ R W | ValidTgts$ Creature.blocking | TgtPrompt$ Select target blocking creature | RememberLKI$ True | SubAbility$ DBPump | SpellDescription$ Destroy target blocking creature. Creatures that were blocked by that creature this combat gain trample until end of turn.
|
||||
SVar:DBPump:DB$ PumpAll | ValidCards$ Creature.isBlockedByRemembered | KW$ Trample | SubAbility$ DBCleanup
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/ride_down.jpg
|
||||
Oracle:Destroy target blocking creature. Creatures that were blocked by that creature this combat gain trample until end of turn.
|
||||
Reference in New Issue
Block a user