mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
fix incorrect TargetMin
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user