* Added the select and handliing
* Fixed so tokenPreview works with tokenSize
* Correction for prototypeToken
* Extracted common logic to token-config-mixin.mjs
* Update templates/sheets-settings/token-config/appearance.hbs
Co-authored-by: Carlos Fernandez <CarlosFdez@users.noreply.github.com>
---------
Co-authored-by: Carlos Fernandez <CarlosFdez@users.noreply.github.com>
* Removed the disabled default ownership select in the ownership view. Added a fallback text incase there are no players added yet
* Corrected noPlayers condition
* Adding styles to make the text div take up the full area of the inventory items
* Moving the draggable spots to internal divs and images
* For better visuals in dragDrop, always make the drag image the first image selected
* Fixing the dragDrop behavior on the sidebar, which still uses the classic layout
* Fixing other uses of dragDrop to handle the layout change
* Moving the draggable attribute to the parent img-portrait from img directly
* Switching to the less pretty version of the drag drop in case of currency problems
* Reverting how the dragSelector DEFAULT_OPTION is set and only modifying a few
* Removing extra space in styles/less/global/inventory-item.less
Co-authored-by: Carlos Fernandez <CarlosFdez@users.noreply.github.com>
* Fixing up the character sheet to once again allow selecting the text areas
---------
Co-authored-by: Carlos Fernandez <CarlosFdez@users.noreply.github.com>
* Include item effects when applying rangeDependence
* Creating a new method to update range dependent effects that uses the players targets
* Using debouncing to fix an issue with selected and unselecting targets
* Using token destinations instead of their current location for calculation range
* Marking up the places that need changing for bug #1160
* Creating a shared method called isItemAvailable and using it in downtime
* Explicitely adding the false value rather than relying on undefined returns. Oops
* Removing spaces
* Removing a needless return line
* Adding missing semicolon
* New labels. Time to print them somewhere.
* Action buttons have icons. Pretty Iconic
* Features tweaked to support only on limited actors
* Duplicate ActionTypes+references are removed.
* Adversary and Environment SRD entries updated.
* Updated name field workflow in character actor.
* Adversary name fields are improved as well.
* Revert "Updated name field workflow in character actor."
This reverts commit 66924c530f.
* Revert "Adversary name fields are improved as well."
This reverts commit f60e8cffda.
* Fixed prototype token in Abandoned Grove
* Label change
---------
Co-authored-by: WBHarry <williambjrklund@gmail.com>