From c1f7a3c286dc2d4a57197282fa025a8a1348d3a9 Mon Sep 17 00:00:00 2001 From: HimitsuYami Date: Fri, 25 Aug 2023 20:02:27 -0400 Subject: [PATCH] Update sheet-sidebar.hbs added changes from https://github.com/ElfFriend-DnD/foundryvtt-compactBeyond5eSheet/pull/81/commits/bc8c3838e29830fc4cf83b0e75c1197aee04b256 --- src/templates/parts/sheet-sidebar.hbs | 39 ++++++++++++--------------- 1 file changed, 17 insertions(+), 22 deletions(-) diff --git a/src/templates/parts/sheet-sidebar.hbs b/src/templates/parts/sheet-sidebar.hbs index 22c43dc..8029afa 100644 --- a/src/templates/parts/sheet-sidebar.hbs +++ b/src/templates/parts/sheet-sidebar.hbs @@ -2,8 +2,7 @@

{{ localize "DND5E.Proficiency" }}

-
{{#if systemFeatures.profLabel}}{{labels.proficiency}}{{else}}{{numberFormat system.attributes.prof decimals=0 - sign=true}}{{/if}}
+
{{labels.proficiency}}
@@ -18,35 +17,31 @@ {{!-- Skills --}} - {{#each settings.compact-beyond-5e-sheet.passiveDisplay as |bool s|}} - {{#if bool}} - {{#with (getProperty ../system.skills s)}} -
-

{{ localize "DND5E.Passive" }} {{label}}

-
- {{numberFormat passive decimals=0 sign=false}} -
-
- {{/with}} - {{/if}} - {{/each}} - - {{> (cb5es-path "templates/parts/actor-traits.hbs")}} + {{> (concat moduleFilePath "templates/parts/actor-traits.hbs")}} - \ No newline at end of file +