Commit graph

413 commits

Author SHA1 Message Date
WBHarry
a50fb9f9ac Removed final TagTeamRoll roll sound 2025-11-10 10:15:12 +01:00
WBHarry
73544812f5 Fixed TagTeam roll message and sound 2025-11-10 10:02:11 +01:00
WBHarry
63b1dcf2c6 Fixed clowncar tokenData 2025-11-10 09:48:33 +01:00
WBHarry
239e2c23d5 Corrected tokenHUD for non-player-tokens 2025-11-09 19:09:58 +01:00
WBHarry
d15feabfc5 Merge branch 'development' into feature/party-sheet 2025-11-09 13:52:46 +01:00
WBHarry
f52c3e840e
. (#1248) 2025-11-09 09:52:32 +10:00
WBHarry
56d0776811 Added visible modifier to GroupRoll leader result 2025-11-08 21:58:29 +01:00
Chris Ryan
a7bc8db55f
Fix broken TemplateEnricher - CONFIG.MeasuredTemplate.types has been … (#1246)
* Fix broken TemplateEnricher - CONFIG.MeasuredTemplate.types has been deprecated and the error was breaking the code

* Fix for shortHand of ranges

---------

Co-authored-by: Chris Ryan <chrisr@blackhole>
Co-authored-by: WBHarry <williambjrklund@gmail.com>
2025-11-08 20:28:49 +01:00
WBHarry
c3bd9f15a5 Fixed TokenHUD token property useage. Fixed skipping roll message 2025-11-08 19:30:02 +01:00
WBHarry
a7d035bcdb Fixed infinite loop errors 2025-11-08 14:30:15 +01:00
Chris Ryan
bccedffbca
merge main to development (#1244)
* Fixed typo of defi ant to defiant (#1175)

Co-authored-by: Chris Ryan <chrisr@blackhole>

* Add dice value support to Advesaries and Environments (#1186)

Co-authored-by: Chris Ryan <chrisr@blackhole>

* Update Powerful Beast for Errata changes (#1185)

Co-authored-by: Chris Ryan <chrisr@blackhole>

* Remove unnecessary chatDisplay (#1171)

* Remove dupe weapon (#1167)

Co-authored-by: Chris Ryan <chrisr@blackhole>

* Rune Ward reduces damage with flat 1d8 (#1191)

Co-authored-by: Chris Ryan <chrisr@blackhole>

* Fix adv hand crossbow to d6 damage, not d4 (#1208)

Co-authored-by: Chris Ryan <chrisr@blackhole>

* Fix advantages for Armored Sentry (#1210)

Co-authored-by: Chris Ryan <chrisr@blackhole>

* Change the damage to use d8 instead of d6 (#1211)

Co-authored-by: Chris Ryan <chrisr@blackhole>

* [PR] Compendium fixes and Typo checks - 26 Oct (#1233)

* PR fixes and Typo checks - 26 Oct

* removed dwarf tough skin action as it was unecessary

* Fix the damage output of the Takedown Beastform feature (#1240)

Co-authored-by: Chris Ryan <chrisr@blackhole>

---------

Co-authored-by: Chris Ryan <chrisr@blackhole>
Co-authored-by: UsernameIsInUse <49582925+UsernameIsInUse@users.noreply.github.com>
Co-authored-by: Nikhil Nagarajan <potter.nikhil@gmail.com>
2025-11-08 12:56:04 +01:00
Chris Ryan
3aaae26ba1
Fix typo in AttributionDialog class name (#1245)
Co-authored-by: Chris Ryan <chrisr@blackhole>
2025-11-08 12:55:08 +01:00
WBHarry
a23061a8be Added delete icon to inventory 2025-11-07 16:43:21 +01:00
WBHarry
ba84a75bd0
[Feature] 942 - Limited Sheet Views (#1090)
* Added stumps for all limited actor views

* Added description to adversary and environment

* style limited sheets

* Limited views are no longer resizable

* .

* Update styles/less/sheets/actors/actor-sheet-shared.less

Co-authored-by: Nikhil Nagarajan <potter.nikhil@gmail.com>

---------

Co-authored-by: moliloo <dev.murilobrito@gmail.com>
Co-authored-by: Nikhil Nagarajan <potter.nikhil@gmail.com>
2025-11-07 09:04:34 -05:00
WBHarry
c96cd2beac Fixed so items can be dropped into the Party sheet 2025-11-06 22:21:05 +01:00
WBHarry
e8961afc5e Added the clown car 2025-11-06 21:48:41 +01:00
Carlos Fernandez
ce3e2a804c
Improve sidebar appearance when labels are long (#1238) 2025-11-06 10:02:22 -05:00
WBHarry
659670c403
custom defeated icons (#1241) 2025-11-06 12:01:19 -03:00
Carlos Fernandez
3fa4c7d81f
Re-render party when members update (#1242) 2025-11-06 11:59:23 -03:00
WBHarry
c54d86ed3f Removed/commented-out not yet implemented things 2025-11-05 23:55:39 +01:00
WBHarry
c49079c57c Finished GroupRoll 2025-11-05 23:51:14 +01:00
WBHarry
a442cb904b Merge branch 'feature/party-sheet' of https://github.com/Foundryborne/daggerheart into feature/party-sheet 2025-11-04 17:20:29 +01:00
Carlos Fernandez
4f990166f5
Minor fixes and tweaks for the party sheet (#1239)
* Minor fixes and tweaks for the party sheet

* Fix scroll restoration for party sheet tabs
2025-11-04 17:13:44 +01:00
WBHarry
6d3e5302eb Merged with development 2025-10-29 19:13:46 +01:00
WBHarry
ff79dd19bf
[Feature] 946 - Damage/Effect ChatMessages (#1089)
* Initial damage message

* Added hover functionality to adversary damage cards

* Added effect message

* enhance chat messages styles

* .

* Fixed promise lockup

* .

* Fixed token path for message

---------

Co-authored-by: moliloo <dev.murilobrito@gmail.com>
2025-10-29 13:56:37 -04:00
WBHarry
906c7ac853
[Feature] 613 - Countdown Improvements (#1184)
* Added CountdownEdit view

* Added countdowns UI element

* .

* Fixed migration of countdowns

* .

* .

* style countdown interface, application and ownership dialog

* fix buttons height in ownsership selection

* .

* Added coloured pips to UI cooldowns to signify player visibility if not every player has it

* .

* Added max-height and overflow

* Sync countdown current with max when equal (#1221)

* Update module/applications/ui/countdownEdit.mjs

Co-authored-by: Carlos Fernandez <CarlosFdez@users.noreply.github.com>

* .

---------

Co-authored-by: moliloo <dev.murilobrito@gmail.com>
Co-authored-by: Carlos Fernandez <CarlosFdez@users.noreply.github.com>
2025-10-27 18:24:38 -03:00
WBHarry
07cdcf2d78
Improved order of steps (#1232) 2025-10-26 21:57:46 +10:00
IrkTheImp
d4f80b6fa1
[Feature] 789 - spotlight order (#1222)
* order spotlight requests

* add spotlight requests section to combat tracker
2025-10-25 18:59:25 +02:00
WBHarry
a3f079d111 Fixed costs 2025-10-23 20:29:04 +02:00
WBHarry
0511d24921 Main implementation 2025-10-23 19:51:22 +02:00
Carlos Fernandez
45b9b52314
Allow viewing domain card item sheet by clicking the name in grid view (#1215) 2025-10-15 23:01:41 +10:00
Carlos Fernandez
25fb2ee570
[Community PR] Remove item description fieldset (#1214)
* Remove item description fieldset

* Move styling to tab description and reduce tab specific overrides

* Move artist attribution style back to tab description

* Roll back editor menu changes
2025-10-14 12:00:16 -03:00
Carlos Fernandez
86eeba0648
Implement @Lookup enricher (#1196) 2025-10-04 21:10:39 +10:00
Chris Ryan
952779000d
[PR] [Feature] Remember the position and size of the compendium browser (#1123)
* Remember the position and size of the compendium browser

* Save position, size details for the 3 types of compendium browser

---------

Co-authored-by: Chris Ryan <chrisr@blackhole>
2025-09-29 14:15:02 -04:00
moliloo
9e9c1d2ac0 add group roll dialog 2025-09-19 23:10:05 -03:00
Carlos Fernandez
e655954890
Fix item summary animation replaying on every rerender (#1176) 2025-09-19 11:33:56 +10:00
Chris Ryan
f1b5c80a53
Null check metadata (#1145)
* Null check metadata

* Fix d20RollDialog action find

---------

Co-authored-by: Chris Ryan <chrisr@blackhole>
Co-authored-by: Dapoolp <elcatnet@gmail.com>
2025-09-18 22:28:25 +02:00
Chris Ryan
55586c93c8
Move Foundryborne menu location; fix localisation; fix deprecation (#1169)
Co-authored-by: Chris Ryan <chrisr@blackhole>
2025-09-18 22:27:04 +02:00
Chris Ryan
a477c9b852
Fixed a merge? error in the itemBrowserConfig (#1174)
Co-authored-by: Chris Ryan <chrisr@blackhole>
2025-09-18 22:25:08 +02:00
moliloo
5a874ae268 add resource buttons actions methods 2025-09-17 23:51:34 -03:00
moliloo
1a0c6f46bc Merge branch 'development' of https://github.com/Foundryborne/daggerheart into feature/party-sheet 2025-09-09 23:58:44 -03:00
moliloo
18e275a471 finish inventory tab and add inital template to projects tab 2025-09-09 23:56:27 -03:00
Chris Ryan
58f039ce96
Add extra features to the Temple Enricher and fix the mousewheel issues with the Template Manager (#1147)
Co-authored-by: Chris Ryan <chrisr@blackhole>
2025-09-07 01:27:46 +02:00
WBHarry
2c6aabb97a Merged with main 2025-09-07 01:01:53 +02:00
WBHarry
2176038ec6
Added homebrew for armor and weapon fatures (#1166)
Co-authored-by: Chris Ryan <chrisr@blackhole>
2025-09-07 08:47:21 +10:00
WBHarry
f1b6d3851d
[PR] [Feature] 590 - Daggerheart Menu (#1007)
* Added menu with refresh tools

* Replaced menu icon
2025-09-07 08:30:29 +10:00
Chris Ryan
fd92540792
Add keys, update usage for translations (#1156)
Co-authored-by: Chris Ryan <chrisr@blackhole>
2025-09-06 22:06:17 +02:00
Chris Ryan
ec54da4e23
Add and fix Tier names in level up (#1142)
Co-authored-by: Chris Ryan <chrisr@blackhole>
2025-09-05 09:47:12 -04:00
joaquinpereyra98
eefb28c312
[REFACTOR] Simplify the DHAppearanceSettings (#1057)
Co-authored-by: Joaquin Pereyra <joaquinpereyra98@users.noreply.github.com>
2025-09-05 11:09:47 +10:00
Dapoulp
2d92576121
Fix/1149 fix targets apply effects (#1151)
* Temp ActionField attack type missing

* Move missing attack type to getModel

* Fix targets apply effects
2025-09-05 10:56:38 +10:00