Added a "description" field on the PC/NPC sheet, displayed in limited view

This commit is contained in:
Vlyan
2021-05-26 13:55:39 +02:00
parent c82a3324d8
commit b883689b63
8 changed files with 60 additions and 68 deletions

View File

@@ -7,8 +7,8 @@
{{> 'systems/l5r5e/templates/actors/npc/identity.html'}}
</div>
<fieldset class="npc-note">
<legend class="text-block-header">{{localize 'l5r5e.notes'}}</legend>
{{editor content=data.data.notes.value target="data.notes.value" button=true editable=options.editable}}
<legend class="text-block-header">{{localize 'l5r5e.description'}}</legend>
{{editor content=data.data.description target="data.description" button=true editable=options.editable}}
</fieldset>
<div class="header-fields">
<h2>{{localize 'l5r5e.social.title'}}</h2>