daggerheart/module/config/actionConfig.mjs
2025-05-23 18:45:22 +02:00

17 lines
285 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'
}
};