Changed error reporting link

This commit is contained in:
marcin.sciesinski
2018-04-15 14:43:45 -07:00
parent e9f9dddb59
commit fd2a0166dd
2 changed files with 1 additions and 59 deletions

View File

@@ -50,7 +50,7 @@
function () {
$("#latestNews").append("<div class='serverTime' style='float: right'></div>");
$("#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 via e-mail - <a href='mailto:marcins78@gmail.com'>marcins78@gmail.com</a>.");
+ "If you find any problems with specific card or rules in general, please report it on Facebook group - <a target='_blank' href='https://www.facebook.com/groups/480488908698583/'>GEMP - LOTR</a>.");
chat = new ChatBoxUI("Game Hall", $("#chat"), "/gemp-lotr-server", true, null, false, true);
chat.setBounds(2, 2, 780 - 4, 200 - 4);

View File

@@ -1,58 +0,0 @@
{
"format": "limited_hobbit",
"startingPool": {
"type": "randomCardPool",
"data": {
"seed": 0,
"randomResult": [
["1_1", "1_2"],
["1_3", "1_4"]
]
}
},
"choices": [
{
"type": "singleCollectionPick",
"repeat": 1,
"data": {
"possiblePicks": [
{
"choiceId": "starter1",
"url": "/images/draft1_starter1.jpg",
"cards": ["1_5", "1_6"]
},
{
"choiceId": "starter2",
"url": "/images/draft1_starter2.jpg",
"cards": ["1_7", "1_8"]
}
]
}
},
{
"type": "randomSwitch",
"repeat": 10,
"data": {
"seed": 0,
"switchResult": [
{
"type": "multipleCardPick",
"data": {
"seed": 2,
"count": 3,
"availableCards": ["1_9", "1_10", "1_11", "1_12"]
}
},
{
"type": "multipleCardPick",
"data": {
"seed": 2,
"count": 3,
"availableCards": ["1_13", "1_14", "1_15", "1_16"]
}
}
]
}
}
]
}