daggerheart/templates/settings
Iohan Trézze d549a609e3 [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-05 23:29:50 -03:00
..
appearance-settings Added checkboxes for muting the sounds of dice animations (#1781) 2026-04-06 00:18:43 +02:00
automation-settings Corrected use of Foundry's Reset translation 2026-04-15 18:47:20 +02:00
components [Feature] Downtime Improvements (#411) 2025-07-25 21:31:05 +02:00
downtime-config Fixed DowntimeMove actions not opening 2026-04-19 11:29:47 +02:00
homebrew-settings [Feature] Configurable starting gold amounts in Homebrew settings 2026-06-05 23:29:50 -03:00
metagaming-settings Minor visual tweaks to daggerheart setting dialogs (#1905) 2026-05-20 16:54:22 +02:00
variant-rules.hbs Translation fixes 2026-04-25 17:39:20 +02:00