Fix #160 - Add new values...

This commit is contained in:
2022-11-27 18:54:52 +01:00
parent 7d46699c62
commit cb896c9813
7 changed files with 116 additions and 39 deletions

View File

@ -168,6 +168,22 @@
</div>
</div>
<div>
<ul class="stat-list alternate-list">
<li class="item flexrow list-item items-title-bg">
<span class="item-name-label-header-long">
<h3><label class="items-title-text">Status Thresholds</label></h3>
</span>
<span class="item-name-label-header-long">
<label class="items-title-text">Madness Threshold (MT): {{mt}}</label>
</span>
<span class="item-name-label-header-long">
<label class="items-title-text">Knock Back Value (KBV): {{kbv}}</label>
</span>
</li>
</ul>
</div>
<div>
<ul class="stat-list alternate-list">
<li class="item flexrow list-item items-title-bg">
@ -410,7 +426,7 @@
<h4>Power Purchase Points (PPP)</h4>
</span>
<span class="small-label padd-right packed-left">Available PPP</span><input type="text"
class="padd-right input-numeric-short" name="system.ppp.available" value="{{data.ppp.available}}"
class="padd-right input-numeric-short" name="system.ppp.availablePPP" value="{{data.ppp.availablePPP}}"
data-dtype="Number" />
&nbsp;&nbsp;
<span class="small-label padd-right packed-left">Spent PPP</span><input type="text"

View File

@ -82,7 +82,7 @@
<li class="flexrow"><label class="generic-label">No perks allowed ?</label>
<label class="attribute-value checkbox"><input type="checkbox" name="system.noperksallowed" {{checked data.noperksallowed}}/></label>
</li>
<li class="flexrow"><label class="generic-label">Locked (Only GM can change/edit) ?</label>
<li class="flexrow"><label class="generic-label">Permanent/Locked (Only GM can change/edit) ?</label>
<label class="attribute-value checkbox"><input type="checkbox" name="system.locked" {{checked data.locked}}/></label>
</li>
<li class="flexrow"><label class="generic-label">Display Text when added to Actor</label>

View File

@ -142,6 +142,7 @@
<option value="none5">===== Other Circumstances</option>
<option value="d4">Concentrated<option>
<option value="d4">Off Hand d4<option>
<option value="d6">Higher Ground d6</option>
{{/select}}
</select>
</div>