From d9dd69087542c64ab20d1ab6665732d0911913f0 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 14 Mar 2023 13:09:59 -0700 Subject: Port to DDA. --- json/recipes/other/materials.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'json/recipes/other') diff --git a/json/recipes/other/materials.json b/json/recipes/other/materials.json index 1d2df2d..b0e28a3 100644 --- a/json/recipes/other/materials.json +++ b/json/recipes/other/materials.json @@ -2,6 +2,7 @@ { "type": "recipe", "//": "Loosely based on plastic chunk from plastic bag recipe", + "activity_level": "LIGHT_EXERCISE", "result": "rubber_slug", "category": "CC_AMMO", "subcategory": "CSC_AMMO_COMPONENTS", @@ -12,6 +13,7 @@ "book_learn": [ [ "textbook_anarch", 6 ] ], "reversible": false, "qualities": [ { "id": "BOIL", "level": 2 }, { "id": "CHEM", "level": 3 } ], + "proficiencies": [ { "proficiency": "prof_plasticworking", "required": false, "time_multiplier": 1.5 } ], "tools": [ [ [ "surface_heat", 15, "LIST" ] ], [ [ "mold_plastic", -1 ] ] @@ -23,6 +25,7 @@ { "result": "delay_fuze", "//": "Loosely based on fuse and wire recipes", + "activity_level": "LIGHT_EXERCISE", "type": "recipe", "category": "CC_OTHER", "subcategory": "CSC_OTHER_MATERIALS", @@ -53,6 +56,7 @@ { "result": "impact_fuze", "//": "Loosely based on fuse and wire recipes", + "activity_level": "LIGHT_EXERCISE", "type": "recipe", "category": "CC_OTHER", "subcategory": "CSC_OTHER_MATERIALS", -- cgit v1.2.1