JON4TH4N - bug fix? not sure, but sure it will work
This commit is contained in:
@@ -650,7 +650,7 @@ abilities=legendary
|
||||
[card]
|
||||
text=Jovial Evil deals X damage to target opponent, where X is twice the number of white creatures that player controls.
|
||||
id=1449
|
||||
auto=foreach(creature[white]|opponentBattlefield):damage:2 opponent
|
||||
auto=foreach(creature[white]|opponentBattlefield) damage:2 opponent
|
||||
name=Jovial Evil
|
||||
rarity=R
|
||||
mana={2}{B}
|
||||
|
||||
@@ -201,7 +201,7 @@ abilities=flying
|
||||
text=Dogpile deals damage to target creature or player equal to the number of attacking creatures you control.
|
||||
id=87921
|
||||
target=creature,player
|
||||
auto=foreach(creature[attacking]|myBattlefield):damage:1
|
||||
auto=foreach(creature[attacking]|myBattlefield) damage:1
|
||||
name=Dogpile
|
||||
rarity=C
|
||||
mana={3}{R}
|
||||
|
||||
@@ -832,7 +832,7 @@ type=Artifact
|
||||
[card]
|
||||
text=Kindle deals X damage to target creature or player, where X is 2 plus the number of cards named Kindle in all graveyards.
|
||||
target=creature,player
|
||||
auto=foreach(kindle|graveyard):damage:1
|
||||
auto=foreach(kindle|graveyard) damage:1
|
||||
auto=damage:2
|
||||
id=4826
|
||||
name=Kindle
|
||||
|
||||
Reference in New Issue
Block a user