mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
28 lines
No EOL
612 B
JavaScript
28 lines
No EOL
612 B
JavaScript
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",
|
|
}
|
|
} |