Adding 2021 Holiday Promos

This commit is contained in:
Christian 'ketura' McCarty
2021-12-21 01:54:27 -06:00
parent ca647787ea
commit 4142acfb6f
3 changed files with 62 additions and 0 deletions

View File

@@ -237,6 +237,31 @@ var PCCards = {
'88_112': 'https://i.lotrtcgpc.net/errata/balancing/88_112.jpg',
'89_38': 'https://i.lotrtcgpc.net/errata/balancing/89_038.jpg',
// Christmas 2021 Promos
//Holiday Boromir, Son of Denethor
'1_370':'https://i.lotrtcgpc.net/promos/2021/12/PCPROMO_MW_01097.jpg',
//Holiday Aragorn, Ranger of the North
'1_371':'https://i.lotrtcgpc.net/promos/2021/12/PCPROMO_MW_01089.jpg',
//Legolas, Greenleaf MW
'1_372':'https://i.lotrtcgpc.net/promos/2021/12/PCPROMO_MW_01050.jpg',
//Goblin Armory MW
'1_373':'https://i.lotrtcgpc.net/promos/2021/12/PCPROMO_MW_01173.jpg',
//Durin III, Dwarven Lord MW
'9_55':'https://i.lotrtcgpc.net/promos/2021/12/PCPROMO_MW_09003.jpg',
//Eowyn, Lady of Ithilien MW
'10_124':'https://i.lotrtcgpc.net/promos/2021/12/PCPROMO_MW_10072.jpg',
//Halbarad, Ranger of the North MW
'14_16':'https://i.lotrtcgpc.net/promos/2021/12/PCPROMO_MW_14009.jpg',
//Gandalf, Leader of the Company MW
'11_269':'https://i.lotrtcgpc.net/promos/2021/12/PCPROMO_MW_11033.jpg',
//Hobbit Sword FA
'1_374':'https://i.lotrtcgpc.net/promos/2021/12/PCPROMO_FA_01299.jpg',
//Anduril, Flame of the West FA
'7_366':'https://i.lotrtcgpc.net/promos/2021/12/PCPROMO_FA_07079.jpg',
//Pavice FA
'11_270':'https://i.lotrtcgpc.net/promos/2021/12/PCPROMO_FA_11094.jpg',
}

View File

@@ -249,3 +249,26 @@ gl_theOneRing,1_2
9_54,9_14
#Great Hill Troll - 2021/11
8_123,8_102
# Christmas 2021
#Holiday Boromir, Son of Denethor
1_370,1_97
#Holiday Aragorn, Ranger of the North
1_371,1_89
#Legolas, Greenleaf MW
1_372,1_50
#Goblin Armory MW
1_373,1_173
#Durin III, Dwarven Lord MW
9_55,9_3
#Eowyn, Lady of Ithilien MW
10_124,10_72
#Halbarad, Ranger of the North MW
14_16,14_9
#Gandalf, Leader of the Company MW
11_269,11_33
#Hobbit Sword FA
1_374,1_299
#Anduril, Flame of the West FA
7_366,7_79
#Pavice FA
11_270,11_94

View File

@@ -86,6 +86,20 @@ public class CollectionSerializer {
_singleByteCountItems.add("9_54");
loadSet("33");
//Holiday 2021 Promos
_singleByteCountItems.add("1_370");
_singleByteCountItems.add("1_371");
_singleByteCountItems.add("1_372");
_singleByteCountItems.add("1_373");
_singleByteCountItems.add("9_55");
_singleByteCountItems.add("10_124");
_singleByteCountItems.add("14_16");
_singleByteCountItems.add("11_269");
_singleByteCountItems.add("1_374");
_singleByteCountItems.add("7_366");
_singleByteCountItems.add("11_270");
}
private void fillDoubleByteItems() throws IOException {