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_T6.json | 65 ---------------------- 1 file changed, 65 deletions(-) delete mode 100644 vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T6.json (limited to 'vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T6.json') diff --git a/vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T6.json b/vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T6.json deleted file mode 100644 index 05a62d5..0000000 --- a/vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T6.json +++ /dev/null @@ -1,65 +0,0 @@ -[ -{ - "id": "t6_blood_desolation", - "type": "SPELL", - "name": "Desolation", - "description": "Sacrifices a massive amount of life force to summon a lingering aura that saps life from all surrounding creatures, dealing constant biological damage.\n\nThis is a tier 6 spell.", - "valid_targets": [ "self" ], - "effect": "summon", - "effect_str": "mon_desolation_aura", - "base_energy_cost": 55, - "energy_source": "HP", - "spell_class": "VAMP_BLOOD_spellcaster", - "difficulty": 6, - "max_level": 5, - "min_damage": 1, - "max_damage": 1, - "min_aoe": 3, - "max_aoe": 3, - "min_duration": 8000, - "max_duration": 24000, - "base_casting_time": 3000, - "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ] -}, -{ - "id": "t6_blood_crimsoncoat", - "type": "SPELL", - "name": "Crimson Coat", - "note": "Timed countering tactic. Useful for preventing high damage attacks like SMASH or gunshots.", - "description": "You withdraw for a very short moment, covering your whole body with thick blood layer that nullifies most physical damage. This thick layer does not burden you in any way.\n\nThis is a tier 6 spell.", - "valid_targets": [ "self" ], - "effect": "spawn_item", - "effect_str": "v_hemo_crimsoncoat_coat", - "base_energy_cost": 10, - "energy_source": "HP", - "spell_class": "VAMP_BLOOD_spellcaster", - "difficulty": 6, - "max_level": 5, - "min_damage": 1, - "max_damage": 1, - "min_duration": 500, - "max_duration": 1500, - "flags": [ "SOMATIC", "NO_LEGS" ] -}, -{ - "id": "t6_blood_leechswhip", - "type": "SPELL", - "name": "Leech's Whip", - "description": "Summons the leech's whip, a biological melee weapon.\n* If wielded while active, provides positives flat bonuses to stats (STR +1, SPD +5) and increases your maximum health by 10.\n\nThis is a tier 6 spell.", - "valid_targets": [ "self" ], - "effect": "spawn_item", - "effect_str": "v_hemo_whip", - "base_energy_cost": 25, - "energy_source": "HP", - "spell_class": "VAMP_BLOOD_spellcaster", - "difficulty": 4, - "max_level": 30, - "min_damage": 1, - "max_damage": 1, - "min_duration": 4500, - "max_duration": 18000, - "duration_increment": 200, - "base_casting_time": 200, - "flags": [ "SOMATIC", "NO_LEGS" ] -} -] \ No newline at end of file -- cgit v1.2.1