geoidesic / foundryvtt-actor-studio

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

Leveling from 2 to 3 forces a 4th level up as well. #68

Closed ChobitsCrazy closed 4 months ago

ChobitsCrazy commented 4 months ago

AS-1.1.1 DnD5e-3.1.2 Foundry-11.315

https://github.com/user-attachments/assets/b8f06853-585f-41a2-af52-acb411e83b5c

geoidesic commented 4 months ago

This is not so simple. The problem is that the dnd5e system actually requires the class from the compendium, not the class as stored in the character. For some reason, the SRD classes, when added to the character, record their original compendium uuid in a flag: item.flags.core.sourceId. However, for the AS-test classes, that flag is missing.

@ChobitsCrazy maybe you can figure out why the AS-test classes are different in this way?

geoidesic commented 4 months ago

nvm... somehow that flag was there and now I can't find it again, so leave it with me