renamed talent property from talentRank to rank

This commit is contained in:
Gesina Schwalbe 2021-01-06 11:52:11 +01:00
parent 17b5eee902
commit 98f31d9e8c
5 changed files with 9 additions and 8 deletions

View file

@ -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}}