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
|
|
@ -11,8 +11,8 @@ export default class BaseEffect extends foundry.abstract.TypeDataModel {
|
|||
}),
|
||||
type: new fields.StringField({
|
||||
required: true,
|
||||
choices: CONFIG.DH.GENERAL.compareOperator,
|
||||
initial: CONFIG.DH.GENERAL.compareOperator.lessThanEqual.id,
|
||||
choices: CONFIG.DH.GENERAL.rangeInclusion,
|
||||
initial: CONFIG.DH.GENERAL.rangeInclusion.withinRange.id,
|
||||
label: 'DAGGERHEART.GENERAL.type'
|
||||
}),
|
||||
target: new fields.StringField({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue