Merged with development

This commit is contained in:
WBHarry 2025-11-10 12:20:43 +01:00
commit 1aafc86bc8
211 changed files with 4151 additions and 858 deletions

View file

@ -18,10 +18,10 @@
</div>
{{else}}
<div class='status-value'>
<p><input class="bar-input" name="system.resources.hitPoints.value" min="0" max='{{resource.max}}'
value="{{resource.value}}" type="number"></p>
<p>/</p>
<p class="bar-label">{{resource.max}}</p>
<input class="bar-input" name="system.resources.hitPoints.value" min="0" max='{{resource.max}}'
value="{{resource.value}}" type="number">
<span>/</span>
<span class="bar-label">{{resource.max}}</span>
</div>
<progress
class='progress-bar'