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