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
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue