diff --git a/module/data-models.mjs b/module/data-models.mjs index 7cfed80..7f06c89 100644 --- a/module/data-models.mjs +++ b/module/data-models.mjs @@ -40,7 +40,6 @@ const nullPlaybook = lookupPlaybook(nullPlaybookKey); export class HenchDataModel extends foundry.abstract.TypeDataModel { static defineSchema() { return { - name: textField(), look: textField(), details: cappedArrayField(promptField(), 2), fixedInclinations: cappedArrayField(textField(), 2), diff --git a/templates/actors/hench.hbs b/templates/actors/hench.hbs index 7fbaa0f..8b417e3 100644 --- a/templates/actors/hench.hbs +++ b/templates/actors/hench.hbs @@ -4,7 +4,7 @@

Details:

-

Name: {{ actor.system.name }}

+

Name: {{ actor.name }}

Look: {{ actor.system.look }}

Playbook: