renamed talent property from talentRank to rank
This commit is contained in:
parent
17b5eee902
commit
98f31d9e8c
5 changed files with 9 additions and 8 deletions
|
@ -5,10 +5,10 @@
|
|||
|
||||
{{#*inline "talentRankSideProperty" }}
|
||||
<div class="side-property">
|
||||
<label for="data.talentRank.{{property}}">{{localize localizeString}}</label>
|
||||
<label for="data.rank.{{property}}">{{localize localizeString}}</label>
|
||||
<input type="number" min="0" step="1" data-dtype="Number" {{disabled}}
|
||||
{{#if (eq property 'base') }}max="{{data.talentRank.max}}"{{/if}}
|
||||
name="data.talentRank.{{property}}" value="{{lookup data.talentRank property}}" />
|
||||
{{#if (eq property 'base') }}max="{{data.rank.max}}"{{/if}}
|
||||
name="data.rank.{{property}}" value="{{lookup data.rank property}}" />
|
||||
</div>
|
||||
{{/inline}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue