FIx compendiums
This commit is contained in:
@@ -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(""),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user