mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Limit the minimum number of targets in Volcanic Eruption to the announced X (to avoid situations when, for example, X=3 but the user targets only one Mountain and then has to pay the full mana cost for three targets anyway).
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Name:Volcanic Eruption
|
||||
ManaCost:X U U U
|
||||
Types:Sorcery
|
||||
A:SP$ Destroy | Cost$ X U U U | TargetMin$ 0 | TargetMax$ X | References$ X | ValidTgts$ Mountain | TgtPrompt$ Select target Mountain | RememberTargets$ True | SpellDescription$ Destroy X target Mountains. CARDNAME deals damage to each creature and each player equal to the number of Mountains put into a graveyard this way. | SubAbility$ DBDamage
|
||||
A:SP$ Destroy | Cost$ X U U U | TargetMin$ X | TargetMax$ X | References$ X | ValidTgts$ Mountain | TgtPrompt$ Select target Mountain | RememberTargets$ True | SpellDescription$ Destroy X target Mountains. CARDNAME deals damage to each creature and each player equal to the number of Mountains put into a graveyard this way. | SubAbility$ DBDamage
|
||||
SVar:DBDamage:DB$DamageAll | NumDmg$ Y | References$ Y | ValidCards$ Creature | ValidPlayers$ Each | ValidDescription$ each creature and each player. | SubAbility$ DBCleanup
|
||||
SVar:X:Count$xPaid
|
||||
SVar:Y:Count$ValidGraveyard Mountain.IsRemembered
|
||||
|
||||
Reference in New Issue
Block a user