From 37e07403047cc08b1bb5cf1c777c8069b68f1ebf Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 15 Sep 2021 02:16:52 -0700 Subject: Fix blood puddle field to actually work. --- vamp_stuff/Modification_Files/Spells/v_spell_effects.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'vamp_stuff/Modification_Files/Spells/v_spell_effects.json') diff --git a/vamp_stuff/Modification_Files/Spells/v_spell_effects.json b/vamp_stuff/Modification_Files/Spells/v_spell_effects.json index 404ab25..6ab2cf2 100644 --- a/vamp_stuff/Modification_Files/Spells/v_spell_effects.json +++ b/vamp_stuff/Modification_Files/Spells/v_spell_effects.json @@ -8,6 +8,7 @@ "id": "v_spell_bloodcurl", "name": [ "Blood Curled" ], "desc": [ "You feel yourself become very stiff." ], + "rating": "bad", "show_in_info": true, "base_mods": { "speed_mod": [ -180 ] } }, @@ -18,6 +19,7 @@ "desc": [ "Blood clots are actively searching for bleeding body parts to repair." ], "removes_effects": [ "bleed" ], "blocks_effects": [ "bleed" ], + "rating": "good", "show_in_info": true }, { @@ -27,14 +29,16 @@ "desc": [ "Contaminants in your blood are being sought out and expelled." ], "removes_effects": [ "antibiotic, cureall, datura, depressants, drunk, flushot, fungus, iodine, infected, irradiated, jetinjector, melatonin, panacea, pblue, pkill, pkill1, pkill2, pkill3, pkill_l, recover, spores, stim, stimpack, strong_antibiotic, took_anticonvulsant_visible, took_flumed, took_prozac, took_prozac_bad, took_prozac_visible, took_thorazine, took_thorazine_bad, took_thorazine_visible, took_xanax, took_xanax_visible, tummy_tablet, valium, weak_antibiotic" ], "blocks_effects": [ "antibiotic, cureall, datura, depressants, drunk, flushot, fungus, iodine, infected, irradiated, jetinjector, melatonin, panacea, pblue, pkill, pkill1, pkill2, pkill3, pkill_l, recover, spores, stim, stimpack, strong_antibiotic, took_anticonvulsant_visible, took_flumed, took_prozac, took_prozac_bad, took_prozac_visible, took_thorazine, took_thorazine_bad, took_thorazine_visible, took_xanax, took_xanax_visible, tummy_tablet, valium, weak_antibiotic" ], + "rating": "good", "show_in_info": true }, { "type": "effect_type", "id": "v_spell_bloodpuddle", "name": [ "Ensnared" ], - "max_duration": 15, + "max_duration": "15 s", "desc": [ "Viscous blood sticks to your body!" ], + "rating": "bad", "show_in_info": true, "base_mods": { "speed_mod": [ -80 ] } }, @@ -43,6 +47,7 @@ "id": "v_spell_crimsonhaze", "name": [ "Crimson Hazed" ], "desc": [ "Sticky vapors of blood takes a firm hold of your body!" ], + "rating": "bad", "show_in_info": true, "base_mods": { "speed_mod": [ -55 ] } }, @@ -51,6 +56,9 @@ "id": "v_spell_bloodsurge", "name": [ "Blood Surge" ], "desc": [ "Your blood is surging with energy!" ], + "apply_message": "You feel your rush as your blood surges with energy!", + "decay_message": "You feel the blood rush fade off. ", + "rating": "good", "show_in_info": true, "base_mods": { "str_mod": [ 3 ], "dex_mod": [ 2 ], "speed_mod": [ 10 ], "stamina_min": [ 20 ], "stamina_chance": [ 2, 6 ] }, "removes_effects": [ "winded" ], @@ -61,6 +69,7 @@ "id": "v_spell_desolation", "name": [ "Withering" ], "desc": [ "A vile aura is draining your life away!" ], + "rating": "bad", "show_in_info": true, "max_duration": 3, "base_mods": { "speed_mod": [ -20 ], "hurt_min": [ 2 ], "hurt_max": [ 3 ] } -- cgit v1.2.1