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

@@ -263,6 +263,11 @@ var PCCards = {
'7_366':'https://i.lotrtcgpc.net/promos/2021/12/PCPROMO_FA_07079.jpg',
//Pavice FA
'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

@@ -271,4 +271,8 @@ gl_theOneRing,1_2
#Anduril, Flame of the West FA
7_366,7_79
#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

@@ -99,6 +99,11 @@ public class CollectionSerializer {
_singleByteCountItems.add("1_374");
_singleByteCountItems.add("7_366");
_singleByteCountItems.add("11_270");
//July 2022 PC Promos
_singleByteCountItems.add("19_41");
_singleByteCountItems.add("15_208");
}