mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Fix some bad replacements from the References change
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Name:Jace's Triumph
|
||||
ManaCost:2 U
|
||||
Types:Sorcery
|
||||
A:SP$ Draw | Cost$ 2 U | NumCards$ X,Y | SpellDescription$ Draw two cards. If you control a Jace planeswalker, draw three cards instead.
|
||||
A:SP$ Draw | Cost$ 2 U | NumCards$ X | SpellDescription$ Draw two cards. If you control a Jace planeswalker, draw three cards instead.
|
||||
SVar:Y:Count$Valid Planeswalker.Jace+YouCtrl
|
||||
SVar:X:Count$Compare Y GE1.3.2
|
||||
Oracle:Draw two cards. If you control a Jace planeswalker, draw three cards instead.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Name:Jaws of Stone
|
||||
ManaCost:5 R
|
||||
Types:Sorcery
|
||||
A:SP$ DealDamage | Cost$ 5 R | ValidTgts$ Creature,Player,Planeswalker | TgtPrompt$ Select any target to distribute damage to | NumDmg$ OrigMountains | TargetMin$ Min | TargetMax$ OrigMountainsin,OrigMountains | DividedAsYouChoose$ OrigMountains | SpellDescription$ CARDNAME deals X damage divided as you choose among any number of targets, where X is the number of Mountains you control as you cast this spell.
|
||||
A:SP$ DealDamage | Cost$ 5 R | ValidTgts$ Creature,Player,Planeswalker | TgtPrompt$ Select any target to distribute damage to | NumDmg$ OrigMountains | TargetMin$ Min | TargetMax$ OrigMountains | DividedAsYouChoose$ OrigMountains | SpellDescription$ CARDNAME deals X damage divided as you choose among any number of targets, where X is the number of Mountains you control as you cast this spell.
|
||||
T:Mode$ SpellCast | ValidCard$ Card.Self | Static$ True | Execute$ CountMountainsAtCast
|
||||
SVar:CountMountainsAtCast:DB$ StoreSVar | SVar$ OrigMountains | Type$ Count | Expression$ Valid Mountain.YouCtrl
|
||||
SVar:OrigMountains:Count$Valid Mountain.YouCtrl
|
||||
|
||||
Reference in New Issue
Block a user