* Changed so that multiclass features and multiclassSubclass features are displayed in separate fieldsets from the base class features in the character sheet
* Changed to tertiaries for class/multiclass feature divide
* Fixed so that CompendiumBrowserSettings saves source/pack names as slugified version to avoid foundrdy not saving names with dots in the middle
* Updated excludedPacks with another layer of TypedObjectField
* Renmamed variable
* Update module/applications/dialogs/CompendiumBrowserSettings.mjs
Co-authored-by: Carlos Fernandez <CarlosFdez@users.noreply.github.com>
---------
Co-authored-by: Carlos Fernandez <CarlosFdez@users.noreply.github.com>
* Fix finishing levelup with a multiclass
* Fix removal when de-leveling
* Also delete multiclass related stuff if reducing below the minimum multiclass level
* Fix error with adding multiclass
* Make it more card like
* Fix issues with responsiveness when resized
* Fix cards spilling out of container when multiple lines
* Remove mask and fix regression in scrollbar
* Initial thoughts
* .
* Fixed linting
* Continue work on updating identifier
* Change to uuid approach
* Localization and minor fix
* Fixed CompendiumBrowser Class filter for Subclass view
* Fixed the class name display in the subclass view
* Improved missing class visual for subclass
* Fixed character creation
* Rerender class sheets when subclass link is changed
* Use compendium source over actual uuid in search
---------
Co-authored-by: Carlos Fernandez <cfern1990@gmail.com>
* Fixed so that creating regions without behaviors work for players. Fixed so that creating regions with behaviors works via GmEmit for players
* Updated previous uses of emitAsGM to emitGMUpdate
* Fixed linting
* Update module/documents/chatMessage.mjs
Co-authored-by: Carlos Fernandez <CarlosFdez@users.noreply.github.com>
---------
Co-authored-by: Carlos Fernandez <CarlosFdez@users.noreply.github.com>
* Redesign group roll dialog
* Style and restore aid modifiers
* Move successful buttons to inner result
* Localize and finish dialog
* Remove empty line
* Fix error and remove old styles
* Make icon pop a tiny bit better
* Fix advantage/disadvantage
* Fix origin key replacement and prioritize item options
* Rename key to value
* Some fixes
* Attempt to always retrieve the source item for same actor origin
* Fix getters in item roll data
* Performance improvement
* Allow apply to item system data
* Replace implementation with shallow proxy
* Add delete to the shallow proxy
* Add proxy trap for the in operator
---------
Co-authored-by: WBHarry <williambjrklund@gmail.com>