mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Move missing attack type to getModel
This commit is contained in:
parent
42aba217ee
commit
87236879a9
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ export class DHActionDiceData extends foundry.abstract.DataModel {
|
|||
bonus: new fields.NumberField({ nullable: true, initial: null, label: 'Bonus' }),
|
||||
custom: new fields.SchemaField({
|
||||
enabled: new fields.BooleanField({ label: 'Custom Formula' }),
|
||||
formula: new FormulaField({ label: 'Formula' })
|
||||
formula: new FormulaField({ label: 'Formula', initial: "" })
|
||||
})
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue