Skill Types
- Targeted
- a basic skill where a certain effect is applied to an enemy.
- Ground AoE
- spawns a godot scene at target location that checks if anything is in it and applies it's effects. Can repeatedly check+apply.
- Buff
- Applied to target. Usually timed. Can either modify stats while it's there, or repeatedly apply some effect on a timer.
- AoE Attack
- spawns a godot scene located relative to the player, for example swinging a sword. Checks what's inside and applies effect.