From 86ad1ef8c7445bd0afae49e87338d99a440f01d4 Mon Sep 17 00:00:00 2001 From: Psyyringe Date: Thu, 10 Dec 2009 13:24:13 +0000 Subject: [PATCH] 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). --- projects/mtg/bin/Res/sets/RAV/_cards.dat | 9 --------- projects/mtg/bin/Res/sets/RAV/todo.dat | 11 +++++++++++ 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/projects/mtg/bin/Res/sets/RAV/_cards.dat b/projects/mtg/bin/Res/sets/RAV/_cards.dat index 26182009f..73565b0f4 100644 --- a/projects/mtg/bin/Res/sets/RAV/_cards.dat +++ b/projects/mtg/bin/Res/sets/RAV/_cards.dat @@ -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 diff --git a/projects/mtg/bin/Res/sets/RAV/todo.dat b/projects/mtg/bin/Res/sets/RAV/todo.dat index 5047ff0d0..62b47bdb9 100644 --- a/projects/mtg/bin/Res/sets/RAV/todo.dat +++ b/projects/mtg/bin/Res/sets/RAV/todo.dat @@ -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