From 64c52f5dfb082e26c64a0ae2ad8321d43e1ff79a Mon Sep 17 00:00:00 2001 From: Agetian Date: Mon, 8 Jun 2015 04:53:08 +0000 Subject: [PATCH] - 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). --- forge-gui/res/cardsfolder/v/volcanic_eruption.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge-gui/res/cardsfolder/v/volcanic_eruption.txt b/forge-gui/res/cardsfolder/v/volcanic_eruption.txt index f40b309aa2e..74181f1b30a 100644 --- a/forge-gui/res/cardsfolder/v/volcanic_eruption.txt +++ b/forge-gui/res/cardsfolder/v/volcanic_eruption.txt @@ -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