summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T7.json
diff options
context:
space:
mode:
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T7.json')
-rw-r--r--vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T7.json12
1 files changed, 7 insertions, 5 deletions
diff --git a/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T7.json b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T7.json
index bb0e657..c55bb08 100644
--- a/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T7.json
+++ b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T7.json
@@ -3,9 +3,10 @@
"id": "t7_elem_desecrate",
"type": "SPELL",
"name": { "str": "Desecrate" },
- "description": "Channels the underworld to create a rift that engulfs the foe with a towering hellfire, dealing massive <color_red>fire damage</color>, inflicts a long-lasting <color_yellow>curse</color> and leaves an intense cursed flame at that point.\n\nThis is a <color_pink>tier 7</color> spell.",
+ "description": "Channels the underworld to create a rift that engulfs the foe with a towering hellfire, dealing massive <color_red>heat damage</color>, inflicts a long-lasting <color_yellow>curse</color> and leaves an intense cursed flame at that point.\n\nThis is a <color_pink>tier 7</color> spell.",
"valid_targets": [ "hostile" ],
- "effect": "projectile_attack",
+ "effect": "attack",
+ "shape": "blast",
"effect_str": "v_spell_elem_curse",
"base_energy_cost": 1300,
"final_energy_cost": 3900,
@@ -26,7 +27,7 @@
"base_casting_time": 175,
"min_duration": 500,
"max_duration": 2000,
- "damage_type": "fire"
+ "damage_type": "heat"
},
{
"id": "t7_elem_eternalfrost",
@@ -34,7 +35,8 @@
"name": { "str": "Eternal Frost" },
"description": "A blast of sheer wind <color_yellow>flash-freezes</color> all creatures in an area, dealing <color_white>cold damage</color>.\n* Creates a lingering frost fields that freezes any creature that comes in contact.\n\nThis is a <color_pink>tier 7</color> spell.",
"valid_targets": [ "hostile" ],
- "effect": "projectile_attack",
+ "effect": "attack",
+ "shape": "blast",
"effect_str": "v_spell_elem_curse",
"base_energy_cost": 800,
"final_energy_cost": 1800,
@@ -58,6 +60,6 @@
"base_casting_time": 175,
"min_duration": 500,
"max_duration": 2000,
- "damage_type": "fire"
+ "damage_type": "heat"
}
]