I searched but didn't see anybody else post this, although I could have missed it. (I am very new to the forum.)
I scripted Urge To Feed and tested it last night. I had noticed people commenting on how it wasn't possible to script in the part about testing tapping any number of vampires. Strangely, I had no problems doing it? Unless I missed something, it's working flawlessly. I almost feel like there has to be something I didn't test, but who knows. Take a look:
- Code: Select all
Name:Urge to Feed
ManaCost:B B
Types:Instant
Text:no text
A:SP$ Pump | Cost$ B B | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ -3 | NumDef$ -3 | SpellDescription$ Target creature gets -3/-3 until end of turn. | SubAbility$ SVar=DBTap
SVar:DBTap:DB$Tap | Cost$ B B | TargetMin$ 0 | TargetMax$ MaxTgts | TgtPrompt$ Choose any number of untapped vampires | ValidTgts$ Creature.Vampire | SpellDescription$ You may tap any number of untapped Vampire creatures you control. If you do, put a +1/+1 counter on each of those Vampires. | SubAbility$ SVar=DBPump
SVar:DBPump:DB$Pump | Defined$ Targeted | NumAtt$ +1 | NumDef$ +1
SVar:MaxTgts:Count$Valid Creature.Vampire
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/ursapine.jpg
SetInfo:RAV|Rare|http://magiccards.info/scans/en/rav/188.jpg
Oracle:{G}: Target creature gets -3/-3 until end of turn. You may tap any number of untapped Vampire creatures you control. If you do, put a +1/+1 counter on each of those Vampires.
End
Of course you'll need to add the file in the correct place, add the correct JPEG's, etc.