mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 12:54:16 +02:00
[Fix] Address PR review feedback for starting gold feature
- Disabled denominations now receive 0 at character creation - Replace CharacterGoldField subclass with GoldField options callback; initial value logic now lives in character.mjs - Use formInput instead of plain text inputs for denomination labels - Rename "Quantity Name" column header to "Denomination" - Remove initialCurrency from resourceConfig and currency sync from refreshConfig (no longer needed)
This commit is contained in:
parent
d549a609e3
commit
83b25f4771
6 changed files with 39 additions and 30 deletions
|
|
@ -65,7 +65,6 @@ const companionBaseResources = Object.freeze({
|
|||
|
||||
export const character = {
|
||||
base: characterBaseResources,
|
||||
initialCurrency: { coins: 0, handfuls: 1, bags: 0, chests: 0 },
|
||||
custom: {}, // module stuff goes here
|
||||
all: { ...characterBaseResources }
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue