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 14:39:14 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-02-04 14:39:14 -0800
commit6f366c86fde399eb24b9bf6ce4d40d58f2a29b2c (patch)
treebdf3cd1b38a18627d751a6b76c984dfc7f7d2548 /vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json
parentmin_damage of 0 causes max_damage to apply to all levels. (diff)
downloadcataclysm-bn-mod_vampire-stuff-redone-6f366c86fde399eb24b9bf6ce4d40d58f2a29b2c.tar.xz
More balancing.
Add sounds to Hemomancer spells! Redo the hit_you and hit_me random chance spells to use once_in instead of middleman spells.
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.json8
1 files changed, 6 insertions, 2 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 bd3b60b..dc849c2 100644
--- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json
+++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json
@@ -20,7 +20,7 @@
"duration_increment": 5000,
"max_duration": 180000,
"base_casting_time": 3000,
- "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ]
+ "flags": [ "SOMATIC", "NO_LEGS", "CONCENTRATE" ]
},
{
"id": "t6_blood_crimsoncoat",
@@ -28,6 +28,8 @@
"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.",
+ "sound_id": "misc",
+ "sound_variant": "inhale",
"spell_class": "VAMP_BLOOD_spellcaster",
"difficulty": 6,
"max_level": 10,
@@ -48,6 +50,8 @@
"type": "SPELL",
"name": { "str": "Blood Sword" },
"description": "Convert some of your blood into a powerful broadsword.\n\nThis is a <color_magenta>tier 6</color> spell.",
+ "sound_id": "misc",
+ "sound_variant": "inhale",
"spell_class": "VAMP_BLOOD_spellcaster",
"difficulty": 4,
"max_level": 10,
@@ -66,6 +70,6 @@
"base_casting_time": 150,
"casting_time_increment": -7.5,
"final_casting_time": 75,
- "flags": [ "SOMATIC", "NO_LEGS" ]
+ "flags": [ "SOMATIC", "NO_LEGS", "CONCENTRATE" ]
}
]