Skip to content
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

add move cards from top of library until dialog #4648

Merged
merged 1 commit into from
Aug 6, 2023

Conversation

ebbit1q
Copy link
Member

@ebbit1q ebbit1q commented Jul 4, 2022

a bit of a hack, the client will use the play top card action and then
compare it with the propmpted expression, as if you were cascading
normally but really fast

the new keybind for this is ctrl shift y

I have ratelimited the action to 10 cards a second

Related Ticket(s)

just like ctrl y all cards are placed on the stack, you might want to move things off the stack first

cascade with this new action would use the following expression -t:land mv<x
I made the action more general so it could be useful for other cards as well:
many cards find creatures like this: t:creature
abundance is easy, either choose t:land or -t:land
cards like demonic consultation or divining witch will simply ask for the card name, note that you'll want to use quotes in order to match the exact name, eg "Thassa's Oracle"
heirloom blade you can simply give a list, note the use of or: t:creature ( t:human or t:warrior )
treasure hunt decks rejoice

a bit of a hack, the client will use the play top card action and then
compare it with the propmpted expression, as if you were cascading
normally but really fast

the new keybind for this is ctrl shift y

I have ratelimited the action to 10 cards a second
@mainman879
Copy link

To fix: Prevent people from spamming the command to speed up the search and possibly lag the server.

Possible names for the command:
Put onto stack until
Search cards until
Search for card until
Search for specific card
Cascade (its not only for cascade but cascade is a very recognizable term)

Suggestion: Add clarification to the popup that it uses scryfall/deck building filters.

@EonTAS
Copy link

EonTAS commented Aug 8, 2022

image

the option added to the shortcuts menu for this option is just called stack which is already the normal draw from deck command

@tooomm
Copy link
Member

tooomm commented Aug 6, 2023

@mainman879 @EonTAS
Please open new issues for your reports if still relevant.
This is now available in the newest beta.

@ebbit1q ebbit1q deleted the cascade branch August 15, 2023 13:29
ebbit1q added a commit to ebbit1q/Cockatrice that referenced this pull request Aug 18, 2023
ebbit1q added a commit to ebbit1q/Cockatrice that referenced this pull request Aug 18, 2023
@ebbit1q ebbit1q mentioned this pull request Aug 18, 2023
ZeldaZach pushed a commit that referenced this pull request Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants