jceddy / DailyArenaDeckAdvisor

A Deck Advisor companion App for Magic Arena.
GNU General Public License v3.0
18 stars 7 forks source link

Special Events Formats #13

Open jceddy opened 5 years ago

jceddy commented 5 years ago

Include deck information specific to special rotating formats.

mtgarena.pro has some information for this, but I haven't dug into it much. It might turn out that this is more trouble than it's worth, but at least worth looking into.

jceddy commented 4 years ago

I'm pinning this as the next "priority" feature to work on. I'm still not sure how well I'll be able to support this, but will give it an honest try over the next week or two.

peardox commented 4 years ago

You can get all the event info from the detailed logs

Event.GetActiveEventsV2 lists all the events and their format which you can get from...

PlayerInventory.GetFormats which lists the legal sets for the format and the ban list

If the event has Preconstructed Decks look in Deck.GetPreconDecksV3 where you'll get the decklist

There are further helpful files in MTGA_Data including full event / deck titles and decriptions in multiple languages