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:
@@ -121,7 +121,7 @@ text=When Delusions of Mediocrity enters the battlefield, you gain 10 life. Wh
|
|||||||
id=12349
|
id=12349
|
||||||
name=Delusions of Mediocrity
|
name=Delusions of Mediocrity
|
||||||
auto=life:10
|
auto=life:10
|
||||||
auto=@movedTo(this|graveyard):life:-10 controller
|
auto=@movedTo(this|graveyard,library,hand,exile) from(battlefield):life:-10 controller
|
||||||
rarity=R
|
rarity=R
|
||||||
mana={3}{U}
|
mana={3}{U}
|
||||||
type=Enchantment
|
type=Enchantment
|
||||||
|
|||||||
@@ -159,6 +159,7 @@ dauthi_embrace.txt
|
|||||||
death_grasp.txt
|
death_grasp.txt
|
||||||
death_ward.txt
|
death_ward.txt
|
||||||
deja_vu.txt
|
deja_vu.txt
|
||||||
|
delusions_of_mediocrity.txt
|
||||||
dingus_egg.txt
|
dingus_egg.txt
|
||||||
divergent_growth.txt
|
divergent_growth.txt
|
||||||
doomed_necromancer.txt
|
doomed_necromancer.txt
|
||||||
|
|||||||
@@ -0,0 +1,26 @@
|
|||||||
|
#NAME: Delusions of Mediocrity
|
||||||
|
#DESC:
|
||||||
|
#DESC:
|
||||||
|
#DESC:
|
||||||
|
#DESC:
|
||||||
|
[INIT]
|
||||||
|
firstmain
|
||||||
|
[PLAYER1]
|
||||||
|
hand:Delusions of Mediocrity,Donate,Boomerang
|
||||||
|
manapool:{U}{U}{U}{U}{U}{U}{U}{U}{U}
|
||||||
|
[PLAYER2]
|
||||||
|
[DO]
|
||||||
|
Delusions of Mediocrity
|
||||||
|
Donate
|
||||||
|
Delusions of Mediocrity
|
||||||
|
Boomerang
|
||||||
|
Delusions of Mediocrity
|
||||||
|
[ASSERT]
|
||||||
|
firstmain
|
||||||
|
[PLAYER1]
|
||||||
|
hand:Delusions of Mediocrity
|
||||||
|
graveyard:Donate,Boomerang
|
||||||
|
life:30
|
||||||
|
[PLAYER2]
|
||||||
|
life:10
|
||||||
|
[END]
|
||||||
Reference in New Issue
Block a user