From 4c4df68a4c3f17d28c9d9a5b0a49c9de73259497 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 6 Sep 2021 07:48:02 -0700 Subject: Add blood bar and recipe. Add synth blood bar and recipe. Clean up materials json. Split recipes json. --- .../Items/Misc/v_recipe_tools.json | 64 ++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 vamp_stuff/Modification_Files/Items/Misc/v_recipe_tools.json (limited to 'vamp_stuff/Modification_Files/Items/Misc/v_recipe_tools.json') diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_recipe_tools.json b/vamp_stuff/Modification_Files/Items/Misc/v_recipe_tools.json new file mode 100644 index 0000000..d083119 --- /dev/null +++ b/vamp_stuff/Modification_Files/Items/Misc/v_recipe_tools.json @@ -0,0 +1,64 @@ +[ + { + "result": "blood_forge_infuse", + "type": "recipe", + "category": "CC_ELECTRONIC", + "subcategory": "CSC_ELECTRONIC_TOOLS", + "skill_used": "fabrication", + "difficulty": 8, + "time": "180 m", + "book_learn": [ [ "vamp_upgradebook1", 10 ] ], + "qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 }, { "id": "SCREW", "level": 1 } ], + "tools": [ [ [ "anvil", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ], + "components": [ + [ [ "steel_lump", 7 ] ], + [ [ "scrap", 22 ] ], + [ [ "element", 5 ] ], + [ [ "glass", 4 ] ], + [ [ "amplifier", 3 ] ], + [ [ "processor", 2 ] ], + [ [ "sheet_metal", 4 ] ] + ] + }, + { + "result": "bloodcompressor", + "type": "recipe", + "category": "CC_ELECTRONIC", + "subcategory": "CSC_ELECTRONIC_TOOLS", + "skill_used": "electronics", + "difficulty": 8, + "time": "180 m", + "book_learn": [ [ "vamp_upgradebook1", 10 ] ], + "qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 }, { "id": "SCREW", "level": 1 } ], + "tools": [ [ [ "anvil", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ], + "components": [ + [ [ "steel_lump", 5 ] ], + [ [ "scrap", 14 ] ], + [ [ "element", 2 ] ], + [ [ "glass", 5 ] ], + [ [ "amplifier", 2 ] ], + [ [ "processor", 2 ] ], + [ [ "sheet_metal", 4 ] ] + ] + }, + { + "result": "bloodchem", + "type": "recipe", + "category": "CC_ELECTRONIC", + "subcategory": "CSC_ELECTRONIC_TOOLS", + "skill_used": "electronics", + "difficulty": 8, + "time": "60 m", + "book_learn": [ [ "vamp_upgradebook1", 10 ] ], + "qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "SCREW", "level": 1 } ], + "tools": [ [ [ "anvil", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ], + "components": [ + [ [ "scrap", 3 ] ], + [ [ "element", 4 ] ], + [ [ "chemistry_set", 1 ] ], + [ [ "amplifier", 1 ] ], + [ [ "processor", 1 ] ], + [ [ "sheet_metal", 1 ] ] + ] + }, +] -- cgit v1.2.1