From 0f377b5276cba6bca2b1bad261fe3125bd2d6abd Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Wed, 4 Oct 2023 16:35:29 -0700
Subject: Increase difficulty of crafting 4.73mm rounds.

---
 json/recipes/473.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'json/recipes')

diff --git a/json/recipes/473.json b/json/recipes/473.json
index c0011ff..ef77185 100644
--- a/json/recipes/473.json
+++ b/json/recipes/473.json
@@ -5,11 +5,11 @@
     "category": "CC_AMMO",
     "subcategory": "CSC_AMMO_RIFLE",
     "skill_used": "fabrication",
-    "difficulty": 6,
-    "skills_required": [ "gun", 5 ],
+    "difficulty": 7,
+    "skills_required": [ "gun", 6 ],
     "time": "2 m",
     "batch_time_factors": [ 60, 5 ],
-    "book_learn": [ [ "recipe_caseless", 4 ] ],
+    "book_learn": [ [ "recipe_caseless", 5 ] ],
     "charges": 1,
     "reversible": false,
     "using": [ [ "bullet_forming", 10 ], [ "ammo_bullet", 8 ] ],
-- 
cgit v1.2.1