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?
This commit is contained in:
Psyyringe
2009-12-25 22:44:05 +00:00
parent 331f57cb41
commit ddb9ce251b
3 changed files with 28 additions and 1 deletions

View File

@@ -121,7 +121,7 @@ text=When Delusions of Mediocrity enters the battlefield, you gain 10 life. Wh
id=12349
name=Delusions of Mediocrity
auto=life:10
auto=@movedTo(this|graveyard):life:-10 controller
auto=@movedTo(this|graveyard,library,hand,exile) from(battlefield):life:-10 controller
rarity=R
mana={3}{U}
type=Enchantment