Downtime window now enumerates the actions/resources that will be refreshed upon completion. Resources can now specify their progression direction

This commit is contained in:
WBHarry 2025-08-05 13:00:57 +02:00
parent 3c470a2d2e
commit a71a9ed344
7 changed files with 140 additions and 2 deletions

View file

@ -1473,6 +1473,17 @@ export const itemResourceTypes = {
}
};
export const itemResourceProgression = {
increasing: {
id: 'increasing',
label: 'DAGGERHEART.CONFIG.ItemResourceProgression.increasing'
},
decreasing: {
id: 'decreasing',
label: 'DAGGERHEART.CONFIG.ItemResourceProgression.decreasing'
}
};
export const beastformTypes = {
normal: {
id: 'normal',