Update name field to actor name field

This commit is contained in:
walcutt 2024-12-04 15:09:20 -05:00
parent 681cc28800
commit 3fe3161f49
2 changed files with 1 additions and 2 deletions

View File

@ -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),

View File

@ -4,7 +4,7 @@
<h2> Details: </h2>
<div id="hench-explicit-details">
<p>Name: {{ actor.system.name }}</p>
<p>Name: {{ actor.name }}</p>
<p>Look: {{ actor.system.look }}</p>
<div>
<span><b>Playbook:</b></span>