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_T2.json | 46 ---------------------- 1 file changed, 46 deletions(-) delete mode 100644 vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T2.json (limited to 'vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T2.json') diff --git a/vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T2.json b/vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T2.json deleted file mode 100644 index 649dd73..0000000 --- a/vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T2.json +++ /dev/null @@ -1,46 +0,0 @@ -[{ - "id": "t2_blood_bloodpuddle", - "type": "SPELL", - "name": "Blood Puddle", - "description": "You barf a mouthful of thick blood in an area, greatly slowing any creature that walks through it.\n\nThis is a tier 2 spell.", - "valid_targets": [ "hostile", "ally", "ground" ], - "effect": "projectile_attack", - "base_energy_cost": 1, - "final_energy_cost": 10, - "energy_source": "HP", - "spell_class": "VAMP_BLOOD_spellcaster", - "difficulty": 2, - "max_level": 10, - "min_range": 5, - "max_range": 10, - "min_aoe": 2, - "max_aoe": 10, - "flags": [ "VERBAL", "NO_LEGS" ], - "field_id": "fd_puddleb", - "min_field_intensity": 1, - "max_field_intensity": 3, - "base_casting_time": 125 -}, -{ - "id": "t2_blood_bloodsting", - "type": "SPELL", - "name": "Blood Sting", - "description": "Conjure own's blood to shoot towards the target, shaping into a dart as it fly that deals stabbing damage.\n\nThis is a tier 2 spell.", - "valid_targets": [ "hostile", "ally", "ground" ], - "effect": "projectile_attack", - "base_energy_cost": 1, - "final_energy_cost": 5, - "energy_source": "HP", - "spell_class": "VAMP_BLOOD_spellcaster", - "difficulty": 3, - "min_damage": 0, - "max_damage": 30, - "damage_increment": 1, - "max_level": 30, - "min_range": 10, - "max_range": 20, - "flags": [ "SOMATIC", "NO_LEGS" ], - "base_casting_time": 125, - "damage_type": "stab" -} -] \ No newline at end of file -- cgit v1.2.1