From 7feee73713d554a5485a9fd12ad5f298c8a22928 Mon Sep 17 00:00:00 2001 From: dmasalin Date: Tue, 7 Apr 2020 13:39:14 -0400 Subject: [PATCH] Update lotrFormats.json --- .../gemp-lotr-server/src/main/resources/lotrFormats.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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 1131d657c..261134158 100644 --- a/gemp-lotr/gemp-lotr-server/src/main/resources/lotrFormats.json +++ b/gemp-lotr/gemp-lotr-server/src/main/resources/lotrFormats.json @@ -393,5 +393,14 @@ "maximumSameName":100, "set":[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "hall":false + }, + { + "name":"Limited", + "code":"limited_hunters", + "sites":"SHADOWS", + "cancelRingBearerSkirmish":false, + "maximumSameName":100, + "set":[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], + "hall":false } ]