mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-19 08:20:30 +01:00
Fixed to use Foundry's measuring instead.
This commit is contained in:
parent
b80f598625
commit
9baaa0c01f
6 changed files with 28 additions and 82 deletions
|
|
@ -43,26 +43,14 @@ export const range = {
|
|||
}
|
||||
};
|
||||
|
||||
export const compareOperator = {
|
||||
lessThan: {
|
||||
id: 'lessThan',
|
||||
label: 'DAGGERHEART.CONFIG.CompareOperator.lessThan'
|
||||
export const rangeInclusion = {
|
||||
withinRange: {
|
||||
id: 'withinRange',
|
||||
label: 'DAGGERHEART.CONFIG.RangeInclusion.withinRange'
|
||||
},
|
||||
lessThanEqual: {
|
||||
id: 'lessThanEqual',
|
||||
label: 'DAGGERHEART.CONFIG.CompareOperator.lessThanEqual'
|
||||
},
|
||||
equal: {
|
||||
id: 'equal',
|
||||
label: 'DAGGERHEART.CONFIG.CompareOperator.equal'
|
||||
},
|
||||
moreThanEqual: {
|
||||
id: 'moreThanEqual',
|
||||
label: 'DAGGERHEART.CONFIG.CompareOperator.moreThanEqual'
|
||||
},
|
||||
moreThan: {
|
||||
id: 'moreThan',
|
||||
label: 'DAGGERHEART.CONFIG.CompareOperator.moreThan'
|
||||
outsideRange: {
|
||||
id: 'outsideRange',
|
||||
label: 'DAGGERHEART.CONFIG.RangeInclusion.outsideRange'
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue