Added a "description" field on the PC/NPC sheet, displayed in limited view
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user