-
Notifications
You must be signed in to change notification settings - Fork 784
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
Reworking effects which search multiple zones #7685
Comments
Runed Crown - (Gatherer) (Scryfall) (EDHREC)
Gate to the Afterlife - (Gatherer) (Scryfall) (EDHREC)
Opposition Agent - (Gatherer) (Scryfall) (EDHREC)
|
Also AI must see all cards at once, so it can select cards more usefully (e.g. select most powerful card from both zones). |
It must be compatible with hidden zones (player allowed do not choose existing card from a hidden zones like library or hand):
Example implementation: Kassandra, Eagle Bearer |
Right now the way we handle searching more than one zone (for example [[Runed Crown]] or [[Gate to the Afterlife]]) is to give the player a choice of which zone to search, after which they search. The problem here is twofold: first, the user interface could be cleaner, and second, [[Opposition Agent]] needs to be able to control the player when they're searching that zone.
We'll need a new UI for searching multiple zones at once and we'll need to refactor a lot of cards to make this work correctly.
The text was updated successfully, but these errors were encountered: