diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-09-11 18:28:38 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-09-11 18:28:38 -0700 |
commit | a0d104dea5a7f047ae4e24a4925aee66bd1466c0 (patch) | |
tree | 3cdfd794d8f39da5f2b2689f42cb4ec14e7a77ad /json | |
parent | Also remove n-round from magazine names if the only other magazine is makeshift. (diff) | |
download | cataclysm-bn-mod_hk-loadout-a0d104dea5a7f047ae4e24a4925aee66bd1466c0.tar.xz |
Make crafting homemade 4.73mm rounds more difficult.
Diffstat (limited to 'json')
-rw-r--r-- | json/recipes/473.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json/recipes/473.json b/json/recipes/473.json index ef77185..7439198 100644 --- a/json/recipes/473.json +++ b/json/recipes/473.json @@ -5,7 +5,7 @@ "category": "CC_AMMO", "subcategory": "CSC_AMMO_RIFLE", "skill_used": "fabrication", - "difficulty": 7, + "difficulty": 10, "skills_required": [ "gun", 6 ], "time": "2 m", "batch_time_factors": [ 60, 5 ], |