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