Updated all existing PC errata and tests to use updated id numbers that correspond to being divided by set.

This commit is contained in:
Christian 'ketura' McCarty
2021-02-28 23:57:44 -06:00
parent cc77db8762
commit 4fa28af0ab
15 changed files with 35 additions and 35 deletions

View File

@@ -1,5 +1,5 @@
{ {
"51_1040": { "51_40": {
"title": "*Elrond", "title": "*Elrond",
"subtitle": "Lord of Rivendell", "subtitle": "Lord of Rivendell",
"culture": "elven", "culture": "elven",
@@ -48,7 +48,7 @@
} }
] ]
}, },
"51_1045": { "51_45": {
"title": "*Galadriel", "title": "*Galadriel",
"subtitle": "Lady of Light", "subtitle": "Lady of Light",
"culture": "elven", "culture": "elven",
@@ -86,7 +86,7 @@
} }
] ]
}, },
"51_1080": { "51_80": {
"title": "*Ottar", "title": "*Ottar",
"subtitle": "Man of Laketown", "subtitle": "Man of Laketown",
"culture": "gandalf", "culture": "gandalf",
@@ -125,7 +125,7 @@
} }
}, },
"51_10139": { "51_139": {
"title": "Savagery To Match Their Numbers", "title": "Savagery To Match Their Numbers",
"culture": "isengard", "culture": "isengard",
"cost": 0, "cost": 0,
@@ -172,7 +172,7 @@
} }
}, },
"51_10195": { "51_195": {
"title": "*Relics of Moria", "title": "*Relics of Moria",
"culture": "moria", "culture": "moria",
"cost": 1, "cost": 1,
@@ -193,7 +193,7 @@
} }
}, },
"51_10234": { "51_234": {
"title": "*Úlairë Nertëa", "title": "*Úlairë Nertëa",
"subtitle": "Messenger of Dol Guldur", "subtitle": "Messenger of Dol Guldur",
"culture": "wraith", "culture": "wraith",
@@ -228,7 +228,7 @@
} }
}, },
"51_10248": { "51_248": {
"title": "Forces of Mordor", "title": "Forces of Mordor",
"culture": "sauron", "culture": "sauron",
"cost": 0, "cost": 0,
@@ -255,7 +255,7 @@
} }
}, },
"51_10311": { "51_311": {
"title": "*Sam", "title": "*Sam",
"subtitle": "Son of Hamfast", "subtitle": "Son of Hamfast",
"culture": "shire", "culture": "shire",
@@ -306,7 +306,7 @@
"51_10108": { "51_108": {
"title": "No Stranger to the Shadows", "title": "No Stranger to the Shadows",
"culture": "gondor", "culture": "gondor",
"cost": 0, "cost": 0,
@@ -326,7 +326,7 @@
}, },
"51_10313": { "51_313": {
"title": "*Sting", "title": "*Sting",
"culture": "shire", "culture": "shire",
"cost": 1, "cost": 1,
@@ -368,7 +368,7 @@
} }
}, },
"51_10316": { "51_316": {
"title": "*A Talent for Not Being Seen", "title": "*A Talent for Not Being Seen",
"culture": "shire", "culture": "shire",
"cost": 0, "cost": 0,

View File

@@ -1,5 +1,5 @@
{ {
"51_2032": { "52_32": {
"side": "free_people", "side": "free_people",
"cost": 0, "cost": 0,
"strength": 1, "strength": 1,
@@ -46,7 +46,7 @@
] ]
}, },
"51_20121": { "52_121": {
"title": "*Gimli", "title": "*Gimli",
"subtitle": "Dwarf of the Mountain-race", "subtitle": "Dwarf of the Mountain-race",
"culture": "dwarven", "culture": "dwarven",

View File

@@ -1,5 +1,5 @@
{ {
"51_3042": { "53_42": {
"side": "free_people", "side": "free_people",
"cost": 0, "cost": 0,
"culture": "Gondor", "culture": "Gondor",
@@ -32,7 +32,7 @@
} }
}, },
"51_3068": { "53_68": {
"side": "shadow", "side": "shadow",
"site": 4, "site": 4,
"cost": 4, "cost": 4,
@@ -96,7 +96,7 @@
] ]
}, },
"51_3038": { "53_38": {
"side": "free_people", "side": "free_people",
"title": "*Aragorn", "title": "*Aragorn",
"subtitle": "Heir to the White City", "subtitle": "Heir to the White City",
@@ -166,7 +166,7 @@
}, },
"51_30106": { "53_106": {
"title": "*Bill the Pony", "title": "*Bill the Pony",
"culture": "Shire", "culture": "Shire",
"side": "free_people", "side": "free_people",

View File

@@ -19,7 +19,7 @@ public class Elrond_LoRErrataTests
return new GenericCardTestHelper( return new GenericCardTestHelper(
new HashMap<String, String>() new HashMap<String, String>()
{{ {{
put("elrond", "51_1040"); put("elrond", "51_40");
put("randomcard", "1_3"); put("randomcard", "1_3");
}} }}
); );
@@ -29,7 +29,7 @@ public class Elrond_LoRErrataTests
return new GenericCardTestHelper( return new GenericCardTestHelper(
new HashMap<String, String>() new HashMap<String, String>()
{{ {{
put("elrond", "51_1040"); put("elrond", "51_40");
put("gandalf", "1_72"); put("gandalf", "1_72");
put("arwen", "1_30"); put("arwen", "1_30");
}} }}
@@ -40,7 +40,7 @@ public class Elrond_LoRErrataTests
return new GenericCardTestHelper( return new GenericCardTestHelper(
new HashMap<String, String>() new HashMap<String, String>()
{{ {{
put("elrond", "51_1040"); put("elrond", "51_40");
put("allyHome3_1", "1_60"); put("allyHome3_1", "1_60");
put("allyHome3_2", "1_27"); // tharin put("allyHome3_2", "1_27"); // tharin
put("allyHome6_1", "1_56"); put("allyHome6_1", "1_56");

View File

@@ -16,7 +16,7 @@ public class Galadriel_LoLErrataTests
return new GenericCardTestHelper( return new GenericCardTestHelper(
new HashMap<String, String>() new HashMap<String, String>()
{{ {{
put("galadriel", "51_1045"); put("galadriel", "51_45");
put("elrond", "1_40"); put("elrond", "1_40");
}} }}
); );
@@ -26,7 +26,7 @@ public class Galadriel_LoLErrataTests
return new GenericCardTestHelper( return new GenericCardTestHelper(
new HashMap<String, String>() new HashMap<String, String>()
{{ {{
put("galadriel", "51_1045"); put("galadriel", "51_45");
put("allyHome3_1", "1_60"); put("allyHome3_1", "1_60");
put("allyHome3_2", "1_27"); put("allyHome3_2", "1_27");
put("allyHome6_1", "1_56"); put("allyHome6_1", "1_56");

View File

@@ -22,8 +22,8 @@ public class NoStrangerErrataTests
put("aragorn", "1_89"); put("aragorn", "1_89");
put("arwen", "1_30"); put("arwen", "1_30");
put("boromir", "1_97"); put("boromir", "1_97");
put("nostranger", "51_10108"); put("nostranger", "51_108");
put("nostranger2", "51_10108"); put("nostranger2", "51_108");
}} }}
); );
} }

View File

@@ -16,7 +16,7 @@ public class Sam_SoHErrataTests
return new GenericCardTestHelper( return new GenericCardTestHelper(
new HashMap<String, String>() new HashMap<String, String>()
{{ {{
put("sam", "51_10311"); put("sam", "51_311");
put("orc", "1_272"); put("orc", "1_272");
}} }}

View File

@@ -22,7 +22,7 @@ public class StingErrataTests
return new GenericCardTestHelper( return new GenericCardTestHelper(
new HashMap<String, String>() new HashMap<String, String>()
{{ {{
put("sting", "51_10313"); put("sting", "51_313");
put("sam", "1_311"); put("sam", "1_311");
put("merry", "1_302"); put("merry", "1_302");

View File

@@ -20,7 +20,7 @@ public class TalentForNBSErrataTests
return new GenericCardTestHelper( return new GenericCardTestHelper(
new HashMap<String, String>() new HashMap<String, String>()
{{ {{
put("talent", "51_10316"); put("talent", "51_316");
put("sam", "1_311"); put("sam", "1_311");
put("gaffer", "1_291"); put("gaffer", "1_291");
put("boromir", "1_97"); put("boromir", "1_97");

View File

@@ -19,8 +19,8 @@ public class FlamingBrandErrataTests
return new GenericCardTestHelper( return new GenericCardTestHelper(
new HashMap<String, String>() new HashMap<String, String>()
{{ {{
put("brand", "51_2032"); put("brand", "52_32");
put("brand2", "51_2032"); put("brand2", "52_32");
put("arwen", "1_30"); put("arwen", "1_30");
put("boromir", "1_97"); put("boromir", "1_97");
put("aragorn", "1_89"); put("aragorn", "1_89");

View File

@@ -22,7 +22,7 @@ public class Gimli_DotMrErrataTests
return new GenericCardTestHelper( return new GenericCardTestHelper(
new HashMap<String, String>() new HashMap<String, String>()
{{ {{
put("gimli", "51_20121"); put("gimli", "52_121");
}}, }},
GenericCardTestHelper.FellowshipSites, GenericCardTestHelper.FellowshipSites,
GenericCardTestHelper.FOTRFrodo, GenericCardTestHelper.FOTRFrodo,

View File

@@ -20,7 +20,7 @@ public class Aragorn_HttWCErrataTests
return new GenericCardTestHelper( return new GenericCardTestHelper(
new HashMap<String, String>() new HashMap<String, String>()
{{ {{
put("aragorn", "51_3038"); put("aragorn", "53_38");
put("gimli", "1_13"); put("gimli", "1_13");
put("minion", "1_268"); put("minion", "1_268");

View File

@@ -25,7 +25,7 @@ public class BillThePonyErrataTests
return new GenericCardTestHelper( return new GenericCardTestHelper(
new HashMap<String, String>() new HashMap<String, String>()
{{ {{
put("bill", "51_30106"); put("bill", "53_106");
put("sam", "1_311"); put("sam", "1_311");
}} }}
); );

View File

@@ -20,7 +20,7 @@ public class HornOfBoromirErrataTests
return new GenericCardTestHelper( return new GenericCardTestHelper(
new HashMap<String, String>() new HashMap<String, String>()
{{ {{
put("horn", "51_3042"); put("horn", "53_42");
put("elrond", "1_40"); put("elrond", "1_40");
put("boromir", "1_97"); put("boromir", "1_97");
put("aragorn", "1_89"); put("aragorn", "1_89");
@@ -38,7 +38,7 @@ public class HornOfBoromirErrataTests
return new GenericCardTestHelper( return new GenericCardTestHelper(
new HashMap<String, String>() new HashMap<String, String>()
{{ {{
put("horn", "51_3042"); put("horn", "53_42");
put("elrond", "1_40"); put("elrond", "1_40");
put("boromir", "1_97"); put("boromir", "1_97");
put("aragorn", "1_89"); put("aragorn", "1_89");

View File

@@ -24,7 +24,7 @@ public class Saruman_KoIErrataTests
put("tale", "1_66"); put("tale", "1_66");
put("doubleshot", "1_38"); put("doubleshot", "1_38");
put("saruman", "51_3068"); put("saruman", "53_68");
put("uruk1", "1_151"); put("uruk1", "1_151");
put("uruk2", "1_151"); put("uruk2", "1_151");
}} }}