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/chem/chemicals.json | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) (limited to 'json/recipes/chem/chemicals.json') diff --git a/json/recipes/chem/chemicals.json b/json/recipes/chem/chemicals.json index ce6fe3e..4776c57 100644 --- a/json/recipes/chem/chemicals.json +++ b/json/recipes/chem/chemicals.json @@ -1,10 +1,11 @@ [ { "type": "recipe", + "activity_level": "LIGHT_EXERCISE", "result": "chem_compositionb", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", + "skill_used": "chemistry", "difficulty": 8, "time": "45 m", "batch_time_factors": [ 80, 5 ], @@ -18,15 +19,33 @@ }, { "type": "recipe", + "activity_level": "LIGHT_EXERCISE", "result": "chem_hmtd", + "id_suffix": "from_acetic", "category": "CC_CHEM", "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", - "difficulty": 7, - "time": "55 m", + "skill_used": "chemistry", + "difficulty": 5, + "time": "55 m", "batch_time_factors": [ 80, 5 ], "book_learn": [ [ "recipe_labchem", 8 ] ], "qualities": [ { "id": "BOIL", "level": 2 } ], - "components": [ [ [ "chem_hexamine", 25 ] ], [ [ "chem_hydrogen_peroxide_conc", 5 ] ], [ [ "chem_acetic_acid", 2] ] ] + "components": [ [ [ "chem_hexamine", 25 ] ], [ [ "chem_hydrogen_peroxide_conc", 5 ] ], [ [ "chem_acetic_acid", 2 ] ] ] + }, + { + "type": "recipe", + "activity_level": "LIGHT_EXERCISE", + "result": "chem_hmtd", + "id_suffix": "from_citric", + "category": "CC_CHEM", + "subcategory": "CSC_CHEM_CHEMICALS", + "skill_used": "chemistry", + "difficulty": 5, + "time": "55 m", + "batch_time_factors": [ 80, 5 ], + "charges": 2, + "book_learn": [ [ "recipe_labchem", 8 ] ], + "qualities": [ { "id": "BOIL", "level": 2 } ], + "components": [ [ [ "chem_hexamine", 25 ] ], [ [ "chem_hydrogen_peroxide_conc", 5 ] ], [ [ "chem_citric_acid", 2 ] ] ] } ] -- cgit v1.2.1