Add tooltips for the attribute names on the player sheet

This commit is contained in:
Eldritch-Oliver 2025-09-04 18:48:38 -06:00
parent 0bc3594672
commit 865bf87b25

View file

@ -12,6 +12,7 @@
name="{{attr.path}}.value"
value="{{attr.value}}"
aria-label="Current value"
data-tooltip="@{{ attr.id }}{{#if attr.isRange}}.value{{/if}}"
>
{{#if attr.isRange}}
<span aria-hidden="true">/</span>
@ -21,6 +22,7 @@
name="{{attr.path}}.max"
value="{{attr.max}}"
aria-label="Maximum value"
data-tooltip="@{{ attr.id }}.max"
>
{{/if}}
</div>