Larkinabout / fvtt-token-action-hud-core

Token Action HUD is a repositionable HUD of actions for a selected token.
13 stars 18 forks source link

[FEATURE] Reorganize subcategory order for custom categories #56

Closed MrPotatoZed closed 1 year ago

MrPotatoZed commented 1 year ago

I wouldn't call it a bug since it's pretty magical that the actions, bonus actions, etc auto-populate. However, the current order of the subcategories is a bit wonky. The current orders are shown below: image image image image

I don't think there's any one most logical way to order them but I guess I'd default to trying to go in about the same order as the character sheets in terms of handing innate, pact, cantrips, spell in order of level, etc. Ideally consumables would not be in the middle of the spells.

Thanks again for all your work and for considering this!

Token Action HUD Core: 1.2.1 Token Action HUD System: 5e 1.2.1 System: dnd5e 2.1.4

Larkinabout commented 1 year ago

This is most likely the order in which the subcategories were added as you cycled through tokens. It'll be particularly apparent for the GM. Once they're all listed, you can reorder them. It's not ideal. Eventually I'll probably store derived subcategories against the actor rather than the user, so each actor will have its own list instead of the user getting every derived subcategory for every token they've clicked on.

MrPotatoZed commented 1 year ago

That's amazing; I had no idea you could right click on the subcategories to order stuff within them. Auto-magical ordering would be fine but this totally works. Thank you!

Larkinabout commented 1 year ago

Added #58 for specific feature development.