Fix apv2, WIP
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
<div class="tab stories sheet-part" data-group="sheet" data-tab="stories">
|
||||
{{> "systems/vermine2047/templates/actor/appv2/character-header.hbs"}}
|
||||
<section class="flexrow flex-group-left flex-align-left gap-md">
|
||||
<div>
|
||||
<h4>{{ localize 'IDENTITY.theme'}}</h4>
|
||||
{{#if isEditMode}}
|
||||
<textarea
|
||||
name="system.identity.theme">{{ system.identity.theme }}</textarea>
|
||||
{{else}}
|
||||
<p>{{{ system.identity.theme }}}</p>
|
||||
{{/if}}
|
||||
<h4>{{ localize 'IDENTITY.objectives'}}</h4>
|
||||
{{#if isEditMode}}
|
||||
<textarea
|
||||
name="system.identity.objectives">{{ system.identity.objectives }}</textarea>
|
||||
{{else}}
|
||||
<p>{{{ system.identity.objectives }}}</p>
|
||||
{{/if}}
|
||||
</div>
|
||||
<div>
|
||||
<h4>{{ localize 'IDENTITY.instincts'}}</h4>
|
||||
{{#if isEditMode}}
|
||||
<textarea
|
||||
name="system.identity.instincts">{{ system.identity.instincts }}</textarea>
|
||||
{{else}}
|
||||
<p>{{{ system.identity.instincts }}}</p>
|
||||
{{/if}}
|
||||
<h4>{{ localize 'IDENTITY.prohibits'}}</h4>
|
||||
{{#if isEditMode}}
|
||||
<textarea
|
||||
name="system.identity.prohibits">{{ system.identity.prohibits }}</textarea>
|
||||
{{else}}
|
||||
<p>{{{ system.identity.prohibits }}}</p>
|
||||
{{/if}}
|
||||
</div>
|
||||
</section>
|
||||
<section class="flexcol ">
|
||||
<div>
|
||||
<h4>{{ localize 'IDENTITY.notes'}}</h4>
|
||||
{{editor system.identity.biography target="system.identity.biography"
|
||||
button=true owner=owner editable=editable}}
|
||||
</div>
|
||||
<div>
|
||||
<h4>{{ localize 'IDENTITY.relations'}}</h4>
|
||||
{{editor system.identity.relations target="system.identity.relations"
|
||||
button=true owner=owner editable=editable}}
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
Reference in New Issue
Block a user