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.

29 lines
1.5 KiB

1 year ago
  1. <section class="sheet-sidebar sidebar sidebar-loot">
  2. <div class="image-container">
  3. <img class="actor-image" src="{{actor.img}}" title="{{actor.name}}" data-edit="img" />
  4. <a class="hover-icon" data-action="show-image"><i class="fas fa-image fa-fw"></i></a>
  5. </div>
  6. {{#if (and user.isGM isLoot)}}
  7. <section class="gm-settings">
  8. <section class="loot-distribution">
  9. <button class= "split-coins" type="button" name="split-coins" value="1"><i class="fa fa-coins"></i> {{localize "PF2E.loot.SplitCoinsLabel"}}</button>
  10. <button class= "loot-npcs" type="button" name="loot-npc"><i class="fas fa-box-open"></i> {{localize "PF2E.loot.LootNPCsLabel"}}</button>
  11. </section>
  12. <label class="hidden-when-empty" title="{{localize "PF2E.loot.HiddenWhenEmpty.Hint"}}">
  13. <span>{{localize "PF2E.loot.HiddenWhenEmpty.Label"}}</span>
  14. <input type="checkbox" name="system.hiddenWhenEmpty" data-dtype="Boolean" {{checked data.hiddenWhenEmpty}} />
  15. </label>
  16. </section>
  17. {{/if}}
  18. {{#if owner}}
  19. {{editor enrichedContent.description target="system.details.description" button=true user=user editable=editable}}
  20. {{else}}
  21. <div class="description">{{{enrichedContent.description}}}</div>
  22. {{/if}}
  23. <section class="sidebar-meta">
  24. <div class="bulk"><strong>{{localize "PF2E.BulkLabel"}}</strong> {{inventory.bulk.value}}</div>
  25. </section>
  26. </section>