Dice dialog v1 and Minus all key in template and long files

This commit is contained in:
Vlyan
2020-12-10 13:51:18 +01:00
parent 1d3ec4c274
commit ca69a8f182
25 changed files with 538 additions and 507 deletions

View File

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