- Replace hardcoded 'Inventory Items', 'Character Items', 'Other' with i18n keys
- Internationalize 'New Effect' default name in active effects
- Fix hardcoded 'Roll Formula' and 'Formula Roll' labels in roll tables
- Add translation keys to lang/en.json for proper localization support
- Ensures all UI strings can be translated to other languages
Fixes#1787: I18n: Some UI strings still seem to be hardcoded
- Change behavior from 'Include Item Damage' to 'Use Item Damage'
- Replace action damage with weapon base damage instead of unshift
- Fixes error where unshift fails due to v14 single damage instance limit
- Update label to reflect new behavior
FixesFoundryborne/daggerheart#1794
Signed-off-by: codebytaki <codebytaki@users.noreply.github.com>
* 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>
* Improved the EffectDisplay tooltip of the beastform effect to show the info about the active beastform
* .
* Move template to more sorted location
---------
Co-authored-by: Carlos Fernandez <cfern1990@gmail.com>