diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-06-09 01:14:15 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-06-09 01:14:15 -0700 |
commit | cca522f29a090b9a7993600046814d12036b37ee (patch) | |
tree | 0284d80450a0f0d76af75ef71f2f8ab4137bfa9a /vamp_stuff/Modification_Files/Items | |
parent | Rename VAMPCLAWS and VAMPFANGS to VAMP_CLAWS and VAMP_FANGS (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-cca522f29a090b9a7993600046814d12036b37ee.tar.xz |
Reduce blood quench to 0 since vampires don't use thrist
Diffstat (limited to 'vamp_stuff/Modification_Files/Items')
-rw-r--r-- | vamp_stuff/Modification_Files/Items/Misc/v_materials.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json index f655910..e3adeda 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": 30, + "quench": 0, "healthy": 4, "calories": 300, "description": "Blood, possibly that of a human. Disgusting!", @@ -106,13 +106,13 @@ "weight": "40 g", "volume": "250 ml", "price": "0 cent", - "quench": 5, + "quench": 0, "healthy": 2, "nutrition": 2, "material": [ "hflesh" ], "symbol": "~", "color": "pink", - "count": 3 + "count": 3, }, { "id": "compactsheet", @@ -154,7 +154,7 @@ "container": "flask_glass", "comestible_type": "DRINK", "symbol": "~", - "quench": 15, + "quench": 0, "healthy": 2, "calories": 150, "description": "Synthetic blood, not possibly that of a human. Still disgusting!", @@ -174,7 +174,7 @@ "description": "Powdered synthetic human blood. It lacks the supernatural potency of real blood for crafting, but can still be used as a snack if you are so inclined.", "weight": "10 g", "volume": "3 ml", - "price": "1 cent", + "price": "1 cent", "count": 10, "quench": 0, "healthy": 0, |