Some progression work, and fixed start rank level to 1
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<li>
|
||||
<label class="attribute-label">
|
||||
{{ localize 'l5r5e.schoolrank' }}
|
||||
<input type="number" name="data.identity.school_rank" value="{{data.identity.school_rank}}" class="select-on-focus" data-dtype="Number" min="0" placeholder="0"/>
|
||||
<input type="number" name="data.identity.school_rank" value="{{data.identity.school_rank}}" class="select-on-focus" data-dtype="Number" min="1" placeholder="1"/>
|
||||
</label>
|
||||
</li>
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user