forked from public/fvtt-cthulhu-eternal
Fix #28 : switch to manual BP management
This commit is contained in:
@ -42,8 +42,6 @@
|
||||
<span class="label-bp" data-tooltip='{{localize "CTHULHUETERNAL.Tooltip.sanBPShort"}}'>{{localize
|
||||
"CTHULHUETERNAL.Label.sanBPShort"}}</span>
|
||||
{{formInput systemFields.san.fields.breakingPoint value=system.san.breakingPoint disabled=true}}
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
@ -51,15 +49,18 @@
|
||||
|
||||
<div class="flexrow">
|
||||
<span class="label-short-field">{{localize "CTHULHUETERNAL.Label.max"}}</span>
|
||||
{{formInput systemFields.san.fields.max value=system.san.max rootId=partId disabled=true}}
|
||||
{{formInput systemFields.san.fields.max value=system.san.max rootId=partId disabled=true}}
|
||||
</div>
|
||||
|
||||
<span class="label-insanity" >
|
||||
{{localize "CTHULHUETERNAL.Label.tempInsanity"}}
|
||||
</span>
|
||||
|
||||
{{formInput systemFields.san.fields.insanity value=system.san.insanity localize=true}}
|
||||
|
||||
{{#if (not isPlayMode)}}
|
||||
<button data-action="setBP" class="button" data-tooltip="{{localize "CTHULHUETERNAL.Tooltip.setBP"}}">{{localize "CTHULHUETERNAL.Label.setBP"}}</button>
|
||||
{{/if}}
|
||||
|
||||
</div>
|
||||
<div class="flexrow">
|
||||
|
||||
|
Reference in New Issue
Block a user