diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-022/PC_Cards.js b/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-022/PC_Cards.js index c3f5ed443..718a1282c 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-022/PC_Cards.js +++ b/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-022/PC_Cards.js @@ -483,6 +483,18 @@ var PCCards = { '53_90': 'https://i.lotrtcgpc.net/errata/LOTR-EN03E090.2_card.jpg', '57_190': 'https://i.lotrtcgpc.net/errata/LOTR-EN07E190.1_card.jpg', '60_68': 'https://i.lotrtcgpc.net/errata/LOTR-EN10E068.1_card.jpg', + + //June 2023 Gala + //Saruman, Black Traitor FA + '4_368': 'https://i.lotrtcgpc.net/errata/LOTR-EN04U173.0_card.jpg', + //Saruman's Staff, Wizard's Device FA + '4_369': 'https://i.lotrtcgpc.net/errata/LOTR-EN04U174.0_card.jpg', + + //June 2023 Qualifier League + //Gandalf, The Grey Pilgrim MW + '2_126': 'https://i.lotrtcgpc.net/errata/LOTR-EN02O122.0_card.jpg', + //Blade Tip FA + '1_381': 'https://i.lotrtcgpc.net/errata/LOTR-EN01U209.0_card.jpg', } diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/blueprintMapping.txt b/gemp-lotr/gemp-lotr-cards/src/main/resources/blueprintMapping.txt index 2ad45ab80..ccf037ce8 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/blueprintMapping.txt +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/blueprintMapping.txt @@ -339,4 +339,12 @@ gl_theOneRing,1_2 #The Tale of the Great Ring MW 10_126,10_116 #Easterling Captain FA -4_367,4_225 \ No newline at end of file +4_367,4_225 +#Saruman, Black Traitor FA +4_368,4_173 +#Saruman's Staff, Wizard's Device FA +4_369,4_174 +#Gandalf, The Grey Pilgrim MW +2_126,2_122 +#Blade Tip FA +1_381,1_209 \ No newline at end of file diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/product/Misc-Packs.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/product/Misc-Packs.hjson index d279c8e81..2cbc688fc 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/product/Misc-Packs.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/product/Misc-Packs.hjson @@ -194,6 +194,14 @@ 1x4_367 //The Tale of the Great Ring MW 1x10_126 + #Saruman, Black Traitor FA + 1x4_368 + #Saruman's Staff, Wizard's Device FA + 1x4_369 + #Gandalf, The Grey Pilgrim MW + 1x2_126 + #Blade Tip FA + 1x1_381 ] } @@ -391,6 +399,8 @@ //1x101_67 //The Tale of the Great Ring MW 1x10_126 + #Gandalf, The Grey Pilgrim MW + 1x2_126 ] } ] \ No newline at end of file