From 72cd068a4dc0cc5a1207d0053cf771a18e797a5c Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 7 May 2021 00:18:34 -0700 Subject: Many more updates for BN --- .../Modification_Files/Spells/Profane_Conjurer/v_elem_T2.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T2.json') diff --git a/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T2.json b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T2.json index a693a17..096a77a 100644 --- a/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T2.json +++ b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T2.json @@ -7,7 +7,7 @@ "valid_targets": [ "hostile" ], "effect": "target_attack", "effect_str": "onfire", - "affected_body_parts": [ "HEAD", "TORSO", "ARM_L", "ARM_R", "LEG_L", "LEG_R" ], + "affected_body_parts": [ "head", "torso", "arm_l", "arm_r", "leg_l", "leg_r" ], "base_energy_cost": 150, "final_energy_cost": 225, "energy_source": "MANA", @@ -19,10 +19,10 @@ "max_level": 15, "min_range": 6, "max_range": 16, - "flags": [ "SOMATIC", "VERBAL", "NO_LEGS", "RANDOM_DURATION" ], + "flags": [ "SOMATIC", "VERBAL", "NO_LEGS", "RANDOM_DURATION", "NO_PROJECTILE" ], "base_casting_time": 125, "min_duration": 1100, "max_duration": 4400, - "damage_type": "fire" + "damage_type": "heat" } ] -- cgit v1.2.1