forked from GitHub-Mirrors/foundry-sw5e
Updates to DAE, Archetypes, Backgrounds, Classes, Species, CSS/LESS, etc.
What the subject line said.
This commit is contained in:
parent
3afef6c7f1
commit
14e9b0c341
67 changed files with 2357 additions and 818 deletions
|
@ -116,6 +116,7 @@
|
|||
<a class="item" data-tab="powerbook">{{ localize "SW5E.Powerbook" }}</a>
|
||||
<a class="item" data-tab="effects">{{ localize "SW5E.Effects" }}</a>
|
||||
<a class="item" data-tab="biography">{{ localize "SW5E.Biography" }}</a>
|
||||
<a class="item" data-tab="notes">Notes</a>
|
||||
</nav>
|
||||
|
||||
{{!-- Character Sheet Body --}}
|
||||
|
@ -252,5 +253,10 @@
|
|||
{{editor content=data.details.biography.value target="data.details.biography.value" button=true owner=owner editable=editable}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{!-- Notes Tab --}}
|
||||
<div class="tab notes flexcol" data-group="primary" data-tab="notes">
|
||||
{{> "systems/sw5e/templates/actors/oldActor/parts/actor-notes.html"}}
|
||||
</div>
|
||||
</section>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue