Update Npc sheet style for v1.0 Update Character sheet rings / social / attribute Delete old l5r-ui folder Add asset svg
20 lines
885 B
HTML
20 lines
885 B
HTML
<ul class="social-content">
|
|
<li>
|
|
<label class="attribute-label centered-input">
|
|
<strong>{{ localize 'l5r5e.social.honor' }}</strong>
|
|
<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">
|
|
<strong>{{ localize 'l5r5e.social.glory' }}</strong>
|
|
<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">
|
|
<strong>{{ localize 'l5r5e.social.status' }}</strong>
|
|
<input class="centered-input" type="text" name="data.social.status" value="{{data.social.status}}" placeholder="0"/>
|
|
</label>
|
|
</li>
|
|
</ul> |