Adding October 2022 PC Promos

This commit is contained in:
Christian 'ketura' McCarty
2022-10-25 02:21:56 -05:00
parent be4f7e3d17
commit 828e562937
3 changed files with 16 additions and 1 deletions

View File

@@ -290,5 +290,12 @@ var PCCards = {
'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',
//October 2022 Weekend League Promos
//Sam, Bearer of Great Need MW (13R156)
'13_204': 'https://i.lotrtcgpc.net/promos/LOTR-EN13O156.0_card.jpg',
//Gothmog, Morgul Leader FA (18R80)
'18_150': 'https://i.lotrtcgpc.net/promos/LOTR-EN18A080.0_card.jpg',
}

View File

@@ -283,4 +283,8 @@ gl_theOneRing,1_2
#Gimli ARB Masterwork
9_53,9_4
#Desert Lord FA
4_366,4_219
4_366,4_219
#Sam, Bearer of Great Need MW
13_204,13_156
#Gothmog, Morgul Leader FA
18_150,18_80

View File

@@ -113,6 +113,10 @@ public class CollectionSerializer {
//September 2022 PC Promos
_singleByteCountItems.add("9_53");
_singleByteCountItems.add("4_366");
//October 2022 PC Promos
_singleByteCountItems.add("13_204");
_singleByteCountItems.add("18_150");
}
private void fillDoubleByteItems() throws IOException {