unrealities / MTGA_Draft_17Lands

Magic: The Gathering Arena draft tool that utilizes 17Lands data
MIT License
26 stars 1 forks source link

MTGA_Draft_17Lands

Magic: The Gathering Arena draft tool that utilizes 17Lands data.

This application will automatically support new sets as soon as the sets are released on Arena and the data is available on the 17Lands card ratings page.

Supported Events: Premier Draft, Traditional Draft, Quick Draft, Sealed, and Traditional Sealed

Premier_Draft

Table of Contents

Run Steps: Windows Executable (Windows Only)

Run Steps: Python (Windows/Mac/Linux)

Steps to Build the Windows Executable

Note: This project uses a GitHub Action to perform the following steps.

UI Features

Menu Features

Settings_Dark Settings_Colors

Additional Features

Settings

Card Logic

Letter Grade Standard Deviations
A+ >= 2.00
A >= 1.67
A- >= 1.33
B+ >= 1.00
B >= 0.67
B- >= 0.33
C+ >= 0
C >= -0.33
C- >= -0.67
D+ >= -1.00
D >= -1.33
D- >= -1.67
F < -1.67

The P1P1 Solution

The Problem

MTGA_Draft_17Lands, like many other platforms, relies on MTG Arena's detailed logs to function. Pack and pick data is read from these logs to determine what cards to display 17 Lands data for. However, we understand the frustration that MTG Arena does not show the pack data for the very first pack of drafts, which can be a significant drawback.

The Solution

This is a configurable setting. Enable P1P1 OCR is enabled by default.

The following solution is for P1P1. After you have selected a card, only Arena logs are used:

Future Considerations

Troubleshooting