From 7c2615886fa4d3c57e647cd420f917f9ca5678df Mon Sep 17 00:00:00 2001 From: "wagic.laurent" Date: Tue, 8 Dec 2009 15:20:22 +0000 Subject: [PATCH] Laurent - PLEASE Have a look at the following. This is an atempt to code instant/sorcery with multiple effect. It work fine, the only borderline effect is that you can "cancel" the card (which in this case does nothing). + The AI may be totally unable to use such cards. My personal feeling is that such card could and should be added. What do you think about it ? --- projects/mtg/bin/Res/sets/MIR/_cards.dat | 11 +++++++++++ projects/mtg/bin/Res/sets/MIR/todo.dat | 8 -------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/projects/mtg/bin/Res/sets/MIR/_cards.dat b/projects/mtg/bin/Res/sets/MIR/_cards.dat index 8e1d47ebe..870325f31 100644 --- a/projects/mtg/bin/Res/sets/MIR/_cards.dat +++ b/projects/mtg/bin/Res/sets/MIR/_cards.dat @@ -183,6 +183,17 @@ toughness=3 abilities=flying,protection from green [/card] [card] +text=Choose one - Destroy target Wall; or Chaos Charm deals 1 damage to target creature; or target creature gains haste until end of turn. +auto=may destroy target(wall) +auto=may damage:1 target(creature) +auto=may haste target(creature) +id=3434 +name=Chaos Charm +rarity=C +type=Instant +mana={R} +[/card] +[card] text=Charcoal Diamond enters the battlefield tapped. {T}: Add {B} to your mana pool. id=3244 name=Charcoal Diamond diff --git a/projects/mtg/bin/Res/sets/MIR/todo.dat b/projects/mtg/bin/Res/sets/MIR/todo.dat index 284bd480b..87dd84be3 100644 --- a/projects/mtg/bin/Res/sets/MIR/todo.dat +++ b/projects/mtg/bin/Res/sets/MIR/todo.dat @@ -282,14 +282,6 @@ type=Enchantment mana={1}{W}{W} [/card] [card] -text=Choose one - Destroy target Wall; or Chaos Charm deals 1 damage to target creature; or target creature gains haste until end of turn. -id=3434 -name=Chaos Charm -rarity=C -type=Instant -mana={R} -[/card] -[card] text=Creatures with flying have "This creature can't block creatures without flying." Creatures without flying have reach. (They can block creatures with flying.) id=3435 name=Chaosphere