daggerheart/module/config/actionConfig.mjs
2025-05-22 16:53:39 +02:00

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',
},
}