Migrating playtest errata to regular PC formats
This commit is contained in:
@@ -545,7 +545,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
71_59: {
|
||||
51_59: {
|
||||
cardInfo: {
|
||||
//Either a full URL, or a subpath for the PC image server
|
||||
imagePath: errata/LOTR-EN01E059.1_card.jpg
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
71_311: {
|
||||
51_311: {
|
||||
cardInfo: {
|
||||
//Either a full URL, or a subpath for the PC image server
|
||||
imagePath: errata/LOTR-EN01S311.2_card.jpg
|
||||
|
||||
@@ -175,7 +175,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
73_27: {
|
||||
53_27: {
|
||||
cardInfo: {
|
||||
//Either a full URL, or a subpath for the PC image server
|
||||
imagePath: errata/LOTR-EN03E027.1_card.jpg
|
||||
|
||||
@@ -249,7 +249,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
73_90: {
|
||||
53_90: {
|
||||
cardInfo: {
|
||||
//Either a full URL, or a subpath for the PC image server
|
||||
imagePath: errata/LOTR-EN03E090.2_card.jpg
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
54_46: {
|
||||
74_46: {
|
||||
cardInfo: {
|
||||
//Either a full URL, or a subpath for the PC image server
|
||||
imagePath: errata/LOTR-EN04E046.1.jpg
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
74_73: {
|
||||
54_73: {
|
||||
cardInfo: {
|
||||
//Either a full URL, or a subpath for the PC image server
|
||||
imagePath: errata/54_73.jpg
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
55_8: {
|
||||
75_8: {
|
||||
cardInfo: {
|
||||
//Either a full URL, or a subpath for the PC image server
|
||||
imagePath: errata/LOTR-EN05E008.1.jpg
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
|
||||
77_190: {
|
||||
57_190: {
|
||||
cardInfo: {
|
||||
//Either a full URL, or a subpath for the PC image server
|
||||
imagePath: errata/LOTR-EN07E190.1_card.jpg
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
|
||||
78_43: {
|
||||
58_43: {
|
||||
cardInfo: {
|
||||
//Either a full URL, or a subpath for the PC image server
|
||||
imagePath: errata/LOTR-EN08E043.1_card.jpg
|
||||
|
||||
@@ -284,7 +284,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
78_59: {
|
||||
58_59: {
|
||||
cardInfo: {
|
||||
//Either a full URL, or a subpath for the PC image server
|
||||
imagePath: errata/LOTR-EN08E059.2_card.jpg
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
|
||||
79_16: {
|
||||
59_16: {
|
||||
cardInfo: {
|
||||
//Either a full URL, or a subpath for the PC image server
|
||||
imagePath: errata/59_16.jpg
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
|
||||
79_26: {
|
||||
59_26: {
|
||||
cardInfo: {
|
||||
//Either a full URL, or a subpath for the PC image server
|
||||
imagePath: errata/59_26.jpg
|
||||
@@ -150,7 +150,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
79_27: {
|
||||
59_27: {
|
||||
cardInfo: {
|
||||
//Either a full URL, or a subpath for the PC image server
|
||||
imagePath: errata/LOTR-EN09E027.1_card.jpg
|
||||
|
||||
@@ -162,7 +162,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
80_11: {
|
||||
60_11: {
|
||||
cardInfo: {
|
||||
//Either a full URL, or a subpath for the PC image server
|
||||
imagePath: errata/60_11.jpg
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
|
||||
80_52: {
|
||||
60_52: {
|
||||
cardInfo: {
|
||||
//Either a full URL, or a subpath for the PC image server
|
||||
imagePath: errata/LOTR-EN10E052.1_card.jpg
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
|
||||
80_68: {
|
||||
60_68: {
|
||||
cardInfo: {
|
||||
//Either a full URL, or a subpath for the PC image server
|
||||
imagePath: errata/LOTR-EN10S068.1_card.jpg
|
||||
|
||||
@@ -17,7 +17,7 @@ public class Card_01_059_ErrataTests
|
||||
return new GenericCardTestHelper(
|
||||
new HashMap<>()
|
||||
{{
|
||||
put("sts", "71_59");
|
||||
put("sts", "51_59");
|
||||
put("legolas", "1_50");
|
||||
put("gimli", "1_13");
|
||||
put("rumil", "1_57");
|
||||
|
||||
@@ -16,7 +16,7 @@ public class Card_01_311_ErrataTests
|
||||
protected GenericCardTestHelper GetScenario() throws CardNotFoundException, DecisionResultInvalidException {
|
||||
return new GenericCardTestHelper(
|
||||
new HashMap<>() {{
|
||||
put("sam", "71_311");
|
||||
put("sam", "51_311");
|
||||
put("rosie", "1_309");
|
||||
put("proudfoot", "1_301");
|
||||
put("gaffer", "1_291");
|
||||
|
||||
@@ -17,7 +17,7 @@ public class Card_03_027_ErrataTests
|
||||
return new GenericCardTestHelper(
|
||||
new HashMap<>()
|
||||
{{
|
||||
put("vilya", "73_27");
|
||||
put("vilya", "53_27");
|
||||
put("elrond", "3_13");
|
||||
put("rumil", "1_57");
|
||||
put("thrarin", "1_27");
|
||||
|
||||
@@ -17,7 +17,7 @@ public class Card_03_090_ErrataTests
|
||||
return new GenericCardTestHelper(
|
||||
new HashMap<>()
|
||||
{{
|
||||
put("hand", "73_90");
|
||||
put("hand", "53_90");
|
||||
put("aragorn", "1_89");
|
||||
put("anduril", "7_79");
|
||||
put("pipe", "1_91");
|
||||
|
||||
@@ -18,7 +18,7 @@ public class Card_04_073_ErrataTests
|
||||
return new GenericCardTestHelper(
|
||||
new HashMap<>()
|
||||
{{
|
||||
put("dh", "74_73");
|
||||
put("dh", "54_73");
|
||||
put("merry", "1_302");
|
||||
put("pippin", "1_306");
|
||||
put("fatty", "18_107");
|
||||
|
||||
@@ -17,8 +17,8 @@ public class Card_07_190_ErrataTests
|
||||
return new GenericCardTestHelper(
|
||||
new HashMap<>()
|
||||
{{
|
||||
put("destroyer", "77_190");
|
||||
put("destroyer2", "77_190");
|
||||
put("destroyer", "57_190");
|
||||
put("destroyer2", "57_190");
|
||||
put("nazgul", "1_229");
|
||||
}},
|
||||
GenericCardTestHelper.FellowshipSites,
|
||||
|
||||
@@ -17,7 +17,7 @@ public class Card_08_043_ErrataTests
|
||||
return new GenericCardTestHelper(
|
||||
new HashMap<>()
|
||||
{{
|
||||
put("host", "78_43");
|
||||
put("host", "58_43");
|
||||
put("wraith1", "8_41");
|
||||
put("wraith2", "8_41");
|
||||
}},
|
||||
|
||||
@@ -18,7 +18,7 @@ public class Card_08_059_ErrataTests
|
||||
return new GenericCardTestHelper(
|
||||
new HashMap<>()
|
||||
{{
|
||||
put("galley", "78_59");
|
||||
put("galley", "58_59");
|
||||
put("raider", "4_249");
|
||||
|
||||
put("chaff1", "4_250");
|
||||
|
||||
@@ -21,7 +21,7 @@ public class Card_09_016_ErrataTests
|
||||
return new GenericCardTestHelper(
|
||||
new HashMap<>()
|
||||
{{
|
||||
put("glorfindel", "79_16");
|
||||
put("glorfindel", "59_16");
|
||||
// put other cards in here as needed for the test case
|
||||
}},
|
||||
GenericCardTestHelper.FellowshipSites,
|
||||
|
||||
@@ -28,7 +28,7 @@ public class Card_09_026_ErrataTests
|
||||
return new GenericCardTestHelper(
|
||||
new HashMap<>()
|
||||
{{
|
||||
put("radagast", "79_26");
|
||||
put("radagast", "59_26");
|
||||
|
||||
put("chaff1", "1_3");
|
||||
put("chaff2", "1_3");
|
||||
|
||||
@@ -17,7 +17,7 @@ public class Card_09_027_ErrataTests
|
||||
return new GenericCardTestHelper(
|
||||
new HashMap<>()
|
||||
{{
|
||||
put("sentback", "79_27");
|
||||
put("sentback", "59_27");
|
||||
put("gandalf1", "1_72");
|
||||
put("gandalf2", "7_36");
|
||||
put("radagast1", "9_26");
|
||||
|
||||
@@ -18,7 +18,7 @@ public class Card_10_011_ErrataTests
|
||||
return new GenericCardTestHelper(
|
||||
new HashMap<>()
|
||||
{{
|
||||
put("glr", "80_11");
|
||||
put("glr", "60_11");
|
||||
// put other cards in here as needed for the test case
|
||||
}},
|
||||
GenericCardTestHelper.FellowshipSites,
|
||||
|
||||
@@ -17,7 +17,7 @@ public class Card_10_052_ErrataTests
|
||||
return new GenericCardTestHelper(
|
||||
new HashMap<>()
|
||||
{{
|
||||
put("underfoot", "80_52");
|
||||
put("underfoot", "60_52");
|
||||
put("raider", "4_249");
|
||||
|
||||
put("chaff1", "4_250");
|
||||
|
||||
@@ -17,7 +17,7 @@ public class Card_10_068_ErrataTests
|
||||
return new GenericCardTestHelper(
|
||||
new HashMap<>()
|
||||
{{
|
||||
put("enquea", "80_68");
|
||||
put("enquea", "60_68");
|
||||
put("darkness", "8_68");
|
||||
|
||||
put("rider", "4_286");
|
||||
|
||||
Reference in New Issue
Block a user