Tags: mtgjson/mtgjson
Tags
Support Alchemy Cards Better (First Idea) (#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"
PreviousNext