From 7f427ee2a8e7ac0ab8da15e588574c8b1e843bdd Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 2 Nov 2020 21:14:35 -0800 Subject: Add the G11K2 rifle --- json/recipes/473.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 json/recipes/473.json (limited to 'json/recipes') diff --git a/json/recipes/473.json b/json/recipes/473.json new file mode 100644 index 0000000..aa4c632 --- /dev/null +++ b/json/recipes/473.json @@ -0,0 +1,38 @@ +[ + { + "result": "bootleg_473x33mm", + "type": "recipe", + "category": "CC_AMMO", + "subcategory": "CSC_AMMO_RIFLE", + "skill_used": "fabrication", + "difficulty": 6, + "skills_required": [ "gun", 5 ], + "time": "2 m", + "batch_time_factors": [ 60, 5 ], + "book_learn": [ [ "recipe_caseless", 4 ] ], + "charges": 1, + "using": [ [ "bullet_forming", 10 ], [ "ammo_bullet", 8 ] ], + "tools": [ [ [ "mold_plastic", -1 ] ] ], + "components": [ + [ [ "473mm_mold", 1 ] ], + [ [ "smrifle_primer", 1 ] ], + [ [ "gunpowder", 7 ], [ "gunpowder_rifle", 6 ] ], + [ [ "copper", 1 ] ] + ] + }, + { + "type": "recipe", + "result": "473mm_mold", + "category": "CC_AMMO", + "subcategory": "CSC_AMMO_COMPONENTS", + "skill_used": "fabrication", + "difficulty": 2, + "charges": 25, + "skills_required": [ "gun", 4 ], + "time": "10 m", + "book_learn": [ [ "recipe_caseless", 5 ] ], + "using": [ [ "surface_heat", 10 ] ], + "tools": [ [ [ "mold_plastic", -1 ] ] ], + "components": [ [ [ "plastic_chunk", 1 ] ] ] + } +] -- cgit v1.2.1