Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi,

Thanks for the explanation. It's good to know that you can implement these delayed selections. That makes the system very flexible. Great decision! 

About card "45009" (Energy Conversion), I'm inclined to think that it also has this delayed selection. In fact, my understanding is that you always delay selection of targets as much as possible. I hace checked this with a friend who is an expert in Marvel Champions rules and that, in fact, has collaborated with Fantasy Flight Games as a tester for the SHIELD expansion, and he told that this is the case: you should delay the selection of targets as much as possible. In the particular case of "45009", he told me that shuffle the cards after you pay, so you should include back in your deck those cards that you have used to pay for "45009" (if any). 

In any case, I will let you know when FFG answers my question regarding the selection of targets. 

Just one more thing: have you implemented a delayed selection for Tactical Brilliance (https://marvelcdb.com/card/33010)? According to the ruling I mentioned earlier I think it should have a delayed selection: 

I have questions regarding the card Spiritual Meditation, which has the effect: “Draw 2 cards. Choose and discard 1 card from your hand.” Do the Choose rules prevent me from playing Spiritual Meditation when it is the only card in my hand? The Choose rules say that if there is no valid target, then the ability cannot be initiated. Would the single Spiritual Meditation in my hand be a valid Choose target just to initiate the ability? Am I able to change the Choose target after initiating the ability? More specifically, am I allowed to Choose one of the 2 drawn cards by Spiritual Meditations first sentence after Choosing a card that was already in my hand to initiate the ability in the first place?
  • When you determine if the card’s ability can be initiated, you can make that determination based on the first part of the Action, drawing 2 cards. So yes, you could still play it in that situation.
  • If it helps, the designers have informed me that the “choose” clause under Initiating Abilities is mainly intended for cards where their only ability is a choose ability. We may adjust the rules reference to make this clearer.

Thank you very much once again. Your work is awesome!!!

Hi @quantumodo,

Thank you for checking on this rule!

Regarding your point about delaying the selection of targets, I agree that it serves as a useful guiding principle for coding the script. Since the rules and FAQ do not specify when to select targets, we can use this as a temporary coding guide. However, confirmation from FFG would certainly provide more clarity.

As for “33010” (Tactical Brilliance), it already incorporates a delayed selection. For cards with multiple effect parts, all selectors except for the first one are treated as delayed selections. For example, the effect part “Deal 8 damage to an enemy” in “12003” and the effect part “Remove 2 threat from the main scheme” in “42015”.

Thank you again for your insights!

That's awesome. Thank you very much!