Files
l5rx-chiaroscuro/system/templates/sheets/actor/social.html
2020-12-09 19:10:12 +01:00

20 lines
858 B
HTML

<ul class="social-content">
<li>
<label class="attribute-label centered-input">
{{ localize 'L5r5e.SocialStanding.Honor' }}
<input class="centered-input" type="text" name="data.social.honor" value="{{data.social.honor}}" placeholder="0"/>
</label>
</li>
<li>
<label class="attribute-label centered-input">
{{ localize 'L5r5e.SocialStanding.Glory' }}
<input class="centered-input" type="text" name="data.social.glory" value="{{data.social.glory}}" placeholder="0"/>
</label>
</li>
<li>
<label class="attribute-label centered-input">
{{ localize 'L5r5e.SocialStanding.Status' }}
<input class="centered-input" type="text" name="data.social.status" value="{{data.social.status}}" placeholder="0"/>
</label>
</li>
</ul>