fix incorrect TargetMin

This commit is contained in:
Northmoc
2020-09-23 09:08:27 -04:00
parent e4b44988a3
commit 335cda00b7
2 changed files with 3 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ Name:Heliod's Intervention
ManaCost:X W W
Types:Instant
A:SP$ Charm | Cost$ X W W | Choices$ DBDestroy,DBGainLife | References$ X
SVar:DBDestroy:DB$ Destroy | TargetMin$ 0 | TargetMax$ X | References$ X | ValidTgts$ Artifact,Enchantment | TgtPrompt$ Select X target artifacts and/or enchantments | SpellDescription$ Destroy X target artifacts and/or enchantments.
SVar:DBDestroy:DB$ Destroy | TargetMin$ X | TargetMax$ X | References$ X | ValidTgts$ Artifact,Enchantment | TgtPrompt$ Select X target artifacts and/or enchantments | SpellDescription$ Destroy X target artifacts and/or enchantments.
SVar:DBGainLife:DB$ GainLife | ValidTgts$ Player | TgtPrompt$ Select target player | LifeAmount$ XX | References$ X,XX | SpellDescription$ Target player gains twice X life.
SVar:X:Count$xPaid
SVar:XX:SVar$X/Twice

View File

@@ -1,7 +1,6 @@
Name:Meteor Blast
ManaCost:X R R R
Types:Sorcery
A:SP$ DealDamage | Cost$ X R R R | ValidTgts$ Creature,Player,Planeswalker | TgtPrompt$ Select any target | TargetMin$ 0 | TargetMax$ X | NumDmg$ 4 | References$ X | SpellDescription$ CARDNAME deals 4 damage to each of X targets.
A:SP$ DealDamage | Cost$ X R R R | ValidTgts$ Creature,Player,Planeswalker | TgtPrompt$ Select X targets | TargetMin$ X | TargetMax$ X | NumDmg$ 4 | References$ X | SpellDescription$ CARDNAME deals 4 damage to each of X targets.
SVar:X:Count$xPaid
SVar:Picture:http://www.wizards.com/global/images/magic/general/meteor_blast.jpg
Oracle:Meteor Blast deals 4 damage to X targets.
Oracle:Meteor Blast deals 4 damage to each of X targets.