diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-04-18 03:06:23 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-04-18 03:06:23 -0700 |
commit | 5687824cd026c38258d00e48192edb6fd3d6a4d3 (patch) | |
tree | cad32f3b6b5ff3c833e34da7063cd6632e607131 /vamp_stuff/Modification_Files/Items | |
parent | Remove sticky blood as synth blood powder by-product (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-5687824cd026c38258d00e48192edb6fd3d6a4d3.tar.xz |
Increase quench value from blood and synth blood
Diffstat (limited to 'vamp_stuff/Modification_Files/Items')
-rw-r--r-- | vamp_stuff/Modification_Files/Items/Misc/v_materials.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json index c2fdbcc..2a2d994 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json @@ -10,7 +10,7 @@ "container": "flask_glass", "comestible_type": "DRINK", "symbol": "~", - "quench": 20, + "quench": 30, "healthy": 4, "calories": 300, "description": "Blood, possibly that of a human. Disgusting!", @@ -154,7 +154,7 @@ "container": "flask_glass", "comestible_type": "DRINK", "symbol": "~", - "quench": 10, + "quench": 15, "healthy": 2, "calories": 150, "description": "Synthetic blood, not possibly that of a human. Still disgusting!", |