Merge branch 'main' into feature/style-tooltips

This commit is contained in:
Murilo Brito 2025-12-23 19:27:50 -03:00 committed by GitHub
commit 5a9ad904be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
236 changed files with 2521 additions and 927 deletions

View file

@ -29,7 +29,7 @@
<div class="roll-target" data-token="{{id}}">
<img class="target-img" src="{{img}}">
<div class="target-data">
<div class="target-name" data-perm-id="{{actorId}}"><span>{{name}}</span></div>
<div class="target-name"><span>{{name}}</span></div>
{{#if (and ../hasRoll (hasProperty this "hit"))}}
<div class="target-hit-status {{#if hit}}is-hit{{else}}is-miss{{/if}}" data-perm-id="{{actorId}}" data-perm-hidden="true">
{{#if hit}}