diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-09-11 18:30:22 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-09-11 18:30:22 -0700 |
commit | e3f4a2d509f07ec37b0c04f0c5de8ecdd6439626 (patch) | |
tree | a3fd2a49cc7408f6203a4c1aa4ae96ee9f08ebb2 | |
parent | Update the blood sword weapon categories and obsolete the martialarts addition. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-e3f4a2d509f07ec37b0c04f0c5de8ecdd6439626.tar.xz |
Add sound effect to the vampire bite ability.
-rw-r--r-- | vamp_stuff/Modification_Files/Spells/v_spell.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/Spells/v_spell.json b/vamp_stuff/Modification_Files/Spells/v_spell.json index 568bbac..0458035 100644 --- a/vamp_stuff/Modification_Files/Spells/v_spell.json +++ b/vamp_stuff/Modification_Files/Spells/v_spell.json @@ -5,6 +5,10 @@ "name": { "str": "Vampire Bite" }, "message": "You bite and drink their blood!", "sound_description": "slurp!", + "sound_type": "combat", + "sound_id": "bullet_hit", + "sound_variant": "hit_flesh", + "sprite": "animation_hit", "description": "Bite the target and drink their blood.", "difficulty": 1, "max_level": 10, |