diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-07 02:33:24 -0700 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-07 02:33:24 -0700 | 
| commit | abfae5328ca54199c2096228e1e74febad0426e9 (patch) | |
| tree | 6fe492674f57d5972443697bb235c18e10cfe850 /vamp_stuff/Modification_Files/Spells/Profane_Conjurer | |
| parent | Still more migration errors (diff) | |
| download | cataclysm-bn-mod_vampire-stuff-redone-abfae5328ca54199c2096228e1e74febad0426e9.tar.xz | |
Yes, more migration errors
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells/Profane_Conjurer')
3 files changed, 4 insertions, 4 deletions
| 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", | 
