forked from GitHub-Mirrors/foundry-sw5e
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:
parent
f9bc405787
commit
7fc983b042
6 changed files with 549 additions and 522 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue