diff --git a/.gitattributes b/.gitattributes index 349da29dbf4..1bae311d0eb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2838,6 +2838,7 @@ res/cardsfolder/ghostflame_sliver.txt svneol=native#text/plain res/cardsfolder/ghostly_changeling.txt -text svneol=native#text/plain res/cardsfolder/ghostly_prison.txt -text svneol=native#text/plain res/cardsfolder/ghostly_visit.txt -text svneol=native#text/plain +res/cardsfolder/ghostway.txt -text svneol=native#text/plain res/cardsfolder/ghouls_feast.txt -text svneol=native#text/plain res/cardsfolder/giant_badger.txt svneol=native#text/plain res/cardsfolder/giant_cockroach.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/ghostway.txt b/res/cardsfolder/ghostway.txt new file mode 100644 index 00000000000..e3026ecc364 --- /dev/null +++ b/res/cardsfolder/ghostway.txt @@ -0,0 +1,10 @@ +Name:Ghostway +ManaCost:2 W +Types:Instant +Text:no text +A:SP$ChangeZoneAll | Cost$ 2 W | ChangeType$ Creature.YouCtrl | Origin$ Battlefield | Destination$ Exile | RememberTargets$ True | ForgetOtherTargets$ True | SubAbility$ SVar=DelTrig | SpellDescription$ Exile each creature you control. Return those cards to the battlefield under their owners' control at the beginning of the next end step. +SVar:DelTrig:DB$DelayedTrigger | Mode$ Phase | Phase$ End of Turn | Execute$ TrigReturn | TriggerDescription$ Return exiled creatures to the battlefield. +SVar:TrigReturn:AB$ChangeZoneAll | Cost$ 0 | Origin$ Exile | Destination$ Battlefield | Defined$ Remembered +SVar:Rarity:Rare +SVar:Picture:http://www.wizards.com/global/images/magic/general/ghostway.jpg +End \ No newline at end of file