summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T4.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-15 17:37:07 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-15 17:37:07 -0700
commit183ee9fef51743bcf39b94822a23585fdd7cc698 (patch)
tree1476814f3dbcc8de822b773199b17c34b8ae2edc /vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T4.json
parentTypo. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-183ee9fef51743bcf39b94822a23585fdd7cc698.tar.xz
Port to DDA.
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T4.json')
-rw-r--r--vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T4.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T4.json b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T4.json
index a2f8da3..288cdd0 100644
--- a/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T4.json
+++ b/vamp_stuff/Modification_Files/Spells/Profane_Conjurer/v_elem_T4.json
@@ -5,7 +5,8 @@
"name": { "str": "Fire Wall" },
"description": "Surrounds the foe inside a blazing wall of flames.\n* Creates fire fields outside the aoe range.\n\nThis is a <color_light_red>tier 4</color> spell.",
"valid_targets": [ "hostile" ],
- "effect": "projectile_attack",
+ "effect": "attack",
+ "shape": "blast",
"base_energy_cost": 500,
"final_energy_cost": 200,
"energy_source": "MANA",
@@ -22,6 +23,6 @@
"max_field_intensity": 1,
"flags": [ "SOMATIC", "VERBAL", "NO_LEGS" ],
"base_casting_time": 250,
- "damage_type": "fire"
+ "damage_type": "heat"
}
]