diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-16 17:17:12 -0700 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-16 17:17:12 -0700 | 
| commit | b691733c6ba8f022c5b57603291ef0f378ddae3c (patch) | |
| tree | c35661c432bad9f867696184528def9e10c4d870 /vamp_stuff/Modification_Files/Items | |
| parent | Update readme (diff) | |
| download | cataclysm-bn-mod_vampire-stuff-redone-b691733c6ba8f022c5b57603291ef0f378ddae3c.tar.xz | |
Reduce the time to drain a body of blood.
A full butchering takes a half hour. I don't see how draining blood could be more involved.
Diffstat (limited to 'vamp_stuff/Modification_Files/Items')
| -rw-r--r-- | vamp_stuff/Modification_Files/Items/Misc/v_recipe.json | 2 | 
1 files changed, 1 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 eee6baf..de521ac 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json @@ -314,7 +314,7 @@      "skill_used": "firstaid",      "difficulty": 1,      "charges": 20, -    "time": "60 m", +    "time": "30 m",      "batch_time_factors": [25,2],      "autolearn": true,      "byproducts": [ [ "corpse_generic_human_exsanguinated", 1 ] ], | 
