mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 12:41:07 +01:00
Initial
This commit is contained in:
parent
bca7e0d3c9
commit
36eac51041
14 changed files with 171 additions and 8 deletions
10
module/config/triggerConfig.mjs
Normal file
10
module/config/triggerConfig.mjs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
export const triggers = {
|
||||
dualityRoll: {
|
||||
id: 'dualityRoll',
|
||||
label: 'DAGGERHEART.CONFIG.Triggers.dualityRoll'
|
||||
},
|
||||
fearRoll: {
|
||||
id: 'fearRoll',
|
||||
label: 'DAGGERHEART.CONFIG.Triggers.fearRoll'
|
||||
}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue