Skip to content

Commit

Permalink
Merge pull request CleverRaven#52590 from Termineitor244/Melee-traini…
Browse files Browse the repository at this point in the history
…ng-fixes

Fixes skill limit for melee weapons practice recipes
  • Loading branch information
Rivet-the-Zombie authored Nov 2, 2021
2 parents a37d197 + f3d9e00 commit 034f9de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/recipes/practice/melee.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -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.",
Expand Down Expand Up @@ -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.",
Expand Down

0 comments on commit 034f9de

Please sign in to comment.