Updating to Push Class skills on level up

Update from DND5E beta for Class Skills on level up and other various fixups
This commit is contained in:
supervj 2020-10-06 00:45:33 -04:00
parent 67ba5b2d2d
commit 53d7284596
36 changed files with 1537 additions and 440 deletions

View file

@ -1,22 +0,0 @@
<div class="sw5e chat-card consumable-card" data-actor-id="{{actor._id}}" data-item-id="{{item._id}}" {{#if tokenId}}data-token-id="{{tokenId}}"{{/if}}>
<header class="card-header flexrow">
<img src="{{item.img}}" title="{{item.name}}" width="36" height="36"/>
<h3>{{item.name}}</h3>
</header>
<div class="card-content">{{{data.description.value}}}</div>
<div class="card-buttons">
{{#if data.hasCharges}}
<button data-action="consume">{{ localize "SW5E.Use" }} {{data.consumableType.str}}</button>
{{else}}
<button disabled>{{ localize "SW5E.NoCharges" }}</button>
{{/if}}
</div>
<footer class="card-footer">
{{#each data.properties}}
<span>{{this}}</span>
{{/each}}
</footer>
</div>

View file

@ -28,7 +28,7 @@
{{#if hasSave}}
<button data-action="save" data-ability="{{data.save.ability}}" disabled>
{{ localize "SW5E.Save" }} {{labels.save}}
{{ localize "SW5E.SavingThrow" }} {{labels.save}}
</button>
{{/if}}