From 0f78580cbcdd0d69488e2a9d886c7da954c6a8a2 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 13 Oct 2021 11:47:39 -0700 Subject: Clean up folder structure. --- json/recipes/chem/chemicals.json | 32 +++++++++ json/recipes/other/materials.json | 82 ++++++++++++++++++++++ json/recipes/recipe_medsandchemicals.json | 112 ------------------------------ json/recipes/recipe_obsolete.json | 12 ---- json/unobsoletion/recipes.json | 12 ++++ 5 files changed, 126 insertions(+), 124 deletions(-) create mode 100644 json/recipes/chem/chemicals.json create mode 100644 json/recipes/other/materials.json delete mode 100644 json/recipes/recipe_medsandchemicals.json delete mode 100644 json/recipes/recipe_obsolete.json create mode 100644 json/unobsoletion/recipes.json (limited to 'json') diff --git a/json/recipes/chem/chemicals.json b/json/recipes/chem/chemicals.json new file mode 100644 index 0000000..ce6fe3e --- /dev/null +++ b/json/recipes/chem/chemicals.json @@ -0,0 +1,32 @@ +[ + { + "type": "recipe", + "result": "chem_compositionb", + "category": "CC_CHEM", + "subcategory": "CSC_CHEM_CHEMICALS", + "skill_used": "cooking", + "difficulty": 8, + "time": "45 m", + "batch_time_factors": [ 80, 5 ], + "book_learn": [ [ "recipe_labchem", 8 ], [ "textbook_anarch", 10 ] ], + "qualities": [ { "id": "BOIL", "level": 2 }, { "id": "CHEM", "level": 3 } ], + "tools": [ [ [ "surface_heat", 20, "LIST" ] ] ], + "components": [ + [ [ "chem_rdx", 300 ] ], + [ [ "chem_hmtd", 200 ] ] + ] + }, + { + "type": "recipe", + "result": "chem_hmtd", + "category": "CC_CHEM", + "subcategory": "CSC_CHEM_CHEMICALS", + "skill_used": "cooking", + "difficulty": 7, + "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] ] ] + } +] diff --git a/json/recipes/other/materials.json b/json/recipes/other/materials.json new file mode 100644 index 0000000..b4c0d2e --- /dev/null +++ b/json/recipes/other/materials.json @@ -0,0 +1,82 @@ +[ + { + "type": "recipe", + "note": "Loosely based on plastic chunk from plastic bag recipe", + "result": "rubber_slug", + "category": "CC_AMMO", + "subcategory": "CSC_AMMO_COMPONENTS", + "skill_used": "fabrication", + "difficulty": 2, + "time": "10 m", + "batch_time_factors": [ 10, 1 ], + "book_learn": [ [ "textbook_anarch", 6 ] ], + "reversible": false, + "qualities": [ { "id": "BOIL", "level": 2 }, { "id": "CHEM", "level": 3 } ], + "tools": [ + [ [ "surface_heat", 15, "LIST" ] ], + [ [ "mold_plastic", -1 ] ] + ], + "components": [ + [ [ "chunk_rubber", 1 ] ] + ] + }, + { + "result": "delay_fuze", + "note": "Loosely based on fuse and wire recipes", + "type": "recipe", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_MATERIALS", + "skill_used": "fabrication", + "difficulty": 4, + "time": "40 m", + "book_learn": [ [ "textbook_anarch", 6 ] ], + "batch_time_factors": [ 50, 2 ], + "qualities": [ + { "id": "CUT", "level": 1 } + ], + "tools": [ + [ [ "soldering_standard", 5, "LIST" ] ], + [ + [ "boltcutters", -1 ], + [ "pliers", -1 ], + [ "toolset", -1 ], + [ "multitool", -1 ] + ] + ], + "components": [ + [ [ "fuse", 1 ] ], + [ [ "pilot_light", 1 ] ], + [ [ "scrap", 2 ] ], + [ [ "clockworks", 1 ] ] + ] + }, + { + "result": "impact_fuze", + "note": "Loosely based on fuse and wire recipes", + "type": "recipe", + "category": "CC_OTHER", + "subcategory": "CSC_OTHER_MATERIALS", + "skill_used": "fabrication", + "difficulty": 4, + "time": "40 m", + "book_learn": [ [ "textbook_anarch", 6 ] ], + "batch_time_factors": [ 50, 2 ], + "qualities": [ + { "id": "CUT", "level": 1 } + ], + "tools": [ + [ [ "soldering_standard", 5, "LIST" ] ], + [ + [ "boltcutters", -1 ], + [ "pliers", -1 ], + [ "toolset", -1 ], + [ "multitool", -1 ] + ] + ], + "components": [ + [ [ "fuse", 1 ] ], + [ [ "pilot_light", 1 ] ], + [ [ "scrap", 2 ] ] + ] + } +] diff --git a/json/recipes/recipe_medsandchemicals.json b/json/recipes/recipe_medsandchemicals.json deleted file mode 100644 index f9cc2b6..0000000 --- a/json/recipes/recipe_medsandchemicals.json +++ /dev/null @@ -1,112 +0,0 @@ -[ - { - "type": "recipe", - "result": "chem_compositionb", - "category": "CC_CHEM", - "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", - "difficulty": 8, - "time": "45 m", - "batch_time_factors": [ 80, 5 ], - "book_learn": [ [ "recipe_labchem", 8 ], [ "textbook_anarch", 10 ] ], - "qualities": [ { "id": "BOIL", "level": 2 }, { "id": "CHEM", "level": 3 } ], - "tools": [ [ [ "surface_heat", 20, "LIST" ] ] ], - "components": [ - [ [ "chem_rdx", 300 ] ], - [ [ "chem_hmtd", 200 ] ] - ] - }, - { - "type": "recipe", - "result": "chem_hmtd", - "category": "CC_CHEM", - "subcategory": "CSC_CHEM_CHEMICALS", - "skill_used": "cooking", - "difficulty": 7, - "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_chem_acetic_acid" 2] ] ] - }, - { - "type": "recipe", - "note": "Loosely based on plastic chunk from plastic bag recipe", - "result": "rubber_slug", - "category": "CC_AMMO", - "subcategory": "CSC_AMMO_COMPONENTS", - "skill_used": "fabrication", - "difficulty": 2, - "time": "10 m", - "batch_time_factors": [ 10, 1 ], - "book_learn": [ [ "textbook_anarch", 6 ] ], - "reversible": false, - "qualities": [ { "id": "BOIL", "level": 2 }, { "id": "CHEM", "level": 3 } ], - "tools": [ - [ [ "surface_heat", 15, "LIST" ] ], - [ [ "mold_plastic", -1 ] ] - ], - "components": [ - [ [ "chunk_rubber", 1 ] ] - ] - }, - { - "result": "delay_fuze", - "note": "Loosely based on fuse and wire recipes", - "type": "recipe", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_MATERIALS", - "skill_used": "fabrication", - "difficulty": 4, - "time": "40 m", - "book_learn": [ [ "textbook_anarch", 6 ] ], - "batch_time_factors": [ 50, 2 ], - "qualities": [ - { "id": "CUT", "level": 1 } - ], - "tools": [ - [ [ "soldering_standard", 5, "LIST" ] ], - [ - [ "boltcutters", -1 ], - [ "pliers", -1 ], - [ "toolset", -1 ], - [ "multitool", -1 ] - ] - ], - "components": [ - [ [ "fuse", 1 ] ], - [ [ "pilot_light", 1 ] ], - [ [ "scrap", 2 ] ], - [ [ "clockworks", 1 ] ] - ] - }, - { - "result": "impact_fuze", - "note": "Loosely based on fuse and wire recipes", - "type": "recipe", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_MATERIALS", - "skill_used": "fabrication", - "difficulty": 4, - "time": "40 m", - "book_learn": [ [ "textbook_anarch", 6 ] ], - "batch_time_factors": [ 50, 2 ], - "qualities": [ - { "id": "CUT", "level": 1 } - ], - "tools": [ - [ [ "soldering_standard", 5, "LIST" ] ], - [ - [ "boltcutters", -1 ], - [ "pliers", -1 ], - [ "toolset", -1 ], - [ "multitool", -1 ] - ] - ], - "components": [ - [ [ "fuse", 1 ] ], - [ [ "pilot_light", 1 ] ], - [ [ "scrap", 2 ] ] - ] - } -] diff --git a/json/recipes/recipe_obsolete.json b/json/recipes/recipe_obsolete.json deleted file mode 100644 index b8a7bf1..0000000 --- a/json/recipes/recipe_obsolete.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "type": "recipe", - "result": "grenade", - "obsolete": false - }, - { - "type": "recipe", - "result": "scrambler", - "obsolete": false - } -] diff --git a/json/unobsoletion/recipes.json b/json/unobsoletion/recipes.json new file mode 100644 index 0000000..b8a7bf1 --- /dev/null +++ b/json/unobsoletion/recipes.json @@ -0,0 +1,12 @@ +[ + { + "type": "recipe", + "result": "grenade", + "obsolete": false + }, + { + "type": "recipe", + "result": "scrambler", + "obsolete": false + } +] -- cgit v1.2.1