mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
Initial commit
This commit is contained in:
commit
aa4021d1a2
163 changed files with 26530 additions and 0 deletions
28
module/config/settingsConfig.mjs
Normal file
28
module/config/settingsConfig.mjs
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
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",
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue