Adding July PC Weekend League promos

This commit is contained in:
Christian 'ketura' McCarty
2022-07-12 01:56:21 -05:00
parent d4cf809eef
commit e5c06ee3bb
3 changed files with 16 additions and 2 deletions

View File

@@ -264,5 +264,10 @@ var PCCards = {
//Pavice FA //Pavice FA
'11_270':'https://i.lotrtcgpc.net/promos/2021/12/PCPROMO_FA_11094.jpg', '11_270':'https://i.lotrtcgpc.net/promos/2021/12/PCPROMO_FA_11094.jpg',
//July Weekend League Promos
// The Balrog, Demon of Might FA
'19_41':'https://i.lotrtcgpc.net/promos/2022/07/PCPROMO_FA_19018.jpg',
// Aragorn's Bow, Ranger's Longbow MW
'15_208''https://i.lotrtcgpc.net/promos/2022/07/PCPROMO_MW_15056.jpg',
} }

View File

@@ -272,3 +272,7 @@ gl_theOneRing,1_2
7_366,7_79 7_366,7_79
#Pavice FA #Pavice FA
11_270,11_94 11_270,11_94
#The Balrog, Demon of Might FA
19_41,19_18
#Aragorn's Bow, Ranger's Longbow MW
15_208,15_56

View File

@@ -100,6 +100,11 @@ public class CollectionSerializer {
_singleByteCountItems.add("7_366"); _singleByteCountItems.add("7_366");
_singleByteCountItems.add("11_270"); _singleByteCountItems.add("11_270");
//July 2022 PC Promos
_singleByteCountItems.add("19_41");
_singleByteCountItems.add("15_208");
} }
private void fillDoubleByteItems() throws IOException { private void fillDoubleByteItems() throws IOException {