brine / mtg-octgn

MTG game definition for OCTGN3 source code
The Unlicense
32 stars 20 forks source link

New action: Take from library top X, shuffle rest #135

Closed Wirox closed 4 months ago

Wirox commented 2 years ago

Fixes #125.

This adds a new action, which allows the user to have a look at top X cards from their library, take any number of them to hand using a Scry-like window (with the option of revealing these cards to all opponents), and then moves the rest to the bottom of library in a random order.

Effects of this kind are recently quite popular and until now resolving them was very inconvenient on OCTGN, as explained by #125.