6 lines
117 B
GDScript

extends AreaSkillInstance
func _ready():
animation.play("human/spin", 2.0)
await area_damage(0.5, 0.1, 0.4)
end()