Split the Judge Gift Cards set (JP) into the individual sets as listed on Scryfall.

- Removed the JP set.
- Added G02-G11, J12-J20
- Fixed all usages in the test code
- Updated the sample decks that used these cards.
  The deck lists now contain the updated references.
- Added all Judge Gift sets to the "bling" sets list
This commit is contained in:
Thomas Hess 2020-02-03 13:14:18 +01:00
parent d628303f3a
commit 6297650c3b
No known key found for this signature in database
GPG key ID: 98602F47D161B13C
33 changed files with 630 additions and 150 deletions

View file

@ -135,7 +135,7 @@ public class DeckValidatorTest extends MageTestBase {
Assert.assertFalse("Counterspell not allowed in modern", testDeckValid(new Modern(), deckList));
deckList.clear();
deckList.add(new CardNameAmount("JR", 5, 4));
deckList.add(new CardNameAmount("G00", 1, 4));
deckList.add(new CardNameAmount("Mountain", 56));
Assert.assertFalse("Counterspell not allowed in modern", testDeckValid(new Modern(), deckList));