not checked

This commit is contained in:
Northmoc
2020-10-05 20:32:04 -04:00
parent d38fa6ef8f
commit 91633a48ce
2 changed files with 4 additions and 9 deletions

View File

@@ -1,9 +1,7 @@
Name:Icy Blast
ManaCost:X U
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:X:Targeted$Amount
SVar:MaxTgts:Count$Valid Creature
SVar:Picture:http://www.wizards.com/global/images/magic/general/icy_blast.jpg
SVar:X:Count$xPaid
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.

View File

@@ -2,10 +2,7 @@ Name:Magus of the Candelabra
ManaCost:G
Types:Creature Human Wizard
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.
# 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:Targeted$Amount
SVar:MaxTgts:Count$Valid Land
A:AB$ Untap | Cost$ X T | TargetMin$ X | TargetMax$ X | References$ X | ValidTgts$ Land | TgtPrompt$ Select X target lands | SpellDescription$ Untap X target lands.
SVar:X:Count$xPaid
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.