Add toolip and trait descriptions

This commit is contained in:
2026-04-24 19:02:08 +02:00
parent 999b78c6fc
commit b19ba64a39
8 changed files with 89 additions and 6 deletions
+1 -1
View File
@@ -61,7 +61,7 @@
<label>{{localize "AWEMMY.Ability.Traits"}}</label>
<div class="tags-list">
{{#each system.traits}}
<span class="tag">{{this}} <a data-action="removeTrait" data-index="{{@index}}">×</a></span>
<span class="tag" data-tooltip="{{traitTooltip this}}">{{this}} <a data-action="removeTrait" data-index="{{@index}}">×</a></span>
{{/each}}
<input type="text" class="new-tag" data-action="addTrait"
list="awemmy-trait-suggestions"