Adding August and September gala rewards

This commit is contained in:
Christian 'ketura' McCarty
2023-09-04 19:56:59 -05:00
parent 350bd805d1
commit 1c753fbb89
4 changed files with 31 additions and 3 deletions

View File

@@ -500,6 +500,22 @@ var PCCards = {
//Morgul Squealer MW
'8_125': 'https://i.lotrtcgpc.net/promos/LOTR-EN08O077.0_card.jpg',
//#Ent Horde FA
'6_130': 'https://i.lotrtcgpc.net/promos/LOTR-EN06U028.0_card.jpg'
'6_130': 'https://i.lotrtcgpc.net/promos/LOTR-EN06U028.0_card.jpg',
//August 2023 Gala
//Aragorn's Bow, Ranger's Longbow MW (repeat from July 2022)
//Sirannon Ruins FA
'18_151': 'https://i.lotrtcgpc.net/promos/LOTR-EN18U138.0_card.jpg',
//August 2023 Gala
//Sapling of the White Tree MW
'9_58': 'https://i.lotrtcgpc.net/promos/LOTR-EN09O035.0_card.jpg',
//Gollum, Dark as Darkness FA
'9_59': 'https://i.lotrtcgpc.net/promos/LOTR-EN09U028.0_card.jpg',
//September 2023 World Championship Walk-ons
//Ulaire Enquea, Lieutenant of Mordor FA
'1_382': 'https://i.lotrtcgpc.net/promos/LOTR-EN01U231.0_card.jpg'
}

View File

@@ -336,7 +336,7 @@ var Card = Class.extend({
if (setNo == 17 || setNo == 67 || setNo == 87)
return (cardNo >= 145 && cardNo <= 148);
if (setNo == 18 || setNo == 68 || setNo == 88)
return (cardNo >= 134 && cardNo <= 140);
return (cardNo >= 134 && cardNo <= 140) || cardNo == 151;
if (setNo == 20)
return (cardNo >= 416 && cardNo <= 469);
if (setNo == 30)

View File

@@ -352,3 +352,11 @@ gl_theOneRing,1_2
8_125,8_77
#Ent Horde FA
6_130,6_28
#Sirannon Ruins FA
18_151,18_138
#Ulaire Enquea, Lieutenant of Mordor FA
1_382,1_231
#Sapling of the White Tree MW
9_58,9_35
#Gollum, Dark as Darkness FA
9_59,9_28

View File

@@ -360,6 +360,8 @@
1x8_125
#Ent Horde FA
1x6_130
#Sirannon Ruins FA
1x18_151
]
}
@@ -435,6 +437,8 @@
1x1_381
#Ent Horde FA
1x6_130
#Sirannon Ruins FA
1x18_151
]
}