diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-05 23:57:37 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-05 23:57:37 -0700 |
commit | 96cf0e11ca905a34820f407f28ad060d4f38264f (patch) | |
tree | 4b1d8d8d32d4bc35835231ea7dfb15282f9b3446 | |
parent | Nerf blood puddle radius by half. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-96cf0e11ca905a34820f407f28ad060d4f38264f.tar.xz |
Fix blood to not be unnatually light.
-rw-r--r-- | vamp_stuff/Modification_Files/Items/Misc/v_materials.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json index cc6163c..75a09b1 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json @@ -1,11 +1,10 @@ [ { - "//": "Reduced weight.", "type": "COMESTIBLE", "id": "blood", "copy-from": "blood", "name": { "str": "blood", "str_pl": "blood" }, - "weight": "5 g", + "weight": "265 g", "color": "red", "container": "flask_glass", "comestible_type": "DRINK", @@ -144,13 +143,12 @@ "flags": [ "ZERO_WEIGHT" ] }, { - "//": "Reduced weight.", "type": "COMESTIBLE", "id": "synthblood", "copy-from": "blood", "looks_like": "blood", "name": { "str": "synthetic blood", "str_pl": "synthetic blood" }, - "weight": "5 g", + "weight": "265 g", "color": "red", "container": "flask_glass", "comestible_type": "DRINK", |