Tags: lex3001/mtgjson
Tags
Fix mtgjson#1114: Copy structure of Decks/ to AllPrintings/ (mtgjson#… …1118) * Fix mtgjson#1114: Copy structure of Decks/ to AllPrintings/ * Update mtgjson_card.py
Merge pull request mtgjson#1044 from mtgjson/staghouse-patch-1 Update README.md
Support Alchemy Cards Better (First Idea) (mtgjson#891) * ADD isRebalanced(BOOL) to cards for cards that Wizards has rebalanced (as well as isAlternative, to help users account for this better since that's a field we've supported already). This will NOT change the totalSetSize, since this isn't really a new card. Also ADD originalPrintings(LIST[STR]) that are added to Rebalanced (i.e. Alchemy) cards, showing what the original version looked like. * ADD rebalancedPrintings (List[str]) That creates the doubly linked list between original printings <-> rebalanced printings. This should be the last piece needed for our first attempt at supporting these... new style of "cards"
ADD isOnline/isPaper to SetList (mtgjson#521) Signed-off-by: ZeldaZach <[email protected]>
PreviousNext