Skip to content

Enable skills and stats#766

Open
jdsmi wants to merge 4 commits intohectorgimenez:mainfrom
jdsmi:enable-skills-and-stats
Open

Enable skills and stats#766
jdsmi wants to merge 4 commits intohectorgimenez:mainfrom
jdsmi:enable-skills-and-stats

Conversation

@jdsmi
Copy link

@jdsmi jdsmi commented Mar 26, 2025

This successfully re-enables stat and skill auto assignment during the ReturnToTown flow.

Skills are allocated by checking that the currently assigned skill points are less than the required points based on the list of skill points configured to the class.

Stats are allocated in chunks by finding the difference between the current base stats and the starting stats based on class. The original implementation used a map meaning stats had to be allocated in chunks based on stat priority. It would be nice to implement similar to skills where it "builds" stats in a list rather in chunks. The current way around this is to break up the returned stat priorities by level block.

@jdsmi jdsmi mentioned this pull request Mar 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant