Files
wagic/projects/mtg
Psyyringe ddb9ce251b Psyringe - Fixed Delusions of Mediocrity (ULG). Solution is inelegant. How useful would a trigger @movedfrom be, or (alternatively) the option to specify zones as "|*" ("anywhere") or as "|-battlefield" ("any zone but the battlefield")? Here's how this card could be coded then:
Now: auto=@movedTo(this|graveyard,library,hand,exile) from(battlefield) ...

Alternatives:
auto=@movedFrom(this|battlefield) ...
auto=@movedTo(this|*) from(battlefield) ...
auto=@movedTo(this|-battlefield) from(battlefield) ...

Suggestions? How many cards would benefit from such an addition?
2009-12-25 22:44:05 +00:00
..
2009-11-29 06:45:50 +00:00
2009-11-04 13:33:21 +00:00
2009-12-22 15:04:56 +00:00
2009-12-23 14:46:16 +00:00
2009-11-01 02:52:41 +00:00
2009-12-13 22:12:14 +00:00
2008-11-02 09:50:16 +00:00
2008-11-02 09:50:16 +00:00
2009-10-24 01:42:37 +00:00
J :
2009-11-08 02:55:14 +00:00