From e3f4a2d509f07ec37b0c04f0c5de8ecdd6439626 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 11 Sep 2024 18:30:22 -0700 Subject: Add sound effect to the vampire bite ability. --- vamp_stuff/Modification_Files/Spells/v_spell.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vamp_stuff') 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, -- cgit v1.2.1