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/Hemomancer/v_blood_T5.json | 77 ---------------------- 1 file changed, 77 deletions(-) delete mode 100644 vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T5.json (limited to 'vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T5.json') diff --git a/vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T5.json b/vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T5.json deleted file mode 100644 index fe8e3a5..0000000 --- a/vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T5.json +++ /dev/null @@ -1,77 +0,0 @@ -[ -{ - "id": "t5_blood_vampiricoutrage", - "type": "SPELL", - "name": "Vampiric Outrage", - "description": "Sets you in catastrophic madness, consuming own's life force in exchange of barraging random attacks.\n* For every damage, you randomly attack foes with 25 (bash, cut or stab) damage within a 12 tile radius. There's a 1/10 chance to suck the target's life force, dealing up to 10 biological damage and heals you by 5.\n\nThis is a tier 5 spell.", - "message": "Dread fills your mind and body...\nAs you stand, blood tendrils emerges from you!", - "valid_targets": [ "none" ], - "effect": "target_attack", - "extra_effects": [ - { - "id": "t5_blood_outrage_bash" - }, - { - "id": "t5_blood_outrage_bash" - }, - { - "id": "t5_blood_outrage_bash" - }, - { - "id": "t5_blood_outrage_cut" - }, - { - "id": "t5_blood_outrage_cut" - }, - { - "id": "t5_blood_outrage_cut" - }, - { - "id": "t5_blood_outrage_stab" - }, - { - "id": "t5_blood_outrage_stab" - }, - { - "id": "t5_blood_outrage_stab" - }, - { - "id": "t5_blood_outrage_drain" - } - ], - "base_energy_cost": 0, - "energy_cost_increment": 3, - "energy_source": "HP", - "spell_class": "VAMP_BLOOD_spellcaster", - "difficulty": 5, - "max_level": 10, - "min_damage": 0, - "max_damage": 0, - "damage_increment": 3, - "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS", "WONDER" ], - "base_casting_time": 500 -}, -{ - "id": "t5_blood_essencepull", - "type": "SPELL", - "name": "Essence Pull", - "description": "Attempts to instantly kill the target by draining every ounce of their life force, dealing immensive biological damage.\n\nThis is a tier 5 spell.", - "valid_targets": [ "hostile" ], - "effect": "target_attack", - "base_energy_cost": 0, - "final_energy_cost": 0, - "energy_cost_increment": 500, - "energy_source": "MANA", - "spell_class": "VAMP_BLOOD_spellcaster", - "difficulty": 5, - "max_level": 5, - "min_damage": 0, - "max_damage": 0, - "damage_increment": 125, - "min_range": 1, - "max_range": 1, - "flags": [ "SOMATIC", "NO_LEGS" ], - "base_casting_time": 125, - "damage_type": "bio" -} -] \ No newline at end of file -- cgit v1.2.1