From 865bf87b25769d55ba04b2e0cd5e1acaf6079b18 Mon Sep 17 00:00:00 2001 From: Eldritch-Oliver Date: Thu, 4 Sep 2025 18:48:38 -0600 Subject: [PATCH] Add tooltips for the attribute names on the player sheet --- templates/PlayerSheet/attributes.hbs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/PlayerSheet/attributes.hbs b/templates/PlayerSheet/attributes.hbs index 80d6085..c52b575 100644 --- a/templates/PlayerSheet/attributes.hbs +++ b/templates/PlayerSheet/attributes.hbs @@ -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}} @@ -21,6 +22,7 @@ name="{{attr.path}}.max" value="{{attr.max}}" aria-label="Maximum value" + data-tooltip="@{{ attr.id }}.max" > {{/if}}