Original Post — Direct link

The card says: " You may cast a card with converted mana cost X or less from your hand without paying its mana cost. "
Now I know that you can play a creatures or a sorcery with this, but can please for the love of god somebody explain to me WHY you can do it?
I mean, the card says "cast" ... and casting spells has restrictions like timings ... why dont they apply here?
I have the feeling I'm missing something here :o

Thx :)
https://gatherer.wizards.com/Pages/Card/Details.aspx?name=electrodominance

External link →
over 4 years ago - /u/WotC_BenFinkel - Direct link

I like to think about it this way - there isn't a rule that says you can't cast Sorceries or other non-Flash spells at non-sorcery times. Rather, during those times, there simply isn't any rule saying you CAN cast those cards.

That's kind of how the underlying code works, too. The game proposes all the cards in your hand as castable (as well as other cards that abilities give you permission to cast). The default assumption during the Pruning step is that no proposed action can be performed, but certain rules Promote actions past pruning such as Prune_Promote_CastSorcerySpeed say "this is a cast action, the stack is empty, and it's your main phase, so the game says you can do this." And Prune_Promote_CastInstantSpeed says "this is a cast action for an Instant, so the game says you can do this."

Electrodominance itself adds a rule for the cards it proposes saying "this action was proposed by me, so I say you can do this." #wotc_staff

over 4 years ago - /u/WotC_BenFinkel - Direct link

Originally posted by rrwoods

It's interesting that you even need to do any action promotion here, given that Electrodominance instructs you to perform an action rather than setting up a lasting permission to perform that action later. Do you need to do the same thing for, say, drawing a card?

We need to have Resolution Time Actions Windows like Electrodominance's promote actions because:

A) the default assumption is that no action is legal (except pass)

B) it gives other abilities the opportunity to step in and prune the action (e.g. [[Teferi, Time Raveler]])

and C) Most of these windows specify an alternate cost for you to pay ("without paying its mana cost" for Electrodominance), which also means that we need to prune actions that have a different alternative cost.

#wotc_staff