From f9d78e33ecca669cd98034efa5427ec0abd451c4 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Tue, 5 Oct 2021 18:30:34 -0500 Subject: [PATCH] Enabled Towers Standard Enhanced in the game hall by request. --- .../src/main/resources/lotrFormats.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/gemp-lotr/gemp-lotr-server/src/main/resources/lotrFormats.json b/gemp-lotr/gemp-lotr-server/src/main/resources/lotrFormats.json index b9af859ff..2e71e5d18 100644 --- a/gemp-lotr/gemp-lotr-server/src/main/resources/lotrFormats.json +++ b/gemp-lotr/gemp-lotr-server/src/main/resources/lotrFormats.json @@ -127,6 +127,15 @@ "banned":["1_40", "1_45", "1_80", "1_108", "1_139", "1_234", "1_248", "1_313", "2_32", "2_101", "2_108", "3_38", "3_42", "3_68", "4_192"], "set":[1, 2, 3, 4, 5, 6] }, + { + "name":"Enhanced Towers Standard", + "code":"ts_reflections", + "sites":"TWO_TOWERS", + "cancelRingBearerSkirmish":false, + "banned":["1_40", "1_45", "1_80", "1_108", "1_139", "1_234", "1_248", "1_313", "2_32", "2_101", "2_108", "3_38", "3_42", "3_68", "4_192"], + "set":[1, 2, 3, 4, 5, 6, 9, 14, 16], + "hall":true + }, { "name": "Anything goes", "code":"rev_tow_sta", @@ -161,15 +170,6 @@ "set":[2, 3, 4, 5, 6], "hall":false }, - { - "name":"Towers standard - Sets 1-6,9,14,16", - "code":"ts_reflections", - "sites":"TWO_TOWERS", - "cancelRingBearerSkirmish":false, - "banned":["1_40", "1_45", "1_80", "1_108", "1_139", "1_234", "1_248", "1_313", "2_32", "2_101", "2_108", "3_38", "3_42", "3_68", "4_192"], - "set":[1, 2, 3, 4, 5, 6, 9, 14, 16], - "hall":false - }, { "name":"King Standard", "code":"rotk_sta",