* Show notification when invalid item types are added to actors
* Make all item types quantifiable in the party actor
* Remove from comment
* Use isInventoryItem to set quantity
* Fix formatting
* Initial
* .
* Improvements
* .
* Renamed 'Main Charater' to 'Leader'
* Localization fixes
* .
* Fixed roll sound coming when canceling a roll. Fixed the leader PART not being disabled when the player isn't the leader
* Implemented group attack logic
* Updated all minions in the SRD to use the group attack functionality
* .
* Renamed groupAttack.nr to groupAttack.numAttackers
* Moved the flag vs global setting logic to documents/scene
* .
* Fix rolling critical damage after rerolling into a crit
* Add toggle for critical damage
---------
Co-authored-by: WBHarry <williambjrklund@gmail.com>
* Update duality and fate chat commands for v14
* FateRoll withfear/withHope wasn't working after merging with v14-Dev. Fixed
---------
Co-authored-by: WBHarry <williambjrklund@gmail.com>
* Basic rework to the roll data in messages
* .
* Fixed advantage/disadvantage
* .
* .
* Fixed TagTeamDialog
* Reuse getter in faces setter
* Simplify fate roll type css class
* Add more caution to the dualityRoll fromData function
* Apply suggestion from @CarlosFdez
* Compute modifiers using deterministic terms (#1758)
---------
Co-authored-by: Carlos Fernandez <cfern1990@gmail.com>
Co-authored-by: Carlos Fernandez <CarlosFdez@users.noreply.github.com>
* Added the ability for effects to have stacks
* Fixed effect stacking
* Improved token overlay spacing
* Compendium updaetes
* Simplify effect click event (#1748)
* Fixed a bunch of deprecations
* Corrected AgileScout Beastform json data
* Updated TokenHUD to the new v14
* Removed DestroyOnEmpty from consumables
* Fixed so that tooltips don't get stuck (#1745)
* [Feature] TagTeam Partial Rendering (#1735)
* I done did it, I think
* Think I fixed the partial rendering bug for gm->player
* [V14] 1743 - Damage Update Error (#1746)
* Fixed DamageParts causing errors on update
* Fixed ActionBaseConfig error when no damage present on the action
* Fix removal of damage field
* Removed unneccessary default value function for parts
---------
Co-authored-by: Carlos Fernandez <cfern1990@gmail.com>
* Simplify effect click event
---------
Co-authored-by: WBHarry <williambjrklund@gmail.com>
Co-authored-by: WBHarry <89362246+WBHarry@users.noreply.github.com>
* Fixed stacking-value pointer event
* Set the stacking value in EffectsDisplay to be tabular-nums for monospacing
* Made baseEffect.stacking nullable instead of having an enabled property
* .
* Fixed so that actor._onUpdateDescantDocuments re-renders the EffectDisplay if effects were updated
---------
Co-authored-by: Carlos Fernandez <CarlosFdez@users.noreply.github.com>
* Fixed DamageParts causing errors on update
* Fixed ActionBaseConfig error when no damage present on the action
* Fix removal of damage field
* Removed unneccessary default value function for parts
---------
Co-authored-by: Carlos Fernandez <cfern1990@gmail.com>
* Initial
* progress
* Working armor application
* .
* Added a updateArmorValue function that updates armoreffects according to an auto order
* .
* Added createDialog
* .
* Updated Armor SRD
* .
* Fixed character sheet armor update
* Updated itemconfig
* Actions now use createDialog for effects
* .
* .
* Fixed ArmorEffect max being a string
* Fixed SRD armor effects
* Finally finished the migration ._.
* SRD finalization
* Added ArmoreEffect.armorInteraction option
* Added ArmorManagement menu
* Fixed DamageReductionDialog
* Fixed ArmorManagement pip syle
* feat: add style to armors tooltip, add a style to make armor slot label more clear that was a button and add a tooltip location
* .
* Removed tooltip on manageArmor
* Fixes
* Fixed Downtime armor repair
* Removed ArmorScore from character data model and instead adding it in basePrep
* [Feature] ArmorEffect reworked into ChangeType on BaseEffect (#1739)
* Initial
* .
* Single armor rework start
* More fixes
* Fixed DamageReductionDialog
* Removed last traces of ArmorEffect
* .
* Corrected the SRD to use base effects again
* Removed bare bones armor item
* [V14] Refactor ArmorChange schema and fix some bugs (#1742)
* Refactor ArmorChange schema and fix some bugs
* Add current back to schema
* Fixed so changing armor values and taking damage works again
* Fixed so that scrolltexts for armor changes work again
* Removed old marks on armor.system
* Restored damageReductionDialog armorScore.value
* Use toggle for css class addition/removal
* Fix armor change type choices
* Added ArmorChange DamageThresholds
---------
Co-authored-by: WBHarry <williambjrklund@gmail.com>
* [V14] Armor System ArmorScore (#1744)
* Readded so that armor items have their system defined armor instead of using an ActiveEffect
* Consolidate armor source retrieval
* Fix regression with updating armor when sources are disabled
* Simplify armor pip update
* Use helper in damage reduction dialog
* .
* Corrected SRD Armor Items
---------
Co-authored-by: Carlos Fernandez <cfern1990@gmail.com>
* Updated migrations
* Migrations are now not horrible =D
---------
Co-authored-by: Murilo Brito <dev.murilobrito@gmail.com>
Co-authored-by: Carlos Fernandez <CarlosFdez@users.noreply.github.com>
Co-authored-by: Carlos Fernandez <cfern1990@gmail.com>
* Initial
* .
* Fixed positioning
* .
* Only showing the menu if there are extra resources
* Improved resourceManager clickable
* .
* Changed variable name
* Refactor resources selection and data prep (#1721)
* Move resources select to scrolly text and accept actor object
* Convert isReversed to prepared data and add label
* Removed unused imports
---------
Co-authored-by: WBHarry <williambjrklund@gmail.com>
* Naming
* [Feature] Custom Homebrew Resources (#1718)
* Added resources to the Homebrew Menu
* Fixed translations
* .
* Inverted from isImage to isIcon. Should be more logical for users
* Removed testing resources
* Refactor resource settings to not be a method (#1723)
* Fix editing homebrew resources with a custom ResourcesField
* Fix removing homebrew resources
* Remove vestigial code
* Use custom config for module data instead of including in all (#1724)
* Use custom config for module data instead of including in all
* More simple
* base highest priority
---------
Co-authored-by: Carlos Fernandez <CarlosFdez@users.noreply.github.com>
Co-authored-by: Carlos Fernandez <cfern1990@gmail.com>
* Added an AppearanceSetting that decided if players should get to see information about hit/miss in chat messages
* .
* Improved setting name
* Introduced metagaming settings
* Raised verison
* Fixed so that domaincard tooltips properly use the all domains including homebrew
* .
* Adjust spacing of compendium browser tags (#1720)
* Remove some vestigial inCompendiums
---------
Co-authored-by: Carlos Fernandez <CarlosFdez@users.noreply.github.com>
Co-authored-by: Carlos Fernandez <cfern1990@gmail.com>