From 2a44054075b42d1a1c7e57ef44a6ba1640a8289f Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 30 Dec 2023 14:31:52 -0800 Subject: Convert gave-blood debuff from intensity to effects_on_remove. --- vamp_stuff/Modification_Files/Others/v_effects.json | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'vamp_stuff/Modification_Files/Others') diff --git a/vamp_stuff/Modification_Files/Others/v_effects.json b/vamp_stuff/Modification_Files/Others/v_effects.json index 9925c72..f2cc33d 100644 --- a/vamp_stuff/Modification_Files/Others/v_effects.json +++ b/vamp_stuff/Modification_Files/Others/v_effects.json @@ -31,14 +31,23 @@ { "type": "effect_type", "id": "vamp_given_blood", - "name": [ "Recently Gave Blood", "Just Gave Blood" ], + "name": [ "Just Gave Blood" ], "desc": [ - "You are recovering from having had your blood taken.", "You are woozy from having had your blood recently taken." + "You are woozy from having had your blood recently taken." ], - "max_intensity": 2, "int_dur_factor": "24 h", - "base_mods": { "per_mod": [ 0 ] }, - "scaling_mods": { "str_mod": [ -1 ], "dex_mod": [ -1 ], "int_mod": [ -1 ], "per_mod": [ -1 ] } + "base_mods": { "str_mod": [ -1 ], "dex_mod": [ -1 ], "int_mod": [ -1 ], "per_mod": [ -1 ] }, + "effects_on_remove": [ { "allow_on_remove": true, "effect_type": "vamp_given_blood_2", "duration": "24 h" } ] + }, + { + "type": "effect_type", + "id": "vamp_given_blood_2", + "name": [ "Recently Gave Blood" ], + "desc": [ + "You are recovering from having had your blood taken." + ], + "int_dur_factor": "24 h", + "base_mods": { "per_mod": [ 0 ] } }, { "type": "effect_type", -- cgit v1.2.1