daggerheart/module
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
..
applications Fixed so that actions on homebrew downtime/items don't crash due to note having metadata 2026-06-03 21:46:23 +02:00
canvas [Fix] Errors when updating max hp and implement bar update animations (#1883) 2026-05-15 09:21:05 +02:00
config [Feature] Configurable starting gold amounts in Homebrew settings 2026-06-03 23:56:25 -03:00
data [Feature] Configurable starting gold amounts in Homebrew settings 2026-06-03 23:56:25 -03:00
dice Fixed an issue where hope/fear dice size could no longer be changed in the roll dialog 2026-05-30 12:56:42 +02:00
documents [Fix] Tooltip Color Scope (#1964) 2026-06-01 22:20:06 +02:00
enrichers [Feature] Action Areas (#1815) 2026-04-21 22:27:52 +02:00
helpers Preload class and subclass features for description (#1940) 2026-05-30 12:51:39 +02:00
macros [V14] [Feature] Spotlight Without Combat (#1755) 2026-03-27 22:01:50 -04:00
systemRegistration Add setting to hide party stats (#1861) 2026-05-04 12:39:20 +02:00
_module.mjs Added system keybind for spotlighting a combatant (#1749) 2026-03-26 16:12:05 +01:00