From abfae5328ca54199c2096228e1e74febad0426e9 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 7 May 2021 02:33:24 -0700 Subject: Yes, more migration errors --- vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T1.json | 2 +- vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T2.json | 2 +- vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T3.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'vamp_stuff/Modification_Files/Spells') diff --git a/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T1.json b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T1.json index 43d78bc..26d3f52 100644 --- a/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T1.json +++ b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T1.json @@ -32,7 +32,7 @@ "valid_targets": [ "hostile" ], "effect": "projectile_attack", "effect_str": "v_spell_elem_freeze", - "affected_body_parts": [ "HEAD", "TORSO", "ARMS","LEGS" ], + "affected_body_parts": [ "HEAD", "TORSO", "ARM_L", "ARM_R", "LEG_L", "LEG_R" ], "base_energy_cost": 150, "final_energy_cost": 200, "energy_source": "MANA", 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 3ccb275..a693a17 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", diff --git a/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T3.json b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T3.json index 0ef0fb5..95aec24 100644 --- a/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T3.json +++ b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T3.json @@ -7,7 +7,7 @@ "valid_targets": [ "hostile" ], "effect": "target_attack", "effect_str": "v_spell_elem_flame_curse", - "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": 275, "final_energy_cost": 475, "energy_source": "MANA", @@ -32,7 +32,7 @@ "valid_targets": [ "hostile" ], "effect": "target_attack", "effect_str": "v_spell_elem_flashfreeze", - "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": 325, "final_energy_cost": 500, "energy_source": "MANA", -- cgit v1.2.1