From 873bd00487a751cf396481b3187def998eb1c3e8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 21 Sep 2020 17:12:43 -0700 Subject: Fix folder layout --- .../Spells/Warlock/v_mana_T3.json | 44 ---------------------- 1 file changed, 44 deletions(-) delete mode 100644 vamp_stuff/Modification Files/Spells/Warlock/v_mana_T3.json (limited to 'vamp_stuff/Modification Files/Spells/Warlock/v_mana_T3.json') diff --git a/vamp_stuff/Modification Files/Spells/Warlock/v_mana_T3.json b/vamp_stuff/Modification Files/Spells/Warlock/v_mana_T3.json deleted file mode 100644 index f39a26c..0000000 --- a/vamp_stuff/Modification Files/Spells/Warlock/v_mana_T3.json +++ /dev/null @@ -1,44 +0,0 @@ -[{ - "id": "t3_mana_darkblast", - "type": "SPELL", - "name": "Dark Blast", - "description": "Conjures a volatile profane magic to the targeted area then explodes, dealing pure damage to the surrounding foes.\n\nThis is a tier 3 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": "Empowers your body by channeling your mana.\n\nThis is a tier 3 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 -- cgit v1.2.1