You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently developing a foundry plugin for mystics UA that utilizes PSI points for casting,
And as part of this plugin I'm adding their abilities into a distinct categories (Disciplines, Psionics, PSI 1, PSI 2...) as shown on the screenshot
It's currently implemented in a very hacky way, and I wonder could token action hud be extended in a way to simplify custom categories management for other plugins.
Im thinking of exposing some Hook + some of the private methods such as tooltip and item to action, etc...
I've not really considered other modules extending the TAH system code before, only the TAH Core code, but I can see why it'd be handy in this instance.
I'll have a think, but adding hooks and exposing the private methods in the system classes sounds like a potential way forward.
Hi.
I'm currently developing a foundry plugin for mystics UA that utilizes PSI points for casting,
And as part of this plugin I'm adding their abilities into a distinct categories (Disciplines, Psionics, PSI 1, PSI 2...) as shown on the screenshot
It's currently implemented in a very hacky way, and I wonder could token action hud be extended in a way to simplify custom categories management for other plugins.
Im thinking of exposing some Hook + some of the private methods such as tooltip and item to action, etc...
What are your thoughts ?
Here is my hacky way of achieving it https://github.com/yuridevx/mystic/blob/main/src/module/ui/setupCategories.js
Versions
Additional context
Any additional context.
The text was updated successfully, but these errors were encountered: