Adding September PC Promos (Isildur + Shelob)

This commit is contained in:
Christian 'ketura' McCarty
2021-09-19 21:32:25 -05:00
parent 99220a4b7f
commit 9f70e45c6e
3 changed files with 14 additions and 3 deletions

View File

@@ -154,5 +154,8 @@ var PCCards = {
//August 2021
'1_366': 'https://i.lotrtcgpc.net/promos/2021/08/PCPROMO_FA_01298.jpg',
'1_367': 'https://i.lotrtcgpc.net/promos/2021/08/PCPROMO_FA_01349.jpg',
//September 2021
'9_53': 'https://i.lotrtcgpc.net/promos/2021/09/PCPROMO_FA_09033.jpg',
'10_123':'https://i.lotrtcgpc.net/promos/2021/09/PCPROMO_FA_10123.jpg',
}

View File

@@ -233,7 +233,11 @@ gl_theOneRing,1_2
11_267,11_54
#The Witch-king, Captain of the Nine Riders
11_268,11_226
#Hobbit Stealth
#Hobbit Stealth - 2021/08
1_366,1_298
#Bridge of Khazad-dum
#Bridge of Khazad-dum - 2021/08
1_367,1_349
#Isildur, Bearer of Heirlooms - 2021/09
9_53,9_33
#Shelob, Her Ladyship - 2021/09
10_123,10_23

View File

@@ -59,10 +59,14 @@ public class CollectionSerializer {
//April 2021 PC Promos
_singleByteCountItems.add("11_267");
_singleByteCountItems.add("11_268");
//August 2021 PC Promos
_singleByteCountItems.add("1_366");
_singleByteCountItems.add("1_367");
//September 2021 PC Promos
_singleByteCountItems.add("9_53");
_singleByteCountItems.add("10_123");
}
private void fillDoubleByteItems() throws IOException {