From a1b44a61abebc44cafb6a278f1e1e91610a2d805 Mon Sep 17 00:00:00 2001 From: Florian Date: Tue, 8 Apr 2025 13:05:29 +0200 Subject: [PATCH] Enhance character sheet layout and tooltips; add housing description to JSON data --- _layouts/character-sheet.html | 39 +++++++++++++++++++++++++++------- _layouts/default.html | 5 +++++ assets/game-data/housings.json | 3 ++- 3 files changed, 38 insertions(+), 9 deletions(-) diff --git a/_layouts/character-sheet.html b/_layouts/character-sheet.html index 6a2c090..8bf2b7f 100644 --- a/_layouts/character-sheet.html +++ b/_layouts/character-sheet.html @@ -8,7 +8,7 @@ layout: page Picture of {{ page.title }} {% endif %} -
+

Straßenname: @@ -27,11 +27,13 @@ layout: page

Unterkunft: - + + i

Lebensstil: - + + i

Lebenskosten: @@ -42,14 +44,35 @@ layout: page {{ content }} diff --git a/_layouts/default.html b/_layouts/default.html index c04682d..e5a41ad 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -11,6 +11,11 @@ {% include footer.html %}