export const menu = { Automation: { Name: 'GameSettingsAutomation', Icon: 'fa-solid fa-robot' }, Homebrew: { Name: 'GameSettingsHomebrew', Icon: 'fa-solid fa-flask-vial' }, Range: { Name: 'GameSettingsRange', Icon: 'fa-solid fa-ruler' } }; export const gameSettings = { Automation: { Hope: 'AutomationHope', ActionPoints: 'AutomationActionPoints' }, Resources: { Fear: 'ResourcesFear' }, General: { 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' } };