summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T3.json
diff options
context:
space:
mode:
Diffstat (limited to 'vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T3.json')
-rw-r--r--vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T3.json51
1 files changed, 51 insertions, 0 deletions
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
new file mode 100644
index 0000000..3195707
--- /dev/null
+++ b/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T3.json
@@ -0,0 +1,51 @@
+[{
+ "id": "t3_elem_perfury",
+ "type": "SPELL",
+ "name": "Perfury",
+ "description": "Conjures dark, hellish flames to engulf the foe, dealing <color_red>fire damage</color> and is afflicted with <color_yellow>cursed flames</color>.\n\nThis is a <color_white>tier 3</color> spell.",
+ "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" ],
+ "base_energy_cost": 275,
+ "final_energy_cost": 475,
+ "energy_source": "MANA",
+ "spell_class": "VAMP_ELEM_spellcaster",
+ "difficulty": 3,
+ "min_damage": 10,
+ "max_damage": 50,
+ "max_level": 10,
+ "min_range": 10,
+ "max_range": 15,
+ "flags": [ "SOMATIC", "VERBAL", "NO_LEGS", "RANDOM_DURATION" ],
+ "base_casting_time": 125,
+ "min_duration": 1000,
+ "max_duration": 3000,
+ "damage_type": "fire"
+},
+{
+ "id": "t3_elem_blizzaga",
+ "type": "SPELL",
+ "name": "Blizzaga",
+ "description": "<color_yellow>Immobilizes</color> the foe by flash-freezing the air around them, dealing <color_white>cold damage</color>.\n\nThis is a <color_white>tier 3</color> spell.",
+ "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" ],
+ "base_energy_cost": 325,
+ "final_energy_cost": 500,
+ "energy_source": "MANA",
+ "spell_class": "VAMP_ELEM_spellcaster",
+ "difficulty": 3,
+ "min_damage": 3,
+ "max_damage": 30,
+ "max_level": 10,
+ "min_range": 10,
+ "max_range": 15,
+ "flags": [ "SOMATIC", "VERBAL", "NO_LEGS", "RANDOM_DURATION" ],
+ "base_casting_time": 325,
+ "min_duration": 400,
+ "max_duration": 1800,
+ "damage_type": "cold"
+}
+] \ No newline at end of file