summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.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_T3.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_T3.json')
-rw-r--r--vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json11
1 files changed, 9 insertions, 2 deletions
diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json
index f207503..63b612e 100644
--- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json
+++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json
@@ -4,6 +4,8 @@
"type": "SPELL",
"name": { "str": "Crimson Haze" },
"description": "Expel and vaporize some of your blood to create a disorienting haze that obstructs the vision and movement of those around you.\n\nThis is a <color_white>Tier 3</color> spell.",
+ "sound_id": "bionics",
+ "sound_variant": "acid_discharge",
"sprite": "fd_blood",
"spell_class": "VAMP_BLOOD_spellcaster",
"difficulty": 3,
@@ -37,6 +39,9 @@
"type": "SPELL",
"name": { "str": "Flow Suppression" },
"description": "Command the target's life force to heavily restrict the flow of blood, casuing both injury and paralysis.\n\nThis is a <color_white>Tier 3</color> spell.",
+ "sound_type": "combat",
+ "sound_id": "misc",
+ "sound_variant": "inhale",
"sprite": "fd_fatigue",
"spell_class": "VAMP_BLOOD_spellcaster",
"difficulty": 4,
@@ -60,13 +65,15 @@
"base_casting_time": 250,
"casting_time_increment": -6.25,
"final_casting_time": 125,
- "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ]
+ "flags": [ "SOMATIC", "NO_LEGS", "CONCENTRATE" ]
},
{
"id": "t3_blood_purge",
"type": "SPELL",
"name": { "str": "Purge" },
"description": "Expend a small amount of your life force to expel contaminants from your body. The accelerated immune repsonse will linger for a time.\n\nThis is a <color_white>tier 3</color> spell.",
+ "sound_id": "misc",
+ "sound_variant": "inhale",
"sprite": "overlay_female_mutation_bio_blood_filter",
"spell_class": "VAMP_BLOOD_spellcaster",
"difficulty": 2,
@@ -84,6 +91,6 @@
"base_casting_time": 60,
"casting_time_increment": -1,
"final_casting_time": 30,
- "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ]
+ "flags": [ "SOMATIC", "NO_LEGS", "CONCENTRATE" ]
}
]