From 96d52324da5181edbd9775482f6cdd241dcaaa0d Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 13 May 2021 10:47:05 -0700 Subject: Blood drinking dialogue trees --- vamp_stuff/Modification_Files/Others/v_effects.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (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 732511d..c78245a 100644 --- a/vamp_stuff/Modification_Files/Others/v_effects.json +++ b/vamp_stuff/Modification_Files/Others/v_effects.json @@ -10,5 +10,26 @@ "anemia", "hypocalcemia", "hypovitA", "hypovitB", "scurvy", "hypervitaminosis", "stim_overdose", "tetanus" ] + }, + { + "type": "effect_type", + "id": "vamp_given_blood", + "name": [ "Recently Gave Blood", "Just Gave Blood" ], + "desc": [ + "You are recovering from having had your blood 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 ] } + }, + { + "type": "mutation", + "id": "vamp_sire_forgiven", + "name": { "str": "Gave Second Chance" }, + "points": -1, + "description": "You have forgiven your childer for a slight, but won't be so merciful next time.", + "valid": false, + "purifiable": false } ] -- cgit v1.2.1