99.9% of nodes are here:
In under a second, indeed:
&
Totally worth it, as a bonus - no need for human interaction. Everybody wins.
Besides that:
- hovering with the mouse cursor over nodes brings up basic tooltips:
- more complex elements allow you to extend it
Also, Pitch makes little sense here - Yaw is suitable when talking about cardinal directions since we’re discussing top-down view.
But why use directions when you already have collision zones to detect hits. Swing the weapon and see what it connects with - math can derive from that, if at all needed.
Or get rid of collision zones if you know where the attack is coming from - send the target attack signature and have them interpret that.
There is so much ambiguity in interpreting how this is supposed to work.
For a basic 1,2,3 attack system (this has been done too many times) there’s little need for vector math. Conan had a system like that (just a tad more complex as you could chain combos, up the defences from that side) - it was somewhat entertaining at first, a glorious mess with more than 2 ppl and it was quickly forgotten as it did not really work all that well