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}}