Update name field to actor name field
This commit is contained in:
parent
681cc28800
commit
3fe3161f49
@ -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),
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user