From 183ee9fef51743bcf39b94822a23585fdd7cc698 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 15 Mar 2023 17:37:07 -0700 Subject: Port to DDA. --- .../Modification_Files/Spells/Profane_Conjurer/v_elem_T3.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T3.json') 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 95aec24..45c429e 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 @@ -3,9 +3,10 @@ "id": "t3_elem_perfury", "type": "SPELL", "name": { "str": "Perfury" }, - "description": "Conjures dark, hellish flames to engulf the foe, dealing fire damage and is afflicted with cursed flames.\n\nThis is a tier 3 spell.", + "description": "Conjures dark, hellish flames to engulf the foe, dealing heat damage and is afflicted with cursed flames.\n\nThis is a tier 3 spell.", "valid_targets": [ "hostile" ], - "effect": "target_attack", + "effect": "attack", + "shape": "blast", "effect_str": "v_spell_elem_flame_curse", "affected_body_parts": [ "HEAD", "TORSO", "ARM_L", "ARM_R", "LEG_L", "LEG_R" ], "base_energy_cost": 275, @@ -22,7 +23,7 @@ "base_casting_time": 125, "min_duration": 1000, "max_duration": 3000, - "damage_type": "fire" + "damage_type": "heat" }, { "id": "t3_elem_blizzaga", @@ -30,7 +31,8 @@ "name": { "str": "Blizzaga" }, "description": "Immobilizes the foe by flash-freezing the air around them, dealing cold damage.\n\nThis is a tier 3 spell.", "valid_targets": [ "hostile" ], - "effect": "target_attack", + "effect": "attack", + "shape": "blast", "effect_str": "v_spell_elem_flashfreeze", "affected_body_parts": [ "HEAD", "TORSO", "ARM_L", "ARM_R", "LEG_L", "LEG_R" ], "base_energy_cost": 325, -- cgit v1.2.1