From 07d00b10666381845c46f56a8fe8034c86c7a0d8 Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Mon, 11 Aug 2025 14:19:17 +0200 Subject: [PATCH] :sparkles: --- system.json | 2 +- template.json | 4 ++++ .../partials/character-sheet-character.hbs | 22 +++++++++---------- .../partials/character-sheet-inventory.hbs | 1 + 4 files changed, 16 insertions(+), 13 deletions(-) diff --git a/system.json b/system.json index fa3a77a..d238b1c 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.1.24", + "version": "0.1.25", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/template.json b/template.json index ea16a41..4fd621b 100644 --- a/template.json +++ b/template.json @@ -12,6 +12,8 @@ "type1": "Normal", "type2": "", + "inventory": "", + "experience": { "level": 1, "EXP": 0 @@ -22,6 +24,8 @@ "stats": { "attack": 0, "defense": 0, + "specialAttack": 0, + "specialDefense": 0, "speed": 0, "hp": 0 }, diff --git a/templates/partials/character-sheet-character.hbs b/templates/partials/character-sheet-character.hbs index 5d63ce2..ee1b3cb 100644 --- a/templates/partials/character-sheet-character.hbs +++ b/templates/partials/character-sheet-character.hbs @@ -2,7 +2,7 @@
Attack
-
+ {{!--
- {{!-- --}} -
+
--}} +
+
+
Sp. Attack
Defense
-
+ {{!--
- {{!-- --}} -
+
--}} +
+
+
Sp. Defense
Speed
diff --git a/templates/partials/character-sheet-inventory.hbs b/templates/partials/character-sheet-inventory.hbs index 94b05ff..6bd185c 100644 --- a/templates/partials/character-sheet-inventory.hbs +++ b/templates/partials/character-sheet-inventory.hbs @@ -1,2 +1,3 @@
+
\ No newline at end of file