* Add support for changing the tier of an adversary
* Move scaling data to actorConfig
* Use a new algorithm using the median average deviation
* Fine tune damage conversion for actions
* Use standard deviation instead and change dialog type
* Use daggerheart style for dialog
* Formatting
* Improve handling of minions and hordes
* Changed to using lookup for Group Attack damage
* Added lookup for Horde feature
* Remove spaces in damage formulas
---------
Co-authored-by: WBHarry <williambjrklund@gmail.com>
* Initial version
* .
* Fixed so that CompendiumSetting saving refreshes the CompendiumBrowser for all users
* .
* Improved design
* Fixed max height
* Fixed local reload
* Added GM restriction
* Raised version
* Fixed tooltip
* Raised verison to 1.7.0
* Fixed so that beastform items always have a beastformEffect on them that can't be removed
* Fixed so that you can drag an active effect onto a character
* Improved the autocomplete typing experience
* Made it work. But I hate it.
* Revert "Made it work. But I hate it."
This reverts commit d2fc9fd648.
* Actually nice solution instead O_O
* Fixed so that the description message always comes first with the action workflow
* Changed to instead render the description in the roll message
* Made the action config title not get changed in d20rolldialog if it's not a trait roll
* Initial chat message description design change
* Revert "Initial chat message description design change"
This reverts commit f4f5fd6c24.
* .
* Fixed so that actionFields correctly grab a uuid for actions that are directly on an actor
* Corrected to logical or
* Update module/data/fields/actionField.mjs
Co-authored-by: Carlos Fernandez <CarlosFdez@users.noreply.github.com>
---------
Co-authored-by: Carlos Fernandez <CarlosFdez@users.noreply.github.com>
* Show token distance on hover
* Do not show distance hover when ranges variant rule is disabled
* Use range labels function for distance hover
* Fix very far and support feet
* .
---------
Co-authored-by: WBHarry <williambjrklund@gmail.com>
* Added an automation setting for chat command resources
* Added automation settings for wether to have deathmove automation
* .
* Flattened automation structure
* Fixed so that companions can get bonus levelupchoices from their partner
* Fixed collection prep order
* Added ActiveEffects to Beastbound features
* Corrected styling
* Added migration for overleveled companions
* Raised version
* Moved migration to 1.6.0. Sillyness
* Added a hpDamageMultiplier rule active effects can modify to multiply the total damage an actor deals
* Added a hpDamageTkenMultiplier rule active effects can modify to multiply the total damage an actor takes from others
* .