diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-09-12 22:40:36 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-09-12 22:40:36 -0700 |
commit | 66ffd7038cf10566bd35bb6713677a5f8de3b6ef (patch) | |
tree | 1d1118242801f876c27f7566c0258184aafd440a /vamp_stuff/Modification Files/Spells/Warlock/v_mana_T3.json | |
download | cataclysm-bn-mod_vampire-stuff-redone-66ffd7038cf10566bd35bb6713677a5f8de3b6ef.tar.xz |
Initial commit
Diffstat (limited to 'vamp_stuff/Modification Files/Spells/Warlock/v_mana_T3.json')
-rw-r--r-- | vamp_stuff/Modification Files/Spells/Warlock/v_mana_T3.json | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/vamp_stuff/Modification Files/Spells/Warlock/v_mana_T3.json b/vamp_stuff/Modification Files/Spells/Warlock/v_mana_T3.json new file mode 100644 index 0000000..f39a26c --- /dev/null +++ b/vamp_stuff/Modification Files/Spells/Warlock/v_mana_T3.json @@ -0,0 +1,44 @@ +[{ + "id": "t3_mana_darkblast", + "type": "SPELL", + "name": "Dark Blast", + "description": "Conjures a volatile profane magic to the targeted area then explodes, dealing <color_gray>pure damage</color> to the surrounding foes.\n\nThis is a <color_white>tier 3</color> spell.", + "valid_targets": [ "hostile", "ground" ], + "effect": "projectile_attack", + "base_energy_cost": 275, + "final_energy_cost": 550, + "energy_source": "MANA", + "spell_class": "VAMP_MANA_spellcaster", + "difficulty": 4, + "min_damage": 40, + "max_damage": 80, + "damage_increment": 2, + "max_level": 20, + "min_range": 6, + "max_range": 10, + "range_increment": 0.2, + "min_aoe": 3, + "max_aoe": 8, + "flags": [ "SOMATIC", "VERBAL", "NO_LEGS" ], + "base_casting_time": 300, + "damage_type": "none" +}, +{ + "id": "t3_mana_manasurge", + "type": "SPELL", + "name": "Mana Surge", + "description": "<color_yellow>Empowers</color> your body by channeling your mana.\n\nThis is a <color_white>tier 3</color> spell.", + "valid_targets": [ "self" ], + "effect": "target_attack", + "effect_str": "v_spell_manasurge", + "base_energy_cost": 225, + "energy_source": "MANA", + "spell_class": "VAMP_MANA_spellcaster", + "difficulty": 3, + "max_level": 10, + "flags": [ "SOMATIC", "NO_LEGS" ], + "min_duration": 3200, + "max_duration": 12800, + "base_casting_time": 600 + } +]
\ No newline at end of file |