Files
l5rx-chiaroscuro/system/templates/sheets/actor/narrative.html
2020-12-15 10:56:19 +01:00

18 lines
818 B
HTML

<ul class="narrative-content">
<li>
<label class="attribute-label">{{ localize 'l5r5e.social.ninjo' }}</label>
<input type="text" name="data.social_standing.ninjo" value="{{data.social.ninjo}}"/>
</li>
<li>
<label class="attribute-label">{{ localize 'l5r5e.social.giri' }}</label>
<input type="text" name="data.social_standing.giri" value="{{data.social.giri}}"/>
</li>
<li>
<label class="attribute-label">{{ localize 'l5r5e.social.titles' }}</label>
<input type="text" name="data.social_standing.titles" value="{{data.social.titles}}"/>
</li>
</ul>
<fieldset>
<legend class="text-block-header">{{ localize 'l5r5e.notes' }}</legend>
{{ editor content=data.notes.value target="data.notes.value" button=true editable=editable }}
</fieldset>