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:
Psyyringe
2009-12-10 13:24:13 +00:00
parent 12d2c87aef
commit 86ad1ef8c7
2 changed files with 11 additions and 9 deletions

View File

@@ -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

View File

@@ -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