Removed the RangeDependent setting for ActiveEffects

This commit is contained in:
WBHarry 2026-06-23 16:19:30 +02:00
parent 958eaa310c
commit 708371aa42
279 changed files with 1631 additions and 3779 deletions

View file

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