From f3d9e00f83d8e70f123c2f315d5fddc597b12d0c Mon Sep 17 00:00:00 2001 From: Termineitor244 Date: Mon, 1 Nov 2021 21:41:04 -0600 Subject: [PATCH] Skill Limit --- data/json/recipes/practice/melee.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/json/recipes/practice/melee.json b/data/json/recipes/practice/melee.json index 2135e6ec86839..5d775ba97261a 100644 --- a/data/json/recipes/practice/melee.json +++ b/data/json/recipes/practice/melee.json @@ -45,7 +45,7 @@ "skill_used": "cutting", "skills_required": [ [ "melee", 3 ] ], "time": "1 h", - "practice_data": { "min_difficulty": 3, "max_difficulty": 4 }, + "practice_data": { "min_difficulty": 3, "max_difficulty": 4, "skill_limit": 4 }, "autolearn": [ [ "cutting", 3 ] ], "qualities": [ { "id": "HAMMER", "level": 2 } ], "//": "Only historial, real and powerful cutting weapons.", @@ -109,7 +109,7 @@ "skill_used": "bashing", "skills_required": [ [ "melee", 3 ] ], "time": "1 h", - "practice_data": { "min_difficulty": 3, "max_difficulty": 4 }, + "practice_data": { "min_difficulty": 3, "max_difficulty": 4, "skill_limit": 4 }, "autolearn": [ [ "bashing", 3 ] ], "qualities": [ { "id": "HAMMER", "level": 2 } ], "//": "Only historial, powerful bashing weapons.", @@ -164,7 +164,7 @@ "skill_used": "stabbing", "skills_required": [ [ "melee", 3 ] ], "time": "1 h", - "practice_data": { "min_difficulty": 3, "max_difficulty": 4 }, + "practice_data": { "min_difficulty": 3, "max_difficulty": 4, "skill_limit": 4 }, "autolearn": [ [ "stabbing", 3 ] ], "qualities": [ { "id": "HAMMER", "level": 2 } ], "//": "Only historial, powerful stabbing weapons.",