Commit graph

725 commits

Author SHA1 Message Date
WBHarry
030fd857db Changed diceFaces->dieFaces for consistency 2026-04-16 09:56:43 +02:00
WBHarry
8495b4adcc . 2026-04-16 09:45:22 +02:00
WBHarry
6c8246294c Added rules for default advantage and disadvantage dice 2026-04-15 00:36:24 +02:00
WBHarry
c337338c8b Merge branch 'v14-dev' of https://github.com/Foundryborne/daggerheart into v14-dev 2026-04-12 13:58:51 +02:00
WBHarry
f900011510 Fixed trait counting in CharacterCreation. Fixed description layout and labels in CharacterCreation. Fixed drag/drop images from Compendium Browser 2026-04-12 13:58:43 +02:00
WBHarry
56a6613a73
Fixed more missing translations (#1792) 2026-04-12 11:38:15 +02:00
WBHarry
3ec013ff50
Reworked summon action and clowncar functionality to work with levels (#1791) 2026-04-12 00:25:43 +02:00
WBHarry
8a0b1b8e22
[Fix] Translation Fixes (#1789)
* Fixed translations

* .
2026-04-11 22:55:26 +02:00
WBHarry
6804bfe047 Fixed so that bonus rest moves can be negative 2026-04-11 19:23:34 +02:00
WBHarry
28d9254883 Changed TagTeam initiasation cost label to be 'Hope Cost' 2026-04-11 16:23:41 +02:00
WBHarry
b076c2481b Fixed the extra unarmored severe threshold bonus being applied to Bare Bones 2026-04-11 14:59:44 +02:00
WBHarry
e111f7c2ae Corrected BareBones damageThreshold application 2026-04-11 13:58:57 +02:00
WBHarry
bbc1781d01 Raised version 2026-04-11 11:20:07 +02:00
WBHarry
a897037dc4
[Feature] Group Roll Rework (#1785)
* 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
2026-04-11 11:14:36 +02:00
WBHarry
97636fa134 Fixed Countdown Actions not actually setting their DefaultOwnership. Fixed GMs not always getting Ownership of a countdown 2026-04-11 02:53:51 +02:00
WBHarry
9bea8d6a97 Merged with main 2026-04-11 00:05:18 +02:00
Carlos Fernandez
7ca420ae0e
[Feature] Redesign and merge party members and resources tabs (#1784) 2026-04-10 15:33:44 -04:00
WBHarry
ae480157d1
[Feature] 1766 - Group Attack (#1770)
* 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

* .
2026-04-09 22:07:51 +02:00
Carlos Fernandez
b505e15eb2
Fix editing of bar attributes in v14 (#1786) 2026-04-09 21:36:48 +02:00
WBHarry
fad830580c
Added checkboxes for muting the sounds of dice animations (#1781) 2026-04-06 00:18:43 +02:00
WBHarry
67d142df3d Fixed migration 2026-04-05 17:27:02 +02:00
WBHarry
fdfd8c5a8d Fixed selecting which roll to use in TagTeamRolls becoming impossible when using an Ability option 2026-04-05 11:28:41 +02:00
WBHarry
dbcef140a2 Fixed armorEffects erroring on isSuppressed when not on an actor 2026-04-05 11:09:00 +02:00
WBHarry
0d7469801e
Updated the longrest repair armor to the new armor max path along with a migration (#1777) 2026-04-04 23:22:25 +02:00
WBHarry
7057504a9e
Fixes (#1774) 2026-04-04 13:01:24 +02:00
WBHarry
f91c140d34
Fixed so that multi term expressions get evaluated into a single number (#1772) 2026-04-04 11:48:41 +02:00
WBHarry
3265613767
[Fix] Template Scene Awareness (#1769)
* .

* Using foundry values from schema for fallback gridSize and gridDistance

* .
2026-04-02 23:22:09 +02:00
WBHarry
f92f9f7132 Fixed so that tokens with vision range set to Infinity doesn't make summon actions error out 2026-04-02 17:10:13 +02:00
WBHarry
0747994686 Improved TagTeamRoll initialization when done by a player 2026-04-02 16:00:04 +02:00
WBHarry
0f1ac406df Fixed adding a new damage instance to an action default to prof, which doesn't work for adversaries 2026-04-02 12:22:31 +02:00
Carlos Fernandez
2a55e317fc Fix adversary damage rolls 2026-04-01 16:56:44 -04:00
Carlos Fernandez
2b8e4cb2fa
[v14] Add toggle for critical damage (#1762)
* Fix rolling critical damage after rerolling into a crit

* Add toggle for critical damage

---------

Co-authored-by: WBHarry <williambjrklund@gmail.com>
2026-04-01 19:39:26 +02:00
Carlos Fernandez
29734c5fb5
Fix rolling critical damage after rerolling into a crit (#1761) 2026-04-01 09:47:20 +02:00
WBHarry
25264c26e9 Fixed Adversary roll failing 2026-03-31 18:01:12 +02:00
Carlos Fernandez
259b66236c
[V14] Update duality and fate chat commands (#1759)
* 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>
2026-03-31 17:26:45 +02:00
WBHarry
f156b12d79
[V14] Message Rolls Rework (#1757)
* 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>
2026-03-31 17:20:22 +02:00
WBHarry
dbd5ef8bb0
Added fall and collision damage buttons in the GM Menu (#1756) 2026-03-29 23:54:45 +02:00
WBHarry
e2b13d6717 Removed a temporary override function in document/token. Doesn't seem needed anymore, and it was outdated, making bar2 on tokens never visualy update 2026-03-29 12:50:34 +02:00
WBHarry
e8f052faf3 Fixed drag/drop on application-sheet 2026-03-29 11:07:16 +02:00
WBHarry
740216ada2 Fixed spotlight case outside of combat 2026-03-28 03:09:41 +01:00
WBHarry
24d22dde59
[V14] [Feature] Spotlight Without Combat (#1755) 2026-03-27 22:01:50 -04:00
WBHarry
2a294684d4
Remade branch (#1754) 2026-03-28 00:38:50 +01:00
WBHarry
c730cc3d4d
[Feature] 1740 - Beastform Info (#1750)
* 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>
2026-03-28 00:18:35 +01:00
WBHarry
7f8e3fee6e Fixed ActiveEffect preCreate blocking multiple effects with origin=null 2026-03-27 22:24:13 +01:00
WBHarry
d79c236cfe Fixed effects not being creatable when not on an actor 2026-03-27 22:11:01 +01:00
WBHarry
d7ce388cad Fixed resource error on TagTeamDialog reroll 2026-03-27 10:29:01 +01:00
WBHarry
8d8fa983ef Merge branch 'main' into v14-Dev 2026-03-27 08:27:37 +01:00
WBHarry
94a2a5723b Removed default spotlight keybind key 2026-03-26 16:34:24 +01:00
WBHarry
394d1d338d Corrected BaseEffect scrollText armorUpdate logic 2026-03-26 16:27:09 +01:00
WBHarry
4319fbabb9 Merged with main 2026-03-26 16:17:23 +01:00