From 96cf0e11ca905a34820f407f28ad060d4f38264f Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 5 Sep 2021 23:57:37 -0700 Subject: Fix blood to not be unnatually light. --- vamp_stuff/Modification_Files/Items/Misc/v_materials.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'vamp_stuff/Modification_Files/Items') 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", -- cgit v1.2.1