
Github: https://github.com/MogSafe/TargetLines
This is a package (addon + plugin) for adding FF12-style target lines. If you've used Ashita, you might already be aware of an existing addon by Jyouya, but I haven't seen one yet for Windower and decided to create one, especially with the intent of matching the style in FF12.
If you're not familiar with this feature, basically lines briefly animate from a source to a target, and use different colours based on the intent. I've tried to configure it similar to FF12's design:
blue: player/party/trusts/pet actions
green: support actions between party/trusts
red: enemy actions to player/party/trusts/pet
magenta: all enemy-to-enemy actions (and NPC-to-NPC, eg other parties)
By default, I have it set up such that:
the first melee/ranged attack draws a line
WS/JA/spells draw when the action first starts (cast or readying) and duplicate lines from the final use/finish event are suppressed (to avoid duplicate lines)
The lines are rendered in 3D space, so they'll rotate with the camera:

There's also a settings panel in-game that you can display with
//tl config

I'm currently working on and testing out improvements to the aoe effect, but let me know if you have any other suggestions or have other use cases.
