Update Core to 1.4.1

Update Core to 1.4.1 and internal Version to 1.4.1.R1-A8
This commit is contained in:
supervj 2021-08-06 16:38:15 -04:00
parent f16383841b
commit 5bb253d9c3
56 changed files with 5440 additions and 3827 deletions

View file

@ -128,12 +128,31 @@
</div>
</div>
<div class="form-group">
<label>
{{localize "SW5E.ClassSkillsEligible"}}
{{#if editable }}
<a class="trait-selector class-skills" data-target="data.skills.choices" data-options="skills.choices">
<i class="fas fa-edit"></i>
</a>
{{/if}}
</label>
<div class="form-fields">
<ul class="traits-list">
{{#each data.skills.choices}}
<li class="tag {{this}}">{{lookup ../config.skills this}}</li>
{{/each}}
</ul>
</div>
</div>
<div class="form-group">
<label>
{{localize "SW5E.ClassSkillsChosen"}}
{{#if editable }}
<a class="trait-selector class-skills" data-target="data.skills" data-options="skills">
<i class="fas fa-edit"></i></a>
<i class="fas fa-edit"></i>
</a>
{{/if}}
</label>
<div class="form-fields">