summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json
diff options
context:
space:
mode:
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json')
-rw-r--r--vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json17
1 files changed, 12 insertions, 5 deletions
diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json
index 6f7ecc7..9fe88e3 100644
--- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json
+++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json
@@ -5,8 +5,11 @@
"name": { "str": "Transfusion" },
"note": "Uses MANA, just to prevent spamming.",
"message": "You drain the lifeforce from your target!",
- "sound_description": "splash!",
"description": "Drain the life force of a target within reach.\n\nThis is a <color_light_gray>tier 1</color> spell.",
+ "sound_description": "splash!",
+ "sound_type": "combat",
+ "sound_id": "misc",
+ "sound_variant": "inhale",
"sprite": "fd_blood",
"spell_class": "VAMP_BLOOD_spellcaster",
"difficulty": 1,
@@ -16,7 +19,7 @@
"energy_increment": -3,
"final_energy_cost": 60,
"effect": "target_attack",
- "extra_effects": [ { "id": "t1_blood_transfusion_spell_heal", "hit_self": true } ],
+ "extra_effects": [ { "id": "t1_blood_transfusion_spell", "hit_self": true } ],
"valid_targets": [ "ally", "hostile" ],
"min_damage": 1,
"damage_increment": 1,
@@ -27,13 +30,15 @@
"base_casting_time": 100,
"casting_time_increment": -2.5,
"final_casting_time": 50,
- "flags": [ "NO_LEGS" ]
+ "flags": [ "SOMATIC", "NO_LEGS", "CONCENTRATE" ]
},
{
"id": "t1_blood_bcurl",
"type": "SPELL",
"name": { "str": "Blood Curl" },
"description": "Command the target's life force to hinder the flow of blood, greatly slowing their ability to perform any action.\n\nThis is a <color_light_gray>tier 1</color> spell.",
+ "sound_id": "misc",
+ "sound_variant": "inhale",
"sprite": "fd_fatigue",
"spell_class": "VAMP_BLOOD_spellcaster",
"difficulty": 2,
@@ -54,13 +59,15 @@
"base_casting_time": 150,
"casting_time_increment": -3.75,
"final_casting_time": 75,
- "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ]
+ "flags": [ "SOMATIC", "NO_LEGS", "CONCENTRATE" ]
},
{
"id": "t1_blood_clot",
"type": "SPELL",
"name": { "str": "Clot" },
"description": "Expend a small amount of your life force to induce rapid clotting on a body part. The clotting agents will linger for some time.\n\nThis is a <color_light_gray>tier 1</color> spell.",
+ "sound_id": "misc",
+ "sound_variant": "inhale",
"sprite": "overlay_female_mutation_bio_blood_filter",
"spell_class": "VAMP_BLOOD_spellcaster",
"difficulty": 2,
@@ -78,6 +85,6 @@
"base_casting_time": 60,
"casting_time_increment": -3,
"final_casting_time": 30,
- "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ]
+ "flags": [ "SOMATIC", "NO_LEGS", "CONCENTRATE" ]
}
]