diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-04-30 20:02:29 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-04-30 20:02:29 -0700 |
commit | 424b387fa954c14c35850824bf844f3aab9037b6 (patch) | |
tree | cc4733e1b777213be4c3c795d0fc9297aea347a4 /vamp_stuff | |
parent | Add all vampire spells to the debug scroll (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-424b387fa954c14c35850824bf844f3aab9037b6.tar.xz |
Allow batch time reductions for draining blood
Add exsanguinated corpse as blood draining by-product
Diffstat (limited to 'vamp_stuff')
-rw-r--r-- | vamp_stuff/Modification_Files/Items/Misc/v_recipe.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json b/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json index 2210a88..eee6baf 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json @@ -315,8 +315,9 @@ "difficulty": 1, "charges": 20, "time": "60 m", + "batch_time_factors": [25,2], "autolearn": true, - "byproducts": [ [ "ruined_chunks", 10 ] ], + "byproducts": [ [ "corpse_generic_human_exsanguinated", 1 ] ], "tools": [ [ [ "vacutainer", -1 ] ] ], "components": [ [ |