1. There are indeed the so called meta-decks where the cards are written not by their name but by their card identifier.
What I will do is make a parser in MTG Studio which reads all 5149 cards from the _cards.dat files and be able to filter in MTG Studio exactly the cards which are supported by Wagic.
2. If the card is written as
Code: Select all
Terror (10E) *2
Being this way I will add support parsing the deck in the following format
Code: Select all
Terror *2
Code: Select all
Blanchwood Armor *2
Code: Select all
Terror (10E) *2 # Quite a handy card indeed