summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Recipes/recipe_tools.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-09-06 09:55:46 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-09-06 09:55:46 -0700
commit897bb481ac4ed914395b412bb48a067bf75079fa (patch)
tree74132ca67b0b4ccfd04d4d00307b30b154f24e26 /vamp_stuff/Modification_Files/Recipes/recipe_tools.json
parentAdd blood bar and recipe. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-897bb481ac4ed914395b412bb48a067bf75079fa.tar.xz
Move all recipes to a single location.
Diffstat (limited to 'vamp_stuff/Modification_Files/Recipes/recipe_tools.json')
-rw-r--r--vamp_stuff/Modification_Files/Recipes/recipe_tools.json64
1 files changed, 64 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/Recipes/recipe_tools.json b/vamp_stuff/Modification_Files/Recipes/recipe_tools.json
new file mode 100644
index 0000000..d083119
--- /dev/null
+++ b/vamp_stuff/Modification_Files/Recipes/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 ] ]
+ ]
+ },
+]