From 1c6202bede5fd13ec2feeac42bf671af95cecb92 Mon Sep 17 00:00:00 2001 From: Professor Bunbury <69010799+professorbunbury@users.noreply.github.com> Date: Tue, 19 Jan 2021 10:08:49 -0500 Subject: [PATCH] New Character Sheet Fine Tuning (Resources & Traits Tab) Rearranged Resources/Counters and Traits on Resources & Traits tab to avoid pushing vital information down the sheet. --- .../actors/newActor/parts/swalt-core.html | 2 +- .../actors/newActor/parts/swalt-traits.html | 119 +++++++++--------- 2 files changed, 61 insertions(+), 60 deletions(-) diff --git a/templates/actors/newActor/parts/swalt-core.html b/templates/actors/newActor/parts/swalt-core.html index 6ab9d404..dcf42dbf 100644 --- a/templates/actors/newActor/parts/swalt-core.html +++ b/templates/actors/newActor/parts/swalt-core.html @@ -44,7 +44,7 @@
diff --git a/templates/actors/newActor/parts/swalt-traits.html b/templates/actors/newActor/parts/swalt-traits.html index 2cadc4f5..eacc294e 100644 --- a/templates/actors/newActor/parts/swalt-traits.html +++ b/templates/actors/newActor/parts/swalt-traits.html @@ -1,3 +1,63 @@ +
+
+ {{#each resources as |res|}} +
+

+ +

+
+ + / + +
+
+ + +
+
+ {{/each}} + +
+
+
+

{{ localize "SW5E.DeathSave" }}

+
+
+ + +
+
+ + +
+
+
+
+

{{ localize "SW5E.Exhaustion" }}

+
+ +
+
+
+

{{ localize "SW5E.Inspiration" }}

+
+ +
+
+
-
-
- {{#each resources as |res|}} -
-

- -

-
- - / - -
-
- - -
-
- {{/each}} -
-
-
-

{{ localize "SW5E.DeathSave" }}

-
-
- - -
-
- - -
-
-
-
-

{{ localize "SW5E.Exhaustion" }}

-
- -
-
-
-

{{ localize "SW5E.Inspiration" }}

-
- -
-
\ No newline at end of file