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
17
module/config/actionConfig.mjs
Normal file
17
module/config/actionConfig.mjs
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
export const actionTypes = {
|
||||
damage: {
|
||||
id: "damage",
|
||||
name: "DAGGERHEART.Effects.Types.Health.Name"
|
||||
},
|
||||
}
|
||||
|
||||
export const targetTypes = {
|
||||
self: {
|
||||
id: 'self',
|
||||
label: 'Self',
|
||||
},
|
||||
other: {
|
||||
id: 'other',
|
||||
label: 'Other',
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue