Adding special Holidays Gandalf.
This commit is contained in:
@@ -198,6 +198,8 @@
|
||||
15_201,15_184
|
||||
15_202,15_185
|
||||
15_203,15_186
|
||||
# Special Holidays Gandalf
|
||||
15_207,15_29
|
||||
# Masterworks in Rise of Saruman
|
||||
17_149,17_24
|
||||
17_150,17_20
|
||||
|
||||
@@ -202,4 +202,5 @@
|
||||
15A203
|
||||
15C204
|
||||
15C205
|
||||
15C206
|
||||
15C206
|
||||
15A207
|
||||
@@ -51,7 +51,7 @@ public class LotroServer extends AbstractServer {
|
||||
|
||||
// Hunters have 1-194 normal cards, 9 "O" cards, and 3 extra to cover the different culture versions of 15_60
|
||||
|
||||
final int[] cardCounts = new int[]{129, 365, 122, 122, 365, 128, 128, 365, 122, 52, 122, 266, 203, 203, 15, 206, 6, 157, 149, 40};
|
||||
final int[] cardCounts = new int[]{129, 365, 122, 122, 365, 128, 128, 365, 122, 52, 122, 266, 203, 203, 15, 207, 6, 157, 149, 40};
|
||||
|
||||
Thread thr = new Thread(
|
||||
new Runnable() {
|
||||
|
||||
@@ -3,8 +3,10 @@ var cardScale = 357 / 497;
|
||||
var fixedImages = {
|
||||
// "Forth the Three Hunters!" cards, separate special images
|
||||
"15_204": "http://lotrtcgdb.com/images/LOTR15060D.jpg",
|
||||
"15_205": "http://lotrtcgdb.com/images/LOTR15060E.jpg",
|
||||
"15_206": "http://lotrtcgdb.com/images/LOTR15060G.jpg"
|
||||
"15_205": "http://lotrtcgdb.com/images/LOTR15060E.jpg",
|
||||
"15_206": "http://lotrtcgdb.com/images/LOTR15060G.jpg",
|
||||
// Holidays Gandalf
|
||||
"15_207": "http://lotrtcgdb.com/images/LOTR15029H.jpg"
|
||||
};
|
||||
|
||||
var packBlueprints = {
|
||||
|
||||
Reference in New Issue
Block a user