mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
not checked
This commit is contained in:
@@ -1,9 +1,7 @@
|
|||||||
Name:Icy Blast
|
Name:Icy Blast
|
||||||
ManaCost:X U
|
ManaCost:X U
|
||||||
Types:Instant
|
Types:Instant
|
||||||
A:SP$ Tap | Cost$ X U | ValidTgts$ Creature | TgtPrompt$ Select target creature | TargetMin$ 0 | TargetMax$ MaxTgts | References$ X,MaxTgts | SubAbility$ DBPump | SpellDescription$ Tap X target creatures. Ferocious — If you control a creature with power 4 or greater, those creatures don't untap during their controllers' next untap steps.
|
A:SP$ Tap | Cost$ X U | ValidTgts$ Creature | TgtPrompt$ Select X target creatures | TargetMin$ X | TargetMax$ X | References$ X | SubAbility$ DBPump | SpellDescription$ Tap X target creatures. Ferocious — If you control a creature with power 4 or greater, those creatures don't untap during their controllers' next untap steps.
|
||||||
SVar:DBPump:DB$ Pump | Defined$ Targeted | Permanent$ True | KW$ HIDDEN This card doesn't untap during your next untap step. | ConditionPresent$ Creature.YouCtrl+powerGE4 | ConditionCompare$ GE1
|
SVar:DBPump:DB$ Pump | Defined$ Targeted | Permanent$ True | KW$ HIDDEN This card doesn't untap during your next untap step. | ConditionPresent$ Creature.YouCtrl+powerGE4 | ConditionCompare$ GE1
|
||||||
SVar:X:Targeted$Amount
|
SVar:X:Count$xPaid
|
||||||
SVar:MaxTgts:Count$Valid Creature
|
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/icy_blast.jpg
|
|
||||||
Oracle:Tap X target creatures.\nFerocious — If you control a creature with power 4 or greater, those creatures don't untap during their controllers' next untap steps.
|
Oracle:Tap X target creatures.\nFerocious — If you control a creature with power 4 or greater, those creatures don't untap during their controllers' next untap steps.
|
||||||
|
|||||||
@@ -2,10 +2,7 @@ Name:Magus of the Candelabra
|
|||||||
ManaCost:G
|
ManaCost:G
|
||||||
Types:Creature Human Wizard
|
Types:Creature Human Wizard
|
||||||
PT:1/2
|
PT:1/2
|
||||||
A:AB$ Untap | Cost$ X T | TargetMin$ 0 | TargetMax$ MaxTgts | References$ X,MaxTgts | ValidTgts$ Land | TgtPrompt$ Select target Land | SpellDescription$ Untap X target lands.
|
A:AB$ Untap | Cost$ X T | TargetMin$ X | TargetMax$ X | References$ X | ValidTgts$ Land | TgtPrompt$ Select X target lands | SpellDescription$ Untap X target lands.
|
||||||
# It may seem wrong to not use X in the target, but since the Targets are what defines X, it's redundant (and not supported by the code)
|
SVar:X:Count$xPaid
|
||||||
SVar:X:Targeted$Amount
|
|
||||||
SVar:MaxTgts:Count$Valid Land
|
|
||||||
AI:RemoveDeck:All
|
AI:RemoveDeck:All
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/magus_of_the_candelabra.jpg
|
|
||||||
Oracle:{X}, {T}: Untap X target lands.
|
Oracle:{X}, {T}: Untap X target lands.
|
||||||
|
|||||||
Reference in New Issue
Block a user