mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Conflagrate: fixed Min when using 0 for X
and remove Announce because it does cause problems with Play Effects
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
Name:Conflagrate
|
||||
ManaCost:X X R
|
||||
Types:Sorcery
|
||||
A:SP$ DealDamage | Announce$ X | Cost$ X X R | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature and/or player to distribute damage to | NumDmg$ X | TargetMin$ 1 | TargetMax$ MaxTgts | DividedAsYouChoose$ X | References$ X,MaxTgts | SpellDescription$ CARDNAME deals X damage divided as you choose among any number of target creatures and/or players.
|
||||
A:SP$ DealDamage | Cost$ X X R | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature and/or player to distribute damage to | NumDmg$ X | TargetMin$ Min | TargetMax$ MaxTgts | DividedAsYouChoose$ X | References$ X,Min,MaxTgts | SpellDescription$ CARDNAME deals X damage divided as you choose among any number of target creatures and/or players.
|
||||
SVar:MaxTgts:PlayerCountPlayers$Amount/Plus.NumCreatures
|
||||
SVar:NumCreatures:Count$Valid Creature
|
||||
SVar:Min:SVar$X/LimitMax.1
|
||||
SVar:X:Count$xPaid
|
||||
#X Will get overwritten by Announce
|
||||
K:Flashback R R Discard<X/Card/card>
|
||||
|
||||
Reference in New Issue
Block a user