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_T6.json | 54 ---------------------- 1 file changed, 54 deletions(-) delete mode 100644 vamp_stuff/Modification Files/Spells/Warlock/v_mana_T6.json (limited to 'vamp_stuff/Modification Files/Spells/Warlock/v_mana_T6.json') diff --git a/vamp_stuff/Modification Files/Spells/Warlock/v_mana_T6.json b/vamp_stuff/Modification Files/Spells/Warlock/v_mana_T6.json deleted file mode 100644 index 6fb2368..0000000 --- a/vamp_stuff/Modification Files/Spells/Warlock/v_mana_T6.json +++ /dev/null @@ -1,54 +0,0 @@ -[{ - "id": "t6_mana_darkpillar", - "type": "SPELL", - "name": "Dark Pillar", - "description": "Sky-high pillar of disastrous dark magic engulfs the foe, leaving no tracks but a crater.\n* If the foe survives, it is inflicted with ethereal shock, slowing and dealing a maximum total of 300 pure damage over 10 seconds.\n\nThis is a tier 6 spell.", - "valid_targets": [ "hostile" ], - "effect": "projectile_attack", - "effect_str": "v_spell_darkpillar", - "extra_effects": [ - { - "id": "t6_mana_darkpillar_bash" - }, - { - "id": "t6_mana_darkpillar_bash" - }, - { - "id": "t6_mana_darkpillar_bash" - } - ], - "base_energy_cost": 5250, - "energy_source": "MANA", - "spell_class": "VAMP_MANA_spellcaster", - "difficulty": 10, - "min_damage": 2500, - "max_damage": 2500, - "min_range": 20, - "max_range": 20, - "min_duration": 1000, - "max_duration": 1000, - "flags": [ "SOMATIC", "VERBAL", "NO_LEGS" ], - "base_casting_time": 2500, - "damage_type": "none" -}, -{ - "id": "t6_mana_etherealenchantment", - "type": "SPELL", - "name": "Ethereal Enchantment", - "description": "You gain an ethereal enchantment, causing your attacks to feel lighter, yet strikes deeper into the inner self of your foe.\n* If worn, your attacks gain 20 armor pierce and its cost is reduced by 15.\n\nThis is a Tier 6 spell.", - "valid_targets": [ "self" ], - "effect": "spawn_item", - "effect_str": "v_war_etherealenchant", - "base_energy_cost": 500, - "energy_source": "MANA", - "spell_class": "VAMP_MANA_spellcaster", - "difficulty": 4, - "max_level": 10, - "min_damage": 1, - "max_damage": 1, - "min_duration": 10000, - "max_duration": 20000, - "base_casting_time": 1000, - "flags": [ "SOMATIC", "VERBAL", "NO_LEGS" ] -} -] \ No newline at end of file -- cgit v1.2.1