Added AppearanceMenu allowing modification of DiceSoNice Duality presets

This commit is contained in:
WBHarry 2025-05-27 17:35:53 +02:00
parent e135c4134e
commit 565d3d9d88
13 changed files with 542 additions and 281 deletions

View file

@ -25,16 +25,5 @@ export const gameSettings = {
AbilityArray: 'AbilityArray',
RangeMeasurement: 'RangeMeasurement'
},
DualityRollColor: 'DualityRollColor'
};
export const DualityRollColor = {
colorful: {
value: 0,
label: 'DAGGERHEART.Settings.DualityRollColor.Options.Colorful'
},
normal: {
value: 1,
label: 'DAGGERHEART.Settings.DualityRollColor.Options.Normal'
}
appearance: 'Appearance'
};