Fix load/Capacity
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { SYSTEM } from "../config/system.mjs"
|
||||
import { htmlField } from "./shared.mjs"
|
||||
import { htmlField, numberField } from "./shared.mjs"
|
||||
|
||||
export default class MGNEFeature extends foundry.abstract.TypeDataModel {
|
||||
static defineSchema() {
|
||||
@@ -10,6 +10,7 @@ export default class MGNEFeature extends foundry.abstract.TypeDataModel {
|
||||
blank: true,
|
||||
initial: "",
|
||||
}),
|
||||
capacity: numberField(0, 0),
|
||||
description: htmlField(""),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user