summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T4.json
diff options
context:
space:
mode:
Diffstat (limited to 'vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T4.json')
-rw-r--r--vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T4.json75
1 files changed, 75 insertions, 0 deletions
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 <color_magenta>bashing damage</color>.\n\nThis is a <color_light_red>tier 4</color> 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 <color_yellow>battle trance</color> using your life force, increasing your might, mobility and endurance for a short period of time.\n\nThis is a <color_light_red>tier 4</color> 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 <color_magenta>bashing damage</color> to the surrounding targets.\n\nThis is a <color_light_red>tier 4</color> 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