From fd108a8d3cd5e4ee08a44389d91e55d02759e926 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 2 Oct 2023 14:46:55 -0700 Subject: Convert 20xx66mm to use reloaded instead of bootleg in item id. --- json/recipes/weapons/ammo/rivtech.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'json/recipes/weapons/ammo/rivtech.json') diff --git a/json/recipes/weapons/ammo/rivtech.json b/json/recipes/weapons/ammo/rivtech.json index 9313a12..ec1bc40 100644 --- a/json/recipes/weapons/ammo/rivtech.json +++ b/json/recipes/weapons/ammo/rivtech.json @@ -85,16 +85,16 @@ ] }, { - "result": "20x66_bootleg_shot", + "result": "20x66_shot_reloaded", "type": "recipe", "category": "CC_AMMO", "subcategory": "CSC_AMMO_SHOT", "skill_used": "fabrication", - "difficulty": 6, + "difficulty": 8, "skills_required": [ "gun", 5 ], "time": "2 m", "batch_time_factors": [ 60, 5 ], - "book_learn": [ [ "recipe_caseless", 4 ] ], + "book_learn": [ [ "recipe_caseless", 5 ] ], "charges": 1, "using": [ [ "bullet_forming", 10 ], [ "ammo_bullet", 10 ] ], "tools": [ [ [ "mold_plastic", -1 ] ] ], @@ -105,16 +105,16 @@ ] }, { - "result": "20x66_bootleg_slug", + "result": "20x66_slug_reloaded", "type": "recipe", "category": "CC_AMMO", "subcategory": "CSC_AMMO_SHOT", "skill_used": "fabrication", - "difficulty": 6, + "difficulty": 8, "skills_required": [ "gun", 5 ], "time": "2 m", "batch_time_factors": [ 60, 5 ], - "book_learn": [ [ "recipe_caseless", 4 ] ], + "book_learn": [ [ "recipe_caseless", 5 ] ], "charges": 1, "using": [ [ "bullet_forming", 10 ], [ "ammo_bullet", 20 ] ], "tools": [ [ [ "mold_plastic", -1 ] ] ], @@ -125,16 +125,16 @@ ] }, { - "result": "20x66_bootleg_flechette", + "result": "20x66_flechette_reloaded", "type": "recipe", "category": "CC_AMMO", "subcategory": "CSC_AMMO_SHOT", "skill_used": "fabrication", - "difficulty": 6, + "difficulty": 8, "skills_required": [ "gun", 5 ], "time": "2 m", "batch_time_factors": [ 60, 5 ], - "book_learn": [ [ "recipe_caseless", 4 ] ], + "book_learn": [ [ "recipe_caseless", 5 ] ], "charges": 1, "using": [ [ "bullet_forming", 10 ] ], "tools": [ [ [ "mold_plastic", -1 ] ] ], @@ -146,16 +146,16 @@ ] }, { - "result": "20x66_bootleg_inc", + "result": "20x66_inc_reloaded", "type": "recipe", "category": "CC_AMMO", "subcategory": "CSC_AMMO_SHOT", "skill_used": "fabrication", - "difficulty": 6, + "difficulty": 8, "skills_required": [ "gun", 5 ], "time": "2 m", "batch_time_factors": [ 60, 5 ], - "book_learn": [ [ "recipe_caseless", 4 ] ], + "book_learn": [ [ "recipe_caseless", 5 ] ], "charges": 1, "using": [ [ "bullet_forming", 10 ], [ "ammo_bullet", 10 ] ], "tools": [ [ [ "mold_plastic", -1 ] ] ], @@ -167,16 +167,16 @@ ] }, { - "result": "20x66_bootleg_flare", + "result": "20x66_flare_reloaded", "type": "recipe", "category": "CC_AMMO", "subcategory": "CSC_AMMO_SHOT", "skill_used": "fabrication", - "difficulty": 6, + "difficulty": 8, "skills_required": [ "gun", 5 ], "time": "2 m", "batch_time_factors": [ 60, 5 ], - "book_learn": [ [ "recipe_caseless", 4 ] ], + "book_learn": [ [ "recipe_caseless", 5 ] ], "charges": 1, "using": [ [ "bullet_forming", 10 ] ], "tools": [ [ [ "mold_plastic", -1 ] ] ], @@ -214,6 +214,6 @@ "book_learn": [ [ "recipe_caseless", 5 ] ], "using": [ [ "surface_heat", 10 ] ], "tools": [ [ [ "mold_plastic", -1 ] ] ], - "components": [ [ [ "plastic_chunk", 1 ] ] ] + "components": [ [ [ "plastic_chunk", 4 ] ] ] } ] -- cgit v1.2.1