From 028725780e5f6cecd2ff0bfb2e9f61f18b6a8a33 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Sun, 28 Mar 2021 05:08:32 -0700
Subject: Added recipe for extracting blood from human corpses

---
 .../Modification_Files/Items/Misc/v_recipe.json    | 36 ++++++++++++++++++++--
 1 file changed, 34 insertions(+), 2 deletions(-)

(limited to 'vamp_stuff/Modification_Files/Items/Misc')

diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json b/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json
index 16d2aa0..9a17d2c 100644
--- a/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json
+++ b/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json
@@ -158,7 +158,7 @@
     "subcategory": "CSC_ELECTRONIC_TOOLS",
     "skill_used": "fabrication",
     "difficulty": 8,
-    "time": 100000,
+    "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 ] ] ],
@@ -213,7 +213,7 @@
     "subcategory": "CSC_ELECTRONIC_TOOLS",
     "skill_used": "electronics",
     "difficulty": 8,
-    "time": 100000,
+    "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 ] ] ],
@@ -306,5 +306,37 @@
     "qualities": [ { "id": "CHEM", "level": 2 } ],
     "tools": [ [ [ "dehydrator", 25 ] ], [ [ "surface_heat", 5, "LIST" ] ] ],
     "components": [ [ [ "synthblood", 1 ] ] ]
+  },
+  {
+    "result": "blood",
+    "type": "recipe",
+    "category": "CC_FOOD",
+    "subcategory": "CSC_FOOD_OTHER",
+    "skill_used": "firstaid",
+    "difficulty": 1,
+    "charges": 20,
+    "time": "60 m",
+    "autolearn": true,
+    "byproducts": [ [ "ruined_chunks", 10 ] ],
+    "tools": [ [ [ "vacutainer", -1 ] ] ],
+    "components": [
+        [
+            [ "corpse_generic_human", 1 ],
+            [ "corpse_generic_male", 1 ],
+            [ "corpse_generic_female", 1 ],
+            [ "corpse_generic_boy", 1 ],
+            [ "corpse_generic_girl", 1 ],
+            [ "corpse_child_calm", 1 ],
+            [ "corpse_child_gunned", 1 ],
+            [ "corpse_oldwoman_jewelry", 1 ],
+            [ "corpse_bloody", 1 ],
+            [ "corpse_painful", 1 ],
+            [ "corpse_scorched", 1 ],
+            [ "corpse_stabbed", 1 ],
+            [ "corpse_gunned", 1 ],
+            [ "corpse_halved_upper", 1 ],
+            [ "corpse_half_beheaded", 1 ]
+        ]
+    ]
   }
 ]
-- 
cgit v1.2.1