October 2021 PC Promos

This commit is contained in:
Christian 'ketura' McCarty
2021-10-24 22:22:11 -05:00
parent f9d78e33ec
commit a1344b6b4a
3 changed files with 12 additions and 1 deletions

View File

@@ -157,5 +157,8 @@ var PCCards = {
//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',
//October 2021
'1_368':'https://i.lotrtcgpc.net/promos/2021/10/PCPROMO_FA_01083.jpg',
'1_369':'https://i.lotrtcgpc.net/promos/2021/10/PCPROMO_FA_01127.jpg'
}

View File

@@ -240,4 +240,8 @@ gl_theOneRing,1_2
#Isildur, Bearer of Heirlooms - 2021/09
9_53,9_33
#Shelob, Her Ladyship - 2021/09
10_123,10_23
10_123,10_23
#Servant of the Secret Flame - 2021/10
1_368,1_83
#Lurtz, Servant of Isengard - 2021/10
1_369,1_127

View File

@@ -67,6 +67,10 @@ public class CollectionSerializer {
//September 2021 PC Promos
_singleByteCountItems.add("9_53");
_singleByteCountItems.add("10_123");
//October 2021 PC Promos
_singleByteCountItems.add("1_368");
_singleByteCountItems.add("1_369");
}
private void fillDoubleByteItems() throws IOException {