From 2165a38d3b95a6be65f9d0ec190e6f34c9eb19e7 Mon Sep 17 00:00:00 2001 From: "guzhenjie1@gmail.com" Date: Sun, 13 Feb 2011 05:57:36 +0000 Subject: [PATCH] Fixed following cards: 1. Fire Dragon(It has same problem as unchanged Honden Of Infinite Rage, using new code "type:" to fix it.) auto=foreach(mountain|myBattlefield) damage:1 target(creature) oneshot ==> auto=damage:type:mountain target(creature) 2. Burden of Greed auto=foreach(artifact[tapped]|opponentBattlefield)damage:1 ==> auto=foreach(artifact[tapped]|opponentBattlefield) life:-1 opponent --- projects/mtg/bin/Res/sets/primitives/mtg.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/mtg/bin/Res/sets/primitives/mtg.txt b/projects/mtg/bin/Res/sets/primitives/mtg.txt index 777a0053c..1646f64f3 100644 --- a/projects/mtg/bin/Res/sets/primitives/mtg.txt +++ b/projects/mtg/bin/Res/sets/primitives/mtg.txt @@ -8447,7 +8447,7 @@ subtype=Aura [card] name=Burden of Greed target=opponent -auto=foreach(artifact[tapped]|opponentBattlefield)damage:1 +auto=foreach(artifact[tapped]|opponentBattlefield) life:-1 opponent text=Target player loses 1 life for each tapped artifact he or she controls. mana={3}{B} type=Instant @@ -21481,7 +21481,7 @@ type=Artifact [card] name=Fire Dragon abilities=flying -auto=foreach(mountain|myBattlefield) damage:1 target(creature) oneshot +auto=damage:type:mountain target(creature) text=Flying -- When Fire Dragon enters the battlefield, it deals damage equal to the number of Mountains you control to target creature. mana={6}{R}{R}{R} type=Creature