Files
l5rx-chiaroscuro/system/templates/sheets/actor/narrative.html
Vlyan a86a0f3ab6 some work on 20 questions
fix on actor narrative : social_standing -> social
2020-12-14 23:50:35 +01:00

18 lines
848 B
HTML

<ul class="narrative-content">
<li>
<label class="attribute-label">{{ localize 'l5r5e.socialstanding.ninjo' }}</label>
<input type="text" name="data.social_standing.ninjo" value="{{data.social.ninjo}}"/>
</li>
<li>
<label class="attribute-label">{{ localize 'l5r5e.socialstanding.giri' }}</label>
<input type="text" name="data.social_standing.giri" value="{{data.social.giri}}"/>
</li>
<li>
<label class="attribute-label">{{ localize 'l5r5e.socialstanding.socialtitles' }}</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>