-
Notifications
You must be signed in to change notification settings - Fork 779
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delve through Thalia #571
Comments
Seems to me like you mismatch some rules. |
I haven't tested, but costs increasers (like Thalia) should increase the cost before you delve. So if you cast a {9}{B} card, it gets increased to {10}{B} then you get to delve up to 10 cards. I guess currently you can only delve up to 9 cards and have to pay the extra mana. |
@emerald000: Exactly. 2014-09-22 21:50 GMT+02:00 emerald000 notifications@github.com:
|
I believe Delve should be able pay for cost increases. 601.2e The player determines the total cost of the spell. Usually this is just the mana cost. Some spells have additional or alternative costs. Some effects may increase or reduce the cost to pay, or may provide other alternative costs. Costs may include paying mana, tapping permanents, sacrificing permanents, discarding cards, and so on. The total cost is the mana cost or alternative cost (as determined in rule 601.2b), plus all additional costs and cost increases, and minus all cost reductions. If the mana component of the total cost is reduced to nothing by cost reduction effects, it is considered to be {0}. It can�t be reduced to less than {0}. Once the total cost is determined, any effects that directly affect the total cost are applied. Then the resulting total cost becomes "locked in." If effects would change the total cost after this time, they have no effect. FAQ: So the increased cost is locked in first, then each card exiled from the graveyard pays for 1 colorless mana. |
Delve is now implemented as a cost reducing effect. It must be implemented as an alternate way to pay mana costs by exiling a card from your graveyard. |
There is still a problem in the current implementation as cost increases should be applied before cost decreases. So plus 1 for Thalia before minus whatever for Delve. |
Other related reports: |
Is this fixed for all Delve cards and all cost reducers? I encountered the problem again involving Dig Through Time and Thorn of Amethyst. |
I notice that currently you can Delve more cards than can be used towards a card's mana cost. You should only be able to Delve a number of cards equal to the colorless mana required to cast a card. From the Dead Drop FAQ: |
Fixed that with delve you could exile more cards than mana were to produce. |
Hi,
It should be possible to use delve to reduce costs of your spells. Removing another card from your graveyard should pay the additional cost of thalia/lodestone/sphere effects etcetera. However, this is not the case on mage.
The text was updated successfully, but these errors were encountered: