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 {
|
export class HenchDataModel extends foundry.abstract.TypeDataModel {
|
||||||
static defineSchema() {
|
static defineSchema() {
|
||||||
return {
|
return {
|
||||||
name: textField(),
|
|
||||||
look: textField(),
|
look: textField(),
|
||||||
details: cappedArrayField(promptField(), 2),
|
details: cappedArrayField(promptField(), 2),
|
||||||
fixedInclinations: cappedArrayField(textField(), 2),
|
fixedInclinations: cappedArrayField(textField(), 2),
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<h2> Details: </h2>
|
<h2> Details: </h2>
|
||||||
|
|
||||||
<div id="hench-explicit-details">
|
<div id="hench-explicit-details">
|
||||||
<p>Name: {{ actor.system.name }}</p>
|
<p>Name: {{ actor.name }}</p>
|
||||||
<p>Look: {{ actor.system.look }}</p>
|
<p>Look: {{ actor.system.look }}</p>
|
||||||
<div>
|
<div>
|
||||||
<span><b>Playbook:</b></span>
|
<span><b>Playbook:</b></span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user