- Added set 19 (Ages End)
This commit is contained in:
@@ -51,12 +51,12 @@ 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};
|
||||
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};
|
||||
|
||||
Thread thr = new Thread(
|
||||
new Runnable() {
|
||||
public void run() {
|
||||
for (int i = 0; i <= 18; i++) {
|
||||
for (int i = 0; i <= 19; i++) {
|
||||
for (int j = 1; j <= cardCounts[i]; j++) {
|
||||
String blueprintId = i + "_" + j;
|
||||
try {
|
||||
|
||||
@@ -165,7 +165,7 @@
|
||||
|
||||
$(document).ready(
|
||||
function() {
|
||||
$("#latestNews").append("<b>Sets 01-18 are available to play.</b> "
|
||||
$("#latestNews").append("<b>All sets are available to play.</b> "
|
||||
+ "If you find any problems with specific card or rules in general, please report it <a href='http://lotrtcgdb.com/forums/index.php/topic,7592.0.html'>at the TLHH forums</a>.");
|
||||
|
||||
var chat = new ChatBoxUI("Game Hall", $("#chat"), "/gemp-lotr/server", true);
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
<b>9 Mar. 2012</b>
|
||||
- When a card stacks cards from discard, it does it now correctly if the number of cards in discard is exactly the same
|
||||
as it has to stack (if no selection is needed).
|
||||
- Added set 19 (Ages End)
|
||||
|
||||
<b>8 Mar. 2012</b>
|
||||
- Added set 18 (Treachery & Deceit)
|
||||
|
||||
Reference in New Issue
Block a user