mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
Completed functionality
This commit is contained in:
parent
5e608dea99
commit
f6aa3dc750
8 changed files with 68 additions and 14 deletions
|
|
@ -112,6 +112,9 @@ export default class BaseEffect extends foundry.data.ActiveEffectTypeDataModel {
|
|||
initial: CONFIG.DH.GENERAL.range.veryClose.id,
|
||||
label: 'DAGGERHEART.ACTIVEEFFECT.Config.area.size'
|
||||
}),
|
||||
targetDispositions: new fields.SetField(new fields.NumberField({
|
||||
|
||||
})),
|
||||
}, { nullable: true, initial: null })
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue