summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-09-05 23:57:37 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-09-05 23:57:37 -0700
commit96cf0e11ca905a34820f407f28ad060d4f38264f (patch)
tree4b1d8d8d32d4bc35835231ea7dfb15282f9b3446 /vamp_stuff/Modification_Files/Items
parentNerf blood puddle radius by half. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-96cf0e11ca905a34820f407f28ad060d4f38264f.tar.xz
Fix blood to not be unnatually light.
Diffstat (limited to 'vamp_stuff/Modification_Files/Items')
-rw-r--r--vamp_stuff/Modification_Files/Items/Misc/v_materials.json6
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",