extends AreaSkillInstance @export var voice_audio: AudioStream func _ready(): animation.play("human/slash", 1.7) voice.play(voice_audio) await area_damage(0.5, 0.1, 0.2) end()