summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-08-01 18:07:04 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-08-01 18:07:04 -0700
commit8b0cf55ce07328d549b1328715386a561fd03377 (patch)
tree0e8552b372f34348aeb7b68543f1e4239d385b3f /vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json
parentTypo (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-8b0cf55ce07328d549b1328715386a561fd03377.tar.xz
Add increments to hemomancy spells so they actually gain from leveling up.
Fix many of the hemomancy durations to last longer than a fraction of a second. Sort hemomancy spell values.
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json')
-rw-r--r--vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json45
1 files changed, 23 insertions, 22 deletions
diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json
index 5d2f488..f6940a7 100644
--- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json
+++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json
@@ -4,8 +4,14 @@
"type": "SPELL",
"name": { "str": "Vampiric Rage" },
"description": "Unleash your entire life force in a deadly assault against anything that threatens you.\n\nThis is a <color_red>tier 5</color> spell.",
+ "spell_class": "VAMP_BLOOD_spellcaster",
"message": "<color_light_red>Fury fills your mind and body...</color>\nAs you stand, blood tendrils emerge from you!",
- "valid_targets": [ "none" ],
+ "difficulty": 5,
+ "max_level": 10,
+ "energy_source": "HP",
+ "base_energy_cost": 3,
+ "energy_cost_increment": 3,
+ "final_energy_cost": 30,
"effect": "target_attack",
"extra_effects": [
{ "id": "t5_blood_outrage_bash" },
@@ -19,39 +25,34 @@
{ "id": "t5_blood_outrage_stab" },
{ "id": "t5_blood_outrage_drain" }
],
- "base_energy_cost": 0,
- "energy_cost_increment": 3,
- "energy_source": "HP",
- "spell_class": "VAMP_BLOOD_spellcaster",
- "difficulty": 5,
- "max_level": 10,
- "min_damage": 0,
- "max_damage": 0,
+ "valid_targets": [ "none" ],
+ "min_damage": 3,
+ "max_damage": 30,
"damage_increment": 3,
- "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS", "WONDER" ],
- "base_casting_time": 500
+ "base_casting_time": 500,
+ "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS", "WONDER" ]
},
{
"id": "t5_blood_essencepull",
"type": "SPELL",
"name": { "str": "Blood Eruption" },
"description": "Command the life force of the target to violently burst blood from every pore of their body.\n\nThis is a <color_red>tier 5</color> spell.",
- "valid_targets": [ "hostile" ],
- "effect": "target_attack",
- "base_energy_cost": 0,
- "final_energy_cost": 0,
- "energy_cost_increment": 500,
- "energy_source": "MANA",
"spell_class": "VAMP_BLOOD_spellcaster",
"difficulty": 5,
"max_level": 5,
- "min_damage": 0,
- "max_damage": 0,
- "damage_increment": 125,
+ "energy_source": "MANA",
+ "base_energy_cost": 50,
+ "energy_cost_increment": 50,
+ "final_energy_cost": 250,
+ "effect": "target_attack",
+ "valid_targets": [ "hostile" ],
+ "min_damage": 25,
+ "damage_increment": 25,
+ "max_damage": 125,
+ "damage_type": "bio",
"min_range": 1,
"max_range": 1,
- "flags": [ "SOMATIC", "NO_LEGS" ],
"base_casting_time": 125,
- "damage_type": "bio"
+ "flags": [ "SOMATIC", "NO_LEGS" ]
}
]