Sneak Fixes
Changes: + EP Input vergrößert + Verstecke Ungelernte Fähigkeiten auf Spieler Bogen wie bei NPC Bogen + Fix Mods (again) + nutze richtige movement wert bei NPC Bogen
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
<td>{{localize "midgard5.grace"}}</td>
|
||||
<td><input name="data.gg" type="text" value="{{data.gg}}" data-dtype="Number" /></td>
|
||||
<td>{{localize "midgard5.exp-overall"}}</td>
|
||||
<td><input name="data.es" type="text" value="{{data.es}}" data-dtype="Number" /></td>
|
||||
<td width="40%"><input name="data.es" type="text" value="{{data.es}}" data-dtype="Number" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{localize "midgard5.destiny"}}</td>
|
||||
|
||||
@@ -142,6 +142,8 @@
|
||||
|
||||
<div class="flexpart">
|
||||
<div class="flexpart-header"><img src="icons/sundries/gaming/dice-pair-white-green.webp" class="flexpart-icon">{{localize "midgard5.unlearned-skills"}}</div>
|
||||
<input id="data.info.showUnlearned" class="checkbox" type="checkbox" name="data.info.showUnlearned" {{checked data.info.showUnlearned}} style="float: right;">
|
||||
<label for="data.info.showUnlearned" style="font-size: small; font-weight: normal; font-style: italic; float: right;">{{localize "midgard5.showUnlearned"}} </label>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -154,6 +156,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{{#unless (not data.info.showUnlearned)}}
|
||||
{{#each data.skills.general as |skill key|}}
|
||||
{{#unless (isSkillInList (localizeMidgard key) ../actor.system.calc.skills.general) }}
|
||||
<tr data-skill="{{key}}">
|
||||
@@ -166,6 +169,7 @@
|
||||
</tr>
|
||||
{{/unless}}
|
||||
{{/each}}
|
||||
{{/unless}}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user