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.

22 lines
1.4 KiB

1 year ago
1 year ago
1 year ago
  1. <form spellcheck="false" autocomplete="off">
  2. <section class="sidebar">
  3. {{> "systems/pf2e/templates/actors/npc/partials/sidebar.hbs"}}
  4. </section>
  5. <div class="npc-body">
  6. {{> "systems/pf2e/templates/actors/npc/partials/header.hbs"}}
  7. <nav class="sheet-tabs tabs" data-group="primary">
  8. <a class="item" data-tab="main">{{localize "PF2E.NPC.MainTab"}}</a>
  9. <a class="item {{disabled (not document.inventory.size)}}" data-tab="inventory">{{localize "PF2E.NPC.InventoryTab"}}</a>
  10. <a class="item {{disabled (not document.isSpellcaster)}}" data-tab="spells">{{localize "PF2E.NPC.SpellsTab"}}</a>
  11. <a class="item {{disabled (nor document.conditions.active.length document.itemTypes.effect.length)}}" data-tab="effects">{{localize "PF2E.NPC.EffectsTab"}}</a>
  12. <a class="item {{disabled (nor data.details.publicNotes data.details.privateNotes)}}" data-tab="notes">{{localize "PF2E.NPC.NotesTab"}}</a>
  13. </nav>
  14. <section class="sheet-body">
  15. {{> "systems/pf2e/templates/actors/npc/tabs/main.hbs"}}
  16. {{> "systems/pf2e/templates/actors/npc/tabs/inventory.hbs"}}
  17. {{> "systems/pf2e/templates/actors/npc/tabs/spells.hbs"}}
  18. {{> "systems/pf2e/templates/actors/npc/tabs/effects.hbs"}}
  19. {{> "systems/pf2e/templates/actors/npc/tabs/notes.hbs"}}
  20. </section>
  21. </div>
  22. </form>