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>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_T6.json
parentTypo (diff)
downloadcataclysm-bn-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_T6.json')
-rw-r--r--vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json46
1 files changed, 24 insertions, 22 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 fa19b2b..0513cd4 100644
--- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json
+++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json
@@ -4,20 +4,21 @@
"type": "SPELL",
"name": { "str": "Desolation" },
"description": "Expend a large amount of your life force to summon a ravenous mist that consumes the life force from every non-vampire near it.\n\nThis is a <color_magenta>tier 6</color> spell.",
- "valid_targets": [ "self" ],
- "effect": "summon",
- "effect_str": "mon_desolation_aura",
- "base_energy_cost": 55,
- "energy_source": "HP",
"spell_class": "VAMP_BLOOD_spellcaster",
"difficulty": 6,
"max_level": 5,
+ "energy_source": "HP",
+ "base_energy_cost": 55,
+ "effect": "summon",
+ "effect_str": "mon_desolation_aura",
+ "valid_targets": [ "self" ],
"min_damage": 1,
"max_damage": 1,
"min_aoe": 3,
"max_aoe": 3,
- "min_duration": 8000,
- "max_duration": 24000,
+ "min_duration": 60000,
+ "duration_increment": 15000,
+ "max_duration": 120000,
"base_casting_time": 3000,
"flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ]
},
@@ -27,18 +28,19 @@
"name": { "str": "Crimson Coat" },
"note": "Timed countering tactic. Useful for preventing high damage attacks like SMASH or gunshots.",
"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.",
- "valid_targets": [ "self" ],
- "effect": "spawn_item",
- "effect_str": "v_hemo_crimsoncoat_coat",
- "base_energy_cost": 10,
- "energy_source": "HP",
"spell_class": "VAMP_BLOOD_spellcaster",
"difficulty": 6,
"max_level": 5,
+ "energy_source": "HP",
+ "base_energy_cost": 10,
+ "effect": "spawn_item",
+ "effect_str": "v_hemo_crimsoncoat_coat",
+ "valid_targets": [ "self" ],
"min_damage": 1,
"max_damage": 1,
- "min_duration": 500,
- "max_duration": 1500,
+ "min_duration": 1000,
+ "duration_increment": 500,
+ "max_duration": 3000,
"flags": [ "SOMATIC", "NO_LEGS" ]
},
{
@@ -46,19 +48,19 @@
"type": "SPELL",
"name": { "str": "Blood Sword" },
"description": "Convert some of your blood into a powerful sword.\n\nThis is a <color_magenta>tier 6</color> spell.",
- "valid_targets": [ "self" ],
- "effect": "spawn_item",
- "effect_str": "v_hemo_whip",
- "base_energy_cost": 25,
- "energy_source": "HP",
"spell_class": "VAMP_BLOOD_spellcaster",
"difficulty": 4,
"max_level": 30,
+ "energy_source": "HP",
+ "base_energy_cost": 25,
+ "effect": "spawn_item",
+ "effect_str": "v_hemo_whip",
+ "valid_targets": [ "self" ],
"min_damage": 1,
"max_damage": 1,
- "min_duration": 4500,
- "max_duration": 18000,
- "duration_increment": 200,
+ "min_duration": 30000,
+ "duration_increment": 3150,
+ "max_duration": 120000,
"base_casting_time": 200,
"flags": [ "SOMATIC", "NO_LEGS" ]
}