summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Others
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-25 07:25:14 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-25 07:25:14 -0700
commit70e76a6c3fc311f3ec35bef069b560213a473251 (patch)
tree051429b0754ce78310f829629b10479765b3a633 /vamp_stuff/Modification_Files/Others
parentFix blood drinking reputation nerfs not working (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-70e76a6c3fc311f3ec35bef069b560213a473251.tar.xz
Add effect so NPCs remember for 48h they are unwilling to give blood
Remove some invalid dialogue conditions Clean up dialogue arrays
Diffstat (limited to 'vamp_stuff/Modification_Files/Others')
-rw-r--r--vamp_stuff/Modification_Files/Others/v_effects.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/Others/v_effects.json b/vamp_stuff/Modification_Files/Others/v_effects.json
index ff7a716..7f2cb3f 100644
--- a/vamp_stuff/Modification_Files/Others/v_effects.json
+++ b/vamp_stuff/Modification_Files/Others/v_effects.json
@@ -24,5 +24,16 @@
"int_dur_factor": "24 h",
"base_mods": { "per_mod": [ 0 ] },
"scaling_mods": { "str_mod": [ -1 ], "dex_mod": [ -1 ], "int_mod": [ -1 ], "per_mod": [ -1 ] }
+ },
+ {
+ "type": "effect_type",
+ "id": "vamp_refused_blood",
+ "name": [ "Refused Blood" ],
+ "desc": [
+ "You recently refused to allow a vampire to take your blood."
+ ],
+ "max_intensity": 1,
+ "int_dur_factor": "48 h",
+ "base_mods": { "per_mod": [ 0 ] }
}
]