Admittedly I have not read much of these forums, so sorry if I'm posting in the wrong place. I wanted to mess with a pyromancer's goggles deck but knew that asking for a single card to be fixed was a faux pas, so set about making it work myself. I have added the code that I'm using, which isnt perfect but lets me play with it enough that I just have to avoid the cheating it allows.
I wasn't sure where the SpellDescription was suppose to go, so listed it twice. I used
Mox Ruby,
Cloven Casting, Boseju, who shelters all, and
Mirari to find templates and similar functions. In my limited testing it seems to function correctly except it has the same flaws that
Generator Servant has, in that as long as the servant was sacrificed the colorless mana does not need to be used in order to AddKeywords$ Haste. The goggles will fire off a second copy as long as it's on the board, which I assume has something to do with
Mirari's SpellCast$ copy effect. I'm sure there must be a better way to accomplish but thought I'd let the experts pick it up if they cared to. This flaw does allow for suspended spells, such as rift bolt, to copy when it is cast the following turn.
Forums forced me to remove the url for picture, due to new account.
- Code: Select all
Name:Pyromancer's Goggles
ManaCost:5
Types:Legendary Artifact
A:AB$ Mana | Cost$ T | Produced$ R | SpellDescription$ T: Add {R} to your mana pool. When that mana is spent to cast a red instant or sorcery spell, copy that spell and you may choose new targets for the copy.
T:Mode$ SpellCast | ValidCard$ Instant.Red,Sorcery.Red | ValidActivatingPlayer$ You | Execute$ TrigCopy | TriggerZones$ Battlefield | SpellDescription$ T: Add {R}to your mana pool. When that mana is spent to cast a red instant or sorcery spell, copy that spell and you may choose new targets for the copy.
SVar:TrigCopy:AB$ CopySpellAbility | Cost$ 0 | Defined$ TriggeredSpellAbility
SVar:Picture:
Oracle: