Restored the data model, config and settings html

This commit is contained in:
WBHarry 2026-06-23 22:59:16 +02:00
parent 25642b80b1
commit 1017437480
5 changed files with 75 additions and 4 deletions

View file

@ -106,11 +106,18 @@ export const templateTypes = {
}
};
export const targetTypes = {
self: {
id: 'self',
label: 'DAGGERHEART.CONFIG.TargetTypes.self'
export const rangeInclusion = {
withinRange: {
id: 'withinRange',
label: 'DAGGERHEART.CONFIG.RangeInclusion.withinRange'
},
outsideRange: {
id: 'outsideRange',
label: 'DAGGERHEART.CONFIG.RangeInclusion.outsideRange'
}
};
export const otherTargetTypes = {
friendly: {
id: 'friendly',
label: 'DAGGERHEART.CONFIG.TargetTypes.friendly'
@ -123,6 +130,14 @@ export const targetTypes = {
id: 'any',
label: 'DAGGERHEART.CONFIG.TargetTypes.any'
}
}
export const targetTypes = {
self: {
id: 'self',
label: 'DAGGERHEART.CONFIG.TargetTypes.self'
},
...otherTargetTypes
};
export const burden = {