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
This commit is contained in:
@@ -8447,7 +8447,7 @@ subtype=Aura
|
|||||||
[card]
|
[card]
|
||||||
name=Burden of Greed
|
name=Burden of Greed
|
||||||
target=opponent
|
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.
|
text=Target player loses 1 life for each tapped artifact he or she controls.
|
||||||
mana={3}{B}
|
mana={3}{B}
|
||||||
type=Instant
|
type=Instant
|
||||||
@@ -21481,7 +21481,7 @@ type=Artifact
|
|||||||
[card]
|
[card]
|
||||||
name=Fire Dragon
|
name=Fire Dragon
|
||||||
abilities=flying
|
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.
|
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}
|
mana={6}{R}{R}{R}
|
||||||
type=Creature
|
type=Creature
|
||||||
|
|||||||
Reference in New Issue
Block a user