diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-10-30 13:46:22 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-10-30 13:46:22 -0700 |
commit | dc2baeb12955953449fa5bc80e97e166dfdc5452 (patch) | |
tree | 622f9f8fe5b6ba3b1c89274246e727d1e147c36f /vamp_stuff | |
parent | Clean up blood sheath descriptions. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-dc2baeb12955953449fa5bc80e97e166dfdc5452.tar.xz |
Rebalance blood and synthetic blood.
-Synth is now as filling as blood.
-Synth is now unhealthy.
-Blood provides slightly more fun. Synth provides slightly less.
Diffstat (limited to 'vamp_stuff')
-rw-r--r-- | vamp_stuff/Modification_Files/Items/Misc/v_materials.json | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json index e8bbc89..4ab1088 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json @@ -17,7 +17,7 @@ "calories": 300, "quench": 0, "healthy": 4, - "fun": 10, + "fun": 15, "spoils_in": "1 days", "flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE", "VAMPIRISM" ] }, @@ -29,7 +29,7 @@ "name": { "str": "reconstituted blood", "str_pl": "reconstituted blood" }, "description": "Reconstituted blood, possibly originally that of a human. Disgusting!", "healthy": 3, - "fun": 8 + "fun": 10 }, { "id": "synthblood", @@ -39,9 +39,8 @@ "looks_like": "blood", "name": { "str": "synthetic blood", "str_pl": "synthetic blood" }, "description": "Synthetic blood, not possibly that of a human. Still disgusting!", - "calories": 150, - "healthy": 2, - "fun": 5 + "healthy": -1, + "fun": 2 }, { "id": "synthblood_reconstituted", @@ -50,8 +49,8 @@ "copy-from": "synthblood", "name": { "str": "reconstituted synthetic blood", "str_pl": "reconstituted synthetic blood" }, "description": "Reconstituted synthetic blood, not possibly originally that of a human. Disgusting!", - "healthy": 1, - "fun": 4 + "healthy": -2, + "fun": 1 }, { "id": "bloodpowder", @@ -81,7 +80,7 @@ "looks_like": "bloodpowder", "name": { "str": "powdered synthetic blood" }, "description": "Dehydrated synthetic blood powder. Mix with water to make drinkable synthetic blood.", - "healthy": 0 + "healthy": -4 }, { "id": "compactsheet", |