Psyringe - removed Copy Enchantment (RAV). It's a cool card, but we can't code it yet. When copying an aura, the copied aura will remain unattached, there is no way to attach it to anything, though it won't automatically go to the graveyard either. The only way to keep tze card would be to limit it to global enchantments until we implement a way of choosing targets for copied auras. This would mean that the card does only 50% of what it should, which is too little to justify keeping it (imho).
This commit is contained in:
@@ -158,15 +158,6 @@ type=Enchantment
|
||||
subtype=Aura
|
||||
[/card]
|
||||
[card]
|
||||
text=As Copy Enchantment enters the battlefield, you may choose an enchantment on the battlefield. If you do, Copy Enchantment enters the battlefield as a copy of that enchantment.
|
||||
auto=may copy target(enchantment)
|
||||
id=83807
|
||||
name=Copy Enchantment
|
||||
rarity=R
|
||||
mana={2}{U}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
text=Flying, vigilance
|
||||
id=87913
|
||||
name=Courier Hawk
|
||||
|
||||
@@ -351,6 +351,17 @@ type=Instant
|
||||
mana={2}{U}
|
||||
[/card]
|
||||
[card]
|
||||
text=As Copy Enchantment enters the battlefield, you may choose an enchantment on the battlefield. If you do, Copy Enchantment enters the battlefield as a copy of that enchantment.
|
||||
# Following line does not work: If copying an aura, the copied
|
||||
# aura will remain unattached, there's no way to attach it.
|
||||
auto=may copy target(enchantment)
|
||||
id=83807
|
||||
name=Copy Enchantment
|
||||
rarity=R
|
||||
mana={2}{U}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
text=Play with the top card of your library revealed. As long as the top card of your library is a creature card, creatures you control that share a color with that card get +1/+1. {G}{W}: Put the top card of your library on the bottom of your library.
|
||||
id=83903
|
||||
name=Crown of Convergence
|
||||
|
||||
Reference in New Issue
Block a user