forked from GitHub-Mirrors/foundry-sw5e
Add temp points and powers known
This commit is contained in:
parent
1ce2e92ccd
commit
f0d94ba98b
3 changed files with 1064 additions and 1044 deletions
|
@ -8,6 +8,11 @@
|
|||
<span class="value-separator">/</span>
|
||||
<input name="data.attributes.force.points.max" type="text" value="{{data.attributes.force.points.max}}" data-dtype="Number" placeholder="0" class="value-number" />
|
||||
</div>
|
||||
|
||||
<footer class="attribute-footer">
|
||||
<input name="data.attributes.force.points.temp" type="text" placeholder="+Temp" value="{{data.attributes.force.points.temp}}" data-dtype="Number" />
|
||||
<input name="data.attributes.force.points.tempmax" type="text" placeholder="+Max" value="{{data.attributes.force.points.tempmax}}" data-dtype="Number" />
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<div class="resource">
|
||||
|
@ -36,6 +41,15 @@
|
|||
<span>{{data.attributes.powerForceDarkDC}}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="resource">
|
||||
<h1>Powers Known</h1>
|
||||
|
||||
<div class="attribute-value">
|
||||
<div></div>
|
||||
<span>{{data.attributes.force.known.max}}</span>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{{#if isNPC}}
|
||||
|
@ -55,6 +69,7 @@
|
|||
</ul>
|
||||
|
||||
<div class="group-list-header group-grid-powers">
|
||||
<div></div>
|
||||
<div class="item-detail item-uses"></div>
|
||||
<div class="item-detail item-school">{{localize "SW5E.PowerSchool"}}</div>
|
||||
<div class="item-detail item-action">{{localize "SW5E.PowerUsage"}}</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue