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' }, VariantRules: { Name: 'GameSettingsVariantrules', Icon: 'fa-solid fa-scale-balanced' } }; export const gameSettings = { Automation: 'Automation', Homebrew: 'Homebrew', appearance: 'Appearance', variantRules: 'VariantRules', Resources: { Fear: 'ResourcesFear' }, LevelTiers: 'LevelTiers', Countdowns: 'Countdowns', LastMigrationVersion: 'LastMigrationVersion' }; export const actionAutomationChoices = { never: { id: "never", label: "Never" }, showDialog: { id: "showDialog", label: "Show Dialog only" }, // npcOnly: { // id: "npcOnly", // label: "Always for non-characters" // }, always: { id: "always", label: "Always" } }