Fix load/Capacity

This commit is contained in:
2026-06-07 21:32:05 +02:00
parent 2fb6bfe444
commit 7623123bb5
54 changed files with 233 additions and 205 deletions
+2 -1
View File
@@ -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(""),
}
}