Update to help NPCs work better

This requires all the monsters to be updated with force powers, powerForce/TechLevels, and powercasting "classes"
This commit is contained in:
supervj 2021-02-16 02:15:39 -05:00
parent f9bc405787
commit 7fc983b042
6 changed files with 549 additions and 522 deletions

View file

@ -52,10 +52,11 @@
</div>
{{else}}
<h1>{{localize "SW5E.PowersKnown"}}</h1>
<div class="attribute-value">
<div></div>
<span>{{data.attributes.force.known.max}}</span>
<div class="attribute-value multiple">
<span class="value-number">{{data.attributes.force.known.value}}</span>
<span class="value-separator">/</span>
<span class="value-number">{{data.attributes.force.known.max}}</span>
</div>
{{/if}}
</div>

View file

@ -35,9 +35,10 @@
{{else}}
<h1>{{localize "SW5E.PowersKnown"}}</h1>
<div class="attribute-value">
<div></div>
<span>{{data.attributes.tech.known.max}}</span>
<div class="attribute-value multiple">
<span class="value-number">{{data.attributes.tech.known.value}}</span>
<span class="value-separator">/</span>
<span class="value-number">{{data.attributes.tech.known.max}}</span>
</div>
{{/if}}
</div>