FIx compendiums

This commit is contained in:
2026-05-13 22:43:58 +02:00
parent c76813029b
commit a572c66678
68 changed files with 869 additions and 309 deletions
+4 -4
View File
@@ -5,10 +5,10 @@ export default class MGNEFeature extends foundry.abstract.TypeDataModel {
static defineSchema() {
return {
featureId: new foundry.data.fields.StringField({
required: true,
nullable: false,
initial: "akimbo-hit-priest",
choices: SYSTEM.featureChoices,
required: false,
nullable: true,
blank: true,
initial: "",
}),
description: htmlField(""),
}