add armor item

This commit is contained in:
Vlyan
2020-12-15 10:56:19 +01:00
parent 0b51804f21
commit 971c33321e
15 changed files with 190 additions and 27 deletions

View File

@@ -1,19 +1,19 @@
<ul class="social-content">
<li>
<label class="attribute-label centered-input">
{{ localize 'l5r5e.socialstanding.honor' }}
{{ localize 'l5r5e.social.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' }}
{{ localize 'l5r5e.social.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' }}
{{ localize 'l5r5e.social.status' }}
<input class="centered-input" type="text" name="data.social.status" value="{{data.social.status}}" placeholder="0"/>
</label>
</li>