All user data for FoundryVTT. Includes worlds, systems, modules, and any asset in the "foundryuserdata" directory. Does NOT include the FoundryVTT installation itself.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
666 B

1 year ago
1 year ago
1 year ago
  1. <li class="item flexrow" data-entry-uuid="{{entry.uuid}}" data-type="Actor">
  2. <div class="image">
  3. <img class="" src="{{entry.img}}" title="{{entry.name}}" width="32" height="32" loading="lazy"/>
  4. </div>
  5. <div class="name">
  6. <a class="actor-link">{{entry.name}}</a>
  7. </div>
  8. <div class="tags paizo-style">
  9. {{#unless (eq entry.rarity "common")}}
  10. <span class="tag rarity {{entry.rarity}}">
  11. {{lookup (lookup filterData.checkboxes.rarity.options entry.rarity) "label"}}
  12. </span>
  13. {{/unless}}
  14. </div>
  15. <div class="level">
  16. <span title="NPC level">{{entry.level}}</span>
  17. </div>
  18. </li>