Adding August 2022 PC promo cards

This commit is contained in:
Christian 'ketura' McCarty
2022-08-29 04:53:45 -05:00
parent 3f5b726612
commit 228f2d199f
3 changed files with 14 additions and 2 deletions

View File

@@ -278,5 +278,11 @@ var PCCards = {
'58_57': 'https://i.lotrtcgpc.net/errata/LOTR-EN08E057.2_card.jpg',
'65_64': 'https://i.lotrtcgpc.net/errata/LOTR-EN15E064.2_card.jpg',
'65_112': 'https://i.lotrtcgpc.net/errata/LOTR-EN15E112.1_card.jpg',
//August Weekend League Promos
// Boromir, Redeemed FA (V1_20)
'101_65': 'https://i.lotrtcgpc.net/promos/LOTR-ENV1A020.0_card.jpg',
// I See You FA (V1_46)
'101_66': 'https://i.lotrtcgpc.net/promos/LOTR-ENV1A046.0_card.jpg',
}

View File

@@ -275,4 +275,8 @@ gl_theOneRing,1_2
#The Balrog, Demon of Might FA
19_41,19_18
#Aragorn's Bow, Ranger's Longbow MW
15_208,15_56
15_208,15_56
#Boromir, Redeemed FA (V1_20)
101_65,101_20
#I See You FA (V1_46)
101_66,101_46

View File

@@ -104,7 +104,9 @@ public class CollectionSerializer {
_singleByteCountItems.add("19_41");
_singleByteCountItems.add("15_208");
//August 2022 PC Promos
_singleByteCountItems.add("101_65");
_singleByteCountItems.add("101_66");
}
private void fillDoubleByteItems() throws IOException {