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 8a2f3b3a8..693c3c93b 100644 --- a/gemp-lotr/gemp-lotr-server/src/main/resources/lotrFormats.json +++ b/gemp-lotr/gemp-lotr-server/src/main/resources/lotrFormats.json @@ -99,6 +99,14 @@ "set":[1, 2, 3, 4, 5, 6, 9, 14, 16], "hall":false }, + { + "name":"King Standard", + "code":"king_standard", + "sites":"KING", + "cancelRingBearerSkirmish":true, + "banned":["1_40", "1_45","1_80", "1_108", "1_139", "1_195", "1_234", "1_248", "1_313", "2_32", "2_101", "2_108", "3_38", "3_42", "3_67", "3_68", "3_106", "3_108"], + "set":[1, 2, 3, 4, 5, 6, 7] + }, { "name":"King block", "code":"king_block", @@ -267,5 +275,38 @@ "ruleOfFour":false, "winOnControlling5Sites":true, "hall":true - } -] \ No newline at end of file + }, + { + "name":"Hobbit Main Deck", + "code":"hobbit_main", + "sites":"HOBBIT", + "cancelRingBearerSkirmish":true, + "restricted":["21_2", "21_22", "21_5", "21_43", "21_44", "21_45", "21_46", "21_6", "21_7", "21_8", "21_9", "21_21", "21_10", "21_25", "21_26", "21_27", "21_28", "21_29", "21_11", "21_12", "21_15", "21_16", "21_17", "21_18", "21_58", "21_47", "21_48", "21_19"], + "limit2":["21_33", "21_34", "21_36", "21_37", "21_38", "21_41"], + "limit3":["21_23", "21_1", "21_3", "21_4", "21_24", "21_30", "21_13", "21_14", "21_31", "21_20", "21_32", "21_39", "21_40"], + "set":[21], + "hall":true + }, + { + "name":"Hobbit: The Short Rest", + "code":"hobbit_tsr", + "sites":"HOBBIT", + "cancelRingBearerSkirmish":true, + "restricted":["21_2", "21_22", "21_5", "21_43", "21_44", "21_45", "21_46", "21_6", "21_7", "21_8", "21_9", "21_21", "21_10", "21_25", "21_26", "21_27", "21_28", "21_29", "21_11", "21_12", "21_15", "21_16", "21_17", "21_18", "21_58", "21_47", "21_48", "21_19"], + "limit2":["21_33", "21_34", "21_36", "21_37", "21_38", "21_41"], + "limit3":["21_23", "21_1", "21_3", "21_4", "21_24", "21_30", "21_13", "21_14", "21_31", "21_20", "21_32", "21_39", "21_40"], + "set":[21, 22], + "hall":false + }, + { + "name":"Hobbit: The Clouds Burst", + "code":"hobbit_tcb", + "sites":"HOBBIT", + "cancelRingBearerSkirmish":true, + "restricted":["21_2", "21_22", "21_5", "21_43", "21_44", "21_45", "21_46", "21_6", "21_7", "21_8", "21_9", "21_21", "21_10", "21_25", "21_26", "21_27", "21_28", "21_29", "21_11", "21_12", "21_15", "21_16", "21_17", "21_18", "21_58", "21_47", "21_48", "21_19"], + "limit2":["21_33", "21_34", "21_36", "21_37", "21_38", "21_41"], + "limit3":["21_23", "21_1", "21_3", "21_4", "21_24", "21_30", "21_13", "21_14", "21_31", "21_20", "21_32", "21_39", "21_40"], + "set":[21, 23], + "hall":false + } +]