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_T3.json | 54 ---------------------- 1 file changed, 54 deletions(-) delete mode 100644 vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T3.json (limited to 'vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T3.json') diff --git a/vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T3.json b/vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T3.json deleted file mode 100644 index bd070bb..0000000 --- a/vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T3.json +++ /dev/null @@ -1,54 +0,0 @@ -[ -{ - "id": "t3_blood_crimsonhaze", - "type": "SPELL", - "name": "Crimson Haze", - "description": "Vaporizes your blood to create a disorienting wave of haze that slows down foes around you.\n* Foes within a 4 tile radius are afflicted with blindness for 7 turns.\n\nThis is a Tier 3 spell.", - "valid_targets": [ "hostile", "ground" ], - "effect": "projectile_attack", - "effect_str": "v_spell_crimsonhaze", - "extra_effects": [{ - "id": "t3_blood_crimsonhaze_blind", - "hit_self": true - } - ], - "base_energy_cost": 7, - "final_energy_cost": 17, - "energy_source": "HP", - "spell_class": "VAMP_BLOOD_spellcaster", - "difficulty": 2, - "max_level": 15, - "min_aoe": 5, - "max_aoe": 15, - "min_duration": 500, - "max_duration": 1500, - "field_id": "fd_blood", - "min_field_intensity": 1, - "max_field_intensity": 2, - "field_chance": 15, - "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ] -}, -{ - "id": "t3_blood_suppress", - "type": "SPELL", - "name": "Suppress", - "description": "Heavily binds the target, dealing biological damage and renders them unconscious.\n\nThis is a Tier 3 spell.", - "valid_targets": [ "hostile" ], - "effect": "target_attack", - "effect_str": "stunned", - "base_energy_cost": 500, - "energy_source": "MANA", - "spell_class": "VAMP_BLOOD_spellcaster", - "difficulty": 4, - "max_level": 20, - "min_damage": 0, - "max_damage": 10, - "min_range": 10, - "max_range": 5, - "damage_increment": 2, - "min_duration": 300, - "max_duration": 1500, - "base_casting_time": 125, - "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ] -} -] \ No newline at end of file -- cgit v1.2.1