2021-01-06 11:39:39 +01:00
|
|
|
{{!-- ======================================================================== --}}
|
|
|
|
{{!-- INLINE PARTIAL DEFINITIONS --}}
|
|
|
|
{{!-- ======================================================================== --}}
|
|
|
|
|
2021-01-06 01:24:37 +01:00
|
|
|
|
2021-01-06 15:25:55 +01:00
|
|
|
{{#*inline "talentRankBasicProperty" }}
|
|
|
|
<div class="basic-property">
|
2021-01-06 15:30:20 +01:00
|
|
|
<label for="data.rank.{{property}}">{{localize localizeString}}</label>
|
2021-01-06 01:24:37 +01:00
|
|
|
<input type="number" min="0" step="1" data-dtype="Number" {{disabled}}
|
2021-01-06 11:52:11 +01:00
|
|
|
{{#if (eq property 'base') }}max="{{data.rank.max}}"{{/if}}
|
|
|
|
name="data.rank.{{property}}" value="{{lookup data.rank property}}" />
|
2021-01-06 01:24:37 +01:00
|
|
|
</div>
|
|
|
|
{{/inline}}
|
|
|
|
|
|
|
|
|
2021-01-06 11:39:39 +01:00
|
|
|
{{!-- ======================================================================== --}}
|
|
|
|
|
|
|
|
|
2021-01-06 01:24:37 +01:00
|
|
|
<form class="{{cssClass}}" autocomplete="off">
|
2021-01-08 23:32:35 +01:00
|
|
|
{{#> systems/ds4/templates/item/partials/sheet-header.hbs}}
|
|
|
|
<div class="grid grid-4col basic-properties">
|
|
|
|
{{> talentRankBasicProperty data=data property='base' localizeString='DS4.TalentRankBase' }}
|
|
|
|
{{> talentRankBasicProperty data=data property='max' localizeString='DS4.TalentRankMax'}}
|
|
|
|
{{> talentRankBasicProperty data=data property='mod' localizeString='DS4.TalentRankMod'}}
|
|
|
|
{{> talentRankBasicProperty data=data property='total' localizeString='DS4.TalentRankTotal' disabled='disabled'}}
|
2021-01-06 01:24:37 +01:00
|
|
|
</div>
|
2021-01-08 23:32:35 +01:00
|
|
|
{{/systems/ds4/templates/item/partials/sheet-header.hbs}}
|
2021-01-06 16:10:56 +01:00
|
|
|
|
|
|
|
{{!-- Common Item body --}}
|
2021-01-09 18:23:25 +01:00
|
|
|
{{#> systems/ds4/templates/item/partials/body.hbs}}{{/systems/ds4/templates/item/partials/body.hbs}}
|
2021-01-06 01:24:37 +01:00
|
|
|
|
|
|
|
</form>
|