diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-06-22 14:22:29 -0700 |
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-06-22 14:22:29 -0700 |
| commit | d19ca911b45feaf7274602f07715a0723d63a0fd (patch) | |
| tree | 05df3589f0ba05e838917b5f4a6cd4d7f492d17d | |
| parent | Typo (diff) | |
| download | cataclysm-dda-mod_battle-maid-redone-d19ca911b45feaf7274602f07715a0723d63a0fd.tar.xz | |
Reduce the vorpal kitchen knife melee requirement to 8
| -rw-r--r-- | recipes.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes.json b/recipes.json index 81adba3..e1d9c20 100644 --- a/recipes.json +++ b/recipes.json @@ -289,7 +289,7 @@ "subcategory": "CSC_WEAPON_CUTTING", "skill_used": "fabrication", "difficulty": 10, - "skills_required" : [ "melee", 10 ], + "skills_required" : [ "melee", 8 ], "time": "480 m", "reversible": false, "autolearn": true, |
