summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-02-04 01:19:42 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-02-04 01:19:42 -0800
commit856906c4a6dfd4aed13ce873369faeab0c86a8e1 (patch)
treea5d74c0f0de500e66d5c00b473844b8b87635ea0 /vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json
parentTypo in blood ascended description. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-856906c4a6dfd4aed13ce873369faeab0c86a8e1.tar.xz
Major Hemomancer spell balance pass.
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json')
-rw-r--r--vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json24
1 files changed, 14 insertions, 10 deletions
diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json
index 47d137a..bd3b60b 100644
--- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json
+++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json
@@ -6,7 +6,7 @@
"description": "Expend a large amount of your life force to summon a ravenous mist that consumes life force from every non-vampire near it.\n\nThis is a <color_magenta>tier 6</color> spell.",
"spell_class": "VAMP_BLOOD_spellcaster",
"difficulty": 6,
- "max_level": 5,
+ "max_level": 30,
"energy_source": "HP",
"base_energy_cost": 40,
"effect": "summon",
@@ -17,7 +17,7 @@
"min_aoe": 3,
"max_aoe": 3,
"min_duration": 30000,
- "duration_increment": 30000,
+ "duration_increment": 5000,
"max_duration": 180000,
"base_casting_time": 3000,
"flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ]
@@ -30,7 +30,7 @@
"description": "Convert a portion of your blood into a thick flexible armour that covers your entire body for a short time.\n\nThis is a <color_magenta>tier 6</color> spell.",
"spell_class": "VAMP_BLOOD_spellcaster",
"difficulty": 6,
- "max_level": 5,
+ "max_level": 10,
"energy_source": "HP",
"base_energy_cost": 2,
"effect": "spawn_item",
@@ -39,7 +39,7 @@
"min_damage": 1,
"max_damage": 1,
"min_duration": 200,
- "duration_increment": 50,
+ "duration_increment": 30,
"max_duration": 500,
"flags": [ "SOMATIC", "NO_LEGS" ]
},
@@ -50,18 +50,22 @@
"description": "Convert some of your blood into a powerful broadsword.\n\nThis is a <color_magenta>tier 6</color> spell.",
"spell_class": "VAMP_BLOOD_spellcaster",
"difficulty": 4,
- "max_level": 30,
+ "max_level": 10,
"energy_source": "HP",
- "base_energy_cost": 6,
+ "base_energy_cost": 10,
+ "energy_cost_increment": -0.5,
+ "final_energy_cost": 5,
"effect": "spawn_item",
"effect_str": "v_hemo_whip",
"valid_targets": [ "self" ],
"min_damage": 1,
"max_damage": 1,
- "min_duration": 30000,
- "duration_increment": 3000,
- "max_duration": 120000,
- "base_casting_time": 200,
+ "min_duration": 720000,
+ "duration_increment": 108000,
+ "max_duration": 1800000,
+ "base_casting_time": 150,
+ "casting_time_increment": -7.5,
+ "final_casting_time": 75,
"flags": [ "SOMATIC", "NO_LEGS" ]
}
]