From 66ffd7038cf10566bd35bb6713677a5f8de3b6ef Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 22:40:36 -0700 Subject: Initial commit --- .../Spells/Hemomancer/v_blood_T4.json | 75 ++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T4.json (limited to 'vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T4.json') diff --git a/vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T4.json b/vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T4.json new file mode 100644 index 0000000..92c3db3 --- /dev/null +++ b/vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T4.json @@ -0,0 +1,75 @@ +[ +{ + "id": "t4_blood_riptide", + "type": "SPELL", + "name": "Riptide", + "description": "Conjures a large amount of blood to strike the targets inside a wide cone, dealing bashing damage.\n\nThis is a tier 4 spell.", + "valid_targets": [ "hostile", "ground" ], + "effect": "cone_attack", + "base_energy_cost": 10, + "final_energy_cost": 15, + "energy_source": "HP", + "spell_class": "VAMP_BLOOD_spellcaster", + "difficulty": 3, + "min_damage": 30, + "max_damage": 90, + "max_level": 20, + "min_aoe": 60, + "max_aoe": 60, + "min_range": 5, + "max_range": 10, + "flags": [ "SOMATIC", "NO_LEGS" ], + "base_casting_time": 225, + "field_id": "fd_blood", + "min_field_intensity": 1, + "max_field_intensity": 2, + "field_chance": 5, + "damage_type": "bash" +}, +{ + "id": "t4_blood_bloodsurge", + "type": "SPELL", + "name": "Blood Surge", + "description": "You put yourself in a battle trance using your life force, increasing your might, mobility and endurance for a short period of time.\n\nThis is a tier 4 spell.", + "valid_targets": [ "ground", "self" ], + "effect": "target_attack", + "effect_str": "v_spell_bloodsurge", + "base_energy_cost": 15, + "energy_source": "HP", + "spell_class": "VAMP_BLOOD_spellcaster", + "difficulty": 5, + "max_level": 5, + "flags": [ "SOMATIC", "NO_LEGS" ], + "base_casting_time": 300, + "min_duration": 3000, + "max_duration": 7000, + "duration_increment": 300, + "damage_type": "bash" +}, +{ + "id": "t4_blood_bloodwave", + "type": "SPELL", + "name": "Blood Wave", + "description": "An innate flash flood of blood bursts out from you, dealing bashing damage to the surrounding targets.\n\nThis is a tier 4 spell.", + "valid_targets": [ "hostile", "ground" ], + "effect": "projectile_attack", + "base_energy_cost": 30, + "final_energy_cost": 45, + "energy_source": "HP", + "spell_class": "VAMP_BLOOD_spellcaster", + "difficulty": 5, + "min_damage": 50, + "max_damage": 150, + "max_level": 30, + "min_aoe": 10, + "max_aoe": 10, + "aoe_increment": 0.5, + "field_id": "fd_blood", + "min_field_intensity": 1, + "max_field_intensity": 2, + "field_chance": 5, + "flags": [ "SOMATIC", "NO_LEGS" ], + "base_casting_time": 500, + "damage_type": "bash" +} +] \ No newline at end of file -- cgit v1.2.1