mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
fix the DamageAll drawback of Volcanic Eruption
This commit is contained in:
@@ -6,7 +6,7 @@ A:SP$Destroy | Cost$ X U U U | TargetMin$ 0 | TargetMax$ MaxTgts | ValidTgts$ Mo
|
|||||||
# It may seem wrong to not use X in the target, but since the Targets are what defines X, it's redundant (and not supported by the code)
|
# It may seem wrong to not use X in the target, but since the Targets are what defines X, it's redundant (and not supported by the code)
|
||||||
SVar:X:Targeted$Amount
|
SVar:X:Targeted$Amount
|
||||||
SVar:MaxTgts:Count$Valid Land
|
SVar:MaxTgts:Count$Valid Land
|
||||||
SVar:DB:DB$DamageAll | NumDmg$X | ValidTgts$Creature|ValidPlayers$ Each | ValidDescription$ each creature and each player.
|
SVar:DB:DB$DamageAll | NumDmg$X | ValidCards$ Creature.withFlying | ValidPlayers$ Each | ValidDescription$ each creature with flying and each player.
|
||||||
SVar:RemAIDeck:True
|
SVar:RemAIDeck:True
|
||||||
SVar:Rarity:Rare
|
SVar:Rarity:Rare
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/volcanic_eruption.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/volcanic_eruption.jpg
|
||||||
|
|||||||
Reference in New Issue
Block a user