mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
17 lines
No EOL
286 B
JavaScript
17 lines
No EOL
286 B
JavaScript
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',
|
|
},
|
|
} |