Fixing erroneous padding in new card ids

This commit is contained in:
Christian 'ketura' McCarty
2021-03-13 02:44:18 -06:00
parent 32fe008342
commit cb093c1ef8
6 changed files with 15 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
{
"101_001": {
"101_1": {
"side": "free_people",
"culture": "Gondor",
"title": "*The Lords of Gondor Have Returned",
@@ -41,7 +41,7 @@
]
},
"101_002": {
"101_2": {
"side": "free_people",
"culture": "Gondor",
"title": "*I Will Not Let the White City Fall",
@@ -78,7 +78,7 @@
]
},
"101_003": {
"101_3": {
"side": "free_people",
"culture": "Gondor",
"title": "*Boromir",
@@ -134,7 +134,7 @@
]
},
"101_004": {
"101_4": {
"side": "free_people",
"culture": "Gondor",
"title": "*Loud and Clear It Sounds",
@@ -173,7 +173,7 @@
]
},
"101_005": {
"101_5": {
"side": "free_people",
"culture": "Gondor",
"title": "Remnant of Numenor",
@@ -204,7 +204,7 @@
}
},
"101_006": {
"101_6": {
"side": "shadow",
"culture": "Sauron",
"title": "*Great Wolf Chief",
@@ -253,7 +253,7 @@
]
},
"101_007": {
"101_7": {
"side": "shadow",
"culture": "Sauron",
"title": "Hollin Snarler",
@@ -302,7 +302,7 @@
]
},
"101_008": {
"101_8": {
"side": "shadow",
"culture": "Sauron",
"title": "Hound of Sauron",
@@ -351,7 +351,7 @@
]
},
"101_009": {
"101_9": {
"side": "shadow",
"culture": "Sauron",
"title": "*The Hunt is Up!",
@@ -393,7 +393,7 @@
]
},
"101_010": {
"101_10": {
"side": "shadow",
"culture": "Sauron",
"title": "I See You",

View File

@@ -22,7 +22,7 @@ public class Card_V1_001Tests
{{
put("aragorn", "1_89");
put("boromir", "1_97");
put("lords", "101_001");
put("lords", "101_1");
put("runner1", "1_178");
put("runner2", "1_178");

View File

@@ -22,7 +22,7 @@ public class Card_V1_002Tests
{{
put("aragorn", "1_89");
put("boromir", "1_97");
put("whitecity", "101_002");
put("whitecity", "101_2");
put("attea", "1_229");
put("cantea", "1_230");

View File

@@ -22,7 +22,7 @@ public class Card_V1_003Tests
return new GenericCardTestHelper(
new HashMap<String, String>()
{{
put("boromir", "101_003");
put("boromir", "101_3");
put("sam", "1_311");
put("merry", "1_302");
put("pippin", "1_307");

View File

@@ -24,7 +24,7 @@ public class Card_V1_004Tests
{{
put("aragorn", "1_89");
put("boromir", "1_97");
put("loud", "101_004");
put("loud", "101_4");
put("attea", "1_229");
}}

View File

@@ -25,7 +25,7 @@ public class Card_V1_005Tests
{{
put("aragorn", "1_89");
put("boromir", "1_97");
put("remnant", "101_005");
put("remnant", "101_5");
put("inquisitor", "1_268");
}}