From 70e76a6c3fc311f3ec35bef069b560213a473251 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 25 Jul 2021 07:25:14 -0700 Subject: Add effect so NPCs remember for 48h they are unwilling to give blood Remove some invalid dialogue conditions Clean up dialogue arrays --- vamp_stuff/Modification_Files/Others/v_effects.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'vamp_stuff/Modification_Files/Others/v_effects.json') 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 ] } } ] -- cgit v1.2.1