diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-06-09 01:16:10 -0700 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-06-09 01:16:10 -0700 | 
| commit | 4c68f588478edb86586388878cedc905bc6c5cf1 (patch) | |
| tree | 7ce5a3700ef42f794833e93e0f4c20520b356a2b /vamp_stuff | |
| parent | Reduce blood quench to 0 since vampires don't use thrist (diff) | |
| download | cataclysm-bn-mod_vampire-stuff-redone-4c68f588478edb86586388878cedc905bc6c5cf1.tar.xz | |
Make Blood Drinker a negative trait
Diffstat (limited to 'vamp_stuff')
| -rw-r--r-- | vamp_stuff/Modification_Files/Mutation/mutations_vamp.json | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json index f8d1430..06fe25c 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations_vamp.json @@ -197,7 +197,7 @@      "type": "mutation",      "id": "VAMP_HUNGER",      "name": { "str": "Blood Drinker" }, -    "points": 6, +    "points": -6,      "description": "Your undead metabolism requires the regular consumption of blood, both as sustinance and as an addiction. You find it hard to focus when you are hungry, and consuming anything else will cause you to vomit it back up.",      "threshreq": [ "THRESH_VAMP" ],      "category": [ "VAMP" ], | 
