From fd2a0166dd62a9ba2fb8871b56954f26e21506c7 Mon Sep 17 00:00:00 2001 From: "marcin.sciesinski" Date: Sun, 15 Apr 2018 14:43:45 -0700 Subject: [PATCH] Changed error reporting link --- .../gemp-lotr-async/src/main/web/hall.html | 2 +- .../src/main/resources/draft/hobbit.json | 58 ------------------- 2 files changed, 1 insertion(+), 59 deletions(-) delete mode 100644 gemp-lotr/gemp-lotr-server/src/main/resources/draft/hobbit.json diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/hall.html b/gemp-lotr/gemp-lotr-async/src/main/web/hall.html index 203cab550..9143ae694 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/hall.html +++ b/gemp-lotr/gemp-lotr-async/src/main/web/hall.html @@ -50,7 +50,7 @@ function () { $("#latestNews").append("
"); $("#latestNews").append("All sets are available to play. " - + "If you find any problems with specific card or rules in general, please report it via e-mail - marcins78@gmail.com."); + + "If you find any problems with specific card or rules in general, please report it on Facebook group - GEMP - LOTR."); chat = new ChatBoxUI("Game Hall", $("#chat"), "/gemp-lotr-server", true, null, false, true); chat.setBounds(2, 2, 780 - 4, 200 - 4); diff --git a/gemp-lotr/gemp-lotr-server/src/main/resources/draft/hobbit.json b/gemp-lotr/gemp-lotr-server/src/main/resources/draft/hobbit.json deleted file mode 100644 index 36e269ba7..000000000 --- a/gemp-lotr/gemp-lotr-server/src/main/resources/draft/hobbit.json +++ /dev/null @@ -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"] - } - } - ] - } - } - ] -}