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/other/materials.json | 82 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 json/recipes/other/materials.json (limited to 'json/recipes/other/materials.json') 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 ] ] + ] + } +] -- cgit v1.2.1