daggerheart/module/data
Iohan Trézze 7c84de6a96 [Feature] Configurable starting gold amounts in Homebrew settings
Added `initialAmount` field to each currency type (coins, handfuls, bags, chests)
in the Homebrew settings schema. Defaults match book values (0, 1, 0, 0).

- Homebrew.mjs: added `initialAmount` NumberField per currency; `_initializeSource`
  coerces empty submissions to 0; `refreshConfig()` syncs values to
  `CONFIG.DH.RESOURCE.character.initialCurrency`
- resourceConfig.mjs: added mutable `initialCurrency` object on `character` export
- actorField.mjs: added `CharacterGoldField` subclass that reads initial values
  from config at actor creation time
- character.mjs: switched from `GoldField` to `CharacterGoldField`
- settings.hbs: restructured currency section to CSS Grid with column headers
  ("Quantity Name" / "Starting Amount") instead of per-field inline labels
- settings.less: added `.currency-rows` grid styles
- en.json: added `quantityName` and `initialAmount` localisation keys
2026-06-03 23:56:25 -03:00
..
action [Fix] Base Attack Context Menu (#1961) 2026-06-01 22:02:42 +02:00
activeEffect [Feature] V14 Cleanup (#1918) 2026-05-23 12:16:25 +02:00
actor [Feature] Configurable starting gold amounts in Homebrew settings 2026-06-03 23:56:25 -03:00
chat-message [Feature] Full Rerolls (#1928) 2026-05-29 12:19:08 +02:00
fields [Feature] Configurable starting gold amounts in Homebrew settings 2026-06-03 23:56:25 -03:00
item Preload class and subclass features for description (#1940) 2026-05-30 12:51:39 +02:00
regionBehavior [Feature] Action Areas (#1815) 2026-04-21 22:27:52 +02:00
scene Prevent class sheet and character errors when features/domains no longer exist (#1833) 2026-04-24 20:49:42 +02:00
settings [Feature] Configurable starting gold amounts in Homebrew settings 2026-06-03 23:56:25 -03:00
_module.mjs [Feature] Action Areas (#1815) 2026-04-21 22:27:52 +02:00
combat.mjs Fixed a lot of cases where we expected a combatant to have an attached actor (#1520) 2026-01-10 00:21:44 +01:00
combatant.mjs [Feature] 789 - spotlight order (#1222) 2025-10-25 18:59:25 +02:00
companionLevelup.mjs [Feature] 1383 - Companion Bonus Levelups (#1565) 2026-01-25 15:21:06 +01:00
compendiumBrowserSettings.mjs [Fix] CompendiumBrowser Pack Toggling (#1909) 2026-05-21 01:33:07 +02:00
countdowns.mjs 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
groupRollData.mjs [Feature] Redesign group roll dialog (#1824) 2026-04-26 10:43:10 +02:00
levelData.mjs [Fix] 1633 - ActiveEffect Autocomplete (#1636) 2026-02-06 11:32:33 +01:00
levelTier.mjs Add and fix Tier names in level up (#1142) 2025-09-05 09:47:12 -04:00
levelup.mjs Add and fix Tier names in level up (#1142) 2025-09-05 09:47:12 -04:00
registeredTriggers.mjs Fixed error on deleting a sceneEnvironment item 2026-02-26 20:04:59 +01:00
rollTable.mjs [Feature] RollTable Improvements (#1552) 2026-01-24 20:26:37 +01:00
spotlightTracker.mjs [V14] [Feature] Spotlight Without Combat (#1755) 2026-03-27 22:01:50 -04:00
tagTeamData.mjs [Fix] Translation Fixes (#1789) 2026-04-11 22:55:26 +02:00