From 583b9e9f53e2e71ed884d800e82d6a068eb1ff85 Mon Sep 17 00:00:00 2001 From: LeFrique Date: Sun, 5 May 2024 16:48:00 +0200 Subject: [PATCH] Refixed Classes - Reset Classes on Main + Hide PP on Spellstab for NPCs --- templates/sheets/character/spells.hbs | 2 ++ templates/sheets/npc/main.hbs | 9 +-------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/templates/sheets/character/spells.hbs b/templates/sheets/character/spells.hbs index 6884d0a..fc21a24 100644 --- a/templates/sheets/character/spells.hbs +++ b/templates/sheets/character/spells.hbs @@ -77,6 +77,7 @@ + {{#if (eq data.types.actor)}}
{{localize "midgard5.pp"}} {{localize "midgard5.spells"}}
@@ -103,4 +104,5 @@
+ {{/if}} diff --git a/templates/sheets/npc/main.hbs b/templates/sheets/npc/main.hbs index 7347f25..a955e80 100644 --- a/templates/sheets/npc/main.hbs +++ b/templates/sheets/npc/main.hbs @@ -15,14 +15,7 @@ {{localize "midgard5.class"}} - - {{#each data.info.class as |class id|}} -
- {{class}} - -
- {{/each}} - + {{localize "midgard5.level"}} {{data.calc.level}}