summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T5.json
diff options
context:
space:
mode:
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T5.json')
-rw-r--r--vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T5.json12
1 files changed, 7 insertions, 5 deletions
diff --git a/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T5.json b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T5.json
index 0df8bc3..8bf8fd9 100644
--- a/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T5.json
+++ b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T5.json
@@ -3,9 +3,10 @@
"id": "t5_elem_firebane",
"type": "SPELL",
"name": { "str": "Firebane" },
- "description": "Conjures a profane fireball to strike the foe. Upon impact, it explodes, dealing <color_red>fire damage</color> and spreads cursed flames on that area.\n\nThis is a <color_red>tier 5</color> spell.",
+ "description": "Conjures a profane fireball to strike the foe. Upon impact, it explodes, dealing <color_red>heat damage</color> and spreads cursed flames on that area.\n\nThis is a <color_red>tier 5</color> spell.",
"valid_targets": [ "hostile" ],
- "effect": "projectile_attack",
+ "effect": "attack",
+ "shape": "blast",
"base_energy_cost": 600,
"final_energy_cost": 1000,
"energy_source": "MANA",
@@ -23,7 +24,7 @@
"max_field_intensity": 1,
"flags": [ "SOMATIC", "VERBAL", "NO_LEGS" ],
"base_casting_time": 175,
- "damage_type": "fire"
+ "damage_type": "heat"
},
{
"id": "t5_elem_icebane",
@@ -31,7 +32,8 @@
"name": { "str": "Icebane" },
"description": "Conjures a profane ball of fiery ice to strike the foe. Upon impact, it shatters, dealing <color_white>cold damage</color> and spreads frostburn on that area.\n\nThis is a <color_red>tier 5</color> spell.",
"valid_targets": [ "hostile" ],
- "effect": "projectile_attack",
+ "effect": "attack",
+ "shape": "blast",
"base_energy_cost": 600,
"final_energy_cost": 900,
"energy_source": "MANA",
@@ -49,6 +51,6 @@
"max_field_intensity": 1,
"flags": [ "SOMATIC", "VERBAL", "NO_LEGS" ],
"base_casting_time": 175,
- "damage_type": "fire"
+ "damage_type": "heat"
}
]