Adding November 2021 PC Promos

This commit is contained in:
Christian 'ketura' McCarty
2021-11-23 00:51:42 -06:00
parent 22fad69269
commit b55682f316
3 changed files with 13 additions and 2 deletions

View File

@@ -159,6 +159,9 @@ var PCCards = {
'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'
'1_369':'https://i.lotrtcgpc.net/promos/2021/10/PCPROMO_FA_01127.jpg',
//November 2021
'8_123':'https://i.lotrtcgpc.net/promos/2021/11/PCPROMO_FA_08102.jpg',
'9_54':'https://i.lotrtcgpc.net/promos/2021/11/PCPROMO_FA_09014.jpg',
}

View File

@@ -244,4 +244,8 @@ gl_theOneRing,1_2
#Servant of the Secret Flame - 2021/10
1_368,1_83
#Lurtz, Servant of Isengard - 2021/10
1_369,1_127
1_369,1_127
#Galadriel, Bearer of Wisdom - 2021/11
9_54,9_14
#Great Hill Troll - 2021/11
8_123,8_102

View File

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