dr4fters / dr4ft

Multiplayer Online MTG Draft and Sealed Simulator
https://dr4ft.info/
MIT License
107 stars 61 forks source link

Feature Request: Only Historic Sets for Chaos Formats #1009

Open serokellcao opened 4 years ago

serokellcao commented 4 years ago

Some of us are happily playing the actual games on MTGA, some of us are peer-pressured to. Nonetheless, there should be an easy way to play a Historic Chaos Draft.

Implementing this feature should be similar to - [ ] Only modern sets checkbox.

tooomm commented 4 years ago

What are the exact rules for Historic Sets? @serokellcao

There could also be a [ ] Only current standard sets checkbox, using this data: https://whatsinstandard.com/api/v6/standard.json

serokellcao commented 4 years ago

From my workaround:

def historic_sets():
  return ["IXN", "RIX", "DOM", "M19", "GRN", "RNA", "WAR",
          "M20", "ELD", "THB", "IKO", "HA1", "HA2" ]

So, thus far, it's Ixalan and later.

NB! There are special MTGA sets "HA1" and "HA2" and likely there will be more. Gladly, mtgjson does a stellar job of tracking MTGA-specific sets.

serokellcao commented 4 years ago

As a side-note, from the UX perspective, if we're adding so many checkboxes (or a group of radio buttons), then we probably should change it to a dropdown menu titled "Limit chaos pool to:".

HerveH44 commented 3 years ago

@ZeldaZach do MTGJson have a way to know if a set is historic ?