You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the issue! Handling card specific text is outside of the scope I want for the project at this time. The project is essentially in maintenance at this point and I do not intend to perform any significant updates, outside of releasing updates for new card sets or changes in the mulligan strategy.
To handle it we would have to add some "awareness" about what card we can play. How hard would it be to handle it?
Handling it would require changing a few different pieces of code:
Account for card subtypes (Knights, Equiment, etc.). Right now, the code really only handles land types.
Create a new field on the Card struct to to restrict spending mana to certain subtypes. (something like mana_spend_restrictions: Vec<CardKind>)
Update the code to take the restriction into account when determining if a mana source can be spent on a particular card.
Hello,
I was working to adjust this list. How could we handle specific land like [[Tournament Grounds]]?
To handle it we would have to add some "awareness" about what card we can play. How hard would it be to handle it?
Thank you for your work!
Cheers,
The text was updated successfully, but these errors were encountered: