From 08753e2e1a88813f133e1cb411a27d1d7e4e85c6 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 14 Mar 2023 22:54:38 -0700 Subject: Port to DDA. --- json/recipes/473.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'json/recipes/473.json') diff --git a/json/recipes/473.json b/json/recipes/473.json index 19c764f..4ae0eb7 100644 --- a/json/recipes/473.json +++ b/json/recipes/473.json @@ -1,6 +1,7 @@ [ { "result": "bootleg_473x33mm", + "activity_level": "LIGHT_EXERCISE", "type": "recipe", "category": "CC_AMMO", "subcategory": "CSC_AMMO_RIFLE", @@ -13,16 +14,18 @@ "charges": 1, "reversible": false, "using": [ [ "bullet_forming", 10 ], [ "ammo_bullet", 8 ] ], + "proficiencies": [ { "proficiency": "prof_handloading" } ], "tools": [ [ [ "mold_plastic", -1 ] ] ], "components": [ [ [ "473mm_mold", 1 ] ], [ [ "smrifle_primer", 1 ] ], - [ [ "gunpowder", 6 ] ], + [ [ "gunpowder", 17 ], [ "gunpowder_magnum_pistol", 17 ], [ "gunpowder_rifle", 17 ] ], [ [ "copper", 1 ] ] ] }, { "type": "recipe", + "activity_level": "LIGHT_EXERCISE", "result": "473mm_mold", "category": "CC_AMMO", "subcategory": "CSC_AMMO_COMPONENTS", @@ -34,6 +37,7 @@ "book_learn": [ [ "recipe_caseless", 5 ] ], "reversible": false, "using": [ [ "surface_heat", 10 ] ], + "proficiencies": [ { "proficiency": "prof_plasticworking", "required": false, "time_multiplier": 1.5 } ], "tools": [ [ [ "mold_plastic", -1 ] ] ], "components": [ [ [ "plastic_chunk", 1 ] ] ] } -- cgit v1.2.1