geoidesic / foundryvtt-actor-studio

A FoundryVTT module for creating Actors
MIT License
8 stars 4 forks source link

request: Seperate Class and Subclass into separate tabs in the character creator [£50] #109

Open Zarhog opened 1 month ago

Zarhog commented 1 month ago

This is a request to sepereate the tow due to how long class text is, i belive it would be A. Visual better and B. be a better visual indicator if subclass is needed

geoidesic commented 1 month ago

This requires a code refactor to support it as currently the class tab contains all the code for both subclass and class, which interact dynamically. Splitting them into two separate tabs is non-trivial as a result. Also this same change will have to be made for Level Up [#107]. So these two issues are interdependent. I would suggest that #107 should be done first. Then the Level Up application would need to be similarly refactored to support an extra tab for the subclass.

  1. [ ] First do #107
  2. [ ] Add additional tab to the "New Character" AS app for subclass and refactor appropriately
  3. [ ] Add additional tabs to the "Level Up" AS app (conditionally on level match) for subclass and refactor appropriately.
Zarhog commented 1 month ago

(noted) i will plan my budget accordingly :)