Adding September weekend league promos
This commit is contained in:
@@ -284,5 +284,11 @@ var PCCards = {
|
|||||||
'101_65': 'https://i.lotrtcgpc.net/promos/LOTR-ENV1A020.0_card.jpg',
|
'101_65': 'https://i.lotrtcgpc.net/promos/LOTR-ENV1A020.0_card.jpg',
|
||||||
// I See You FA (V1_46)
|
// I See You FA (V1_46)
|
||||||
'101_66': 'https://i.lotrtcgpc.net/promos/LOTR-ENV1A046.0_card.jpg',
|
'101_66': 'https://i.lotrtcgpc.net/promos/LOTR-ENV1A046.0_card.jpg',
|
||||||
|
|
||||||
|
//September 2022 Weekend League Promos
|
||||||
|
//Gimli ARB Masterwork (9R+4)
|
||||||
|
'9_53': 'https://i.lotrtcgpc.net/promos/LOTR-EN09O004.0_card.jpg',
|
||||||
|
//Desert Lord FA (4R219)
|
||||||
|
'4_366': 'https://i.lotrtcgpc.net/promos/LOTR-EN04A219.0_card.jpg',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -279,4 +279,8 @@ gl_theOneRing,1_2
|
|||||||
#Boromir, Redeemed FA (V1_20)
|
#Boromir, Redeemed FA (V1_20)
|
||||||
101_65,101_20
|
101_65,101_20
|
||||||
#I See You FA (V1_46)
|
#I See You FA (V1_46)
|
||||||
101_66,101_46
|
101_66,101_46
|
||||||
|
#Gimli ARB Masterwork
|
||||||
|
9_53,9_4
|
||||||
|
#Desert Lord FA
|
||||||
|
4_366,4_219
|
||||||
@@ -105,10 +105,14 @@ public class CollectionSerializer {
|
|||||||
//July 2022 PC Promos
|
//July 2022 PC Promos
|
||||||
_singleByteCountItems.add("19_41");
|
_singleByteCountItems.add("19_41");
|
||||||
_singleByteCountItems.add("15_208");
|
_singleByteCountItems.add("15_208");
|
||||||
|
|
||||||
//August 2022 PC Promos
|
//August 2022 PC Promos
|
||||||
_singleByteCountItems.add("101_65");
|
_singleByteCountItems.add("101_65");
|
||||||
_singleByteCountItems.add("101_66");
|
_singleByteCountItems.add("101_66");
|
||||||
|
|
||||||
|
//September 2022 PC Promos
|
||||||
|
_singleByteCountItems.add("9_53");
|
||||||
|
_singleByteCountItems.add("4_366");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void fillDoubleByteItems() throws IOException {
|
private void fillDoubleByteItems() throws IOException {
|
||||||
|
|||||||
Reference in New Issue
Block a user