forked from External/mage
[C20] tokens support and fixes:
* Added tokens for C20; * Added tokens images download for C20; * Fixed that some tokens uses wrong images or images from wrong set (example: Elemental);
This commit is contained in:
parent
2b21298377
commit
c2487aec7d
48 changed files with 406 additions and 349 deletions
|
|
@ -701,6 +701,10 @@ public class VerifyCardDataTest {
|
|||
if (errorsList.size() > 0) {
|
||||
Assert.fail("Found token errors: " + errorsList.size());
|
||||
}
|
||||
|
||||
// TODO: all token must have correct availableImageSetCodes (all sets with that token)
|
||||
// Some sets have original card, but don't have token card at all. So you must use scryfall tokens list above to find
|
||||
// all token's sets and compare with xmage
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue