diff --git a/pokemon.js b/pokemon.js index 958ed54..0536ce6 100644 --- a/pokemon.js +++ b/pokemon.js @@ -43,7 +43,8 @@ function preloadHandlebarsTemplates() { const templatePaths = [ "systems/pokemon/templates/partials/character-sheet-character.hbs", - "systems/pokemon/templates/partials/character-sheet-combat.hbs" + "systems/pokemon/templates/partials/character-sheet-combat.hbs", + "systems/pokemon/templates/partials/character-sheet-inventory.hbs" ]; diff --git a/system.json b/system.json index b0221a0..fa3a77a 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.1.23", + "version": "0.1.24", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/system.zip b/system.zip index 841d1d0..a57e7db 100644 Binary files a/system.zip and b/system.zip differ diff --git a/templates/partials/character-sheet-inventory.hbs b/templates/partials/character-sheet-inventory.hbs new file mode 100644 index 0000000..94b05ff --- /dev/null +++ b/templates/partials/character-sheet-inventory.hbs @@ -0,0 +1,2 @@ +
+
\ No newline at end of file diff --git a/templates/sheets/character/sidebar.hbs b/templates/sheets/character/sidebar.hbs index d74f34d..9d21480 100644 --- a/templates/sheets/character/sidebar.hbs +++ b/templates/sheets/character/sidebar.hbs @@ -50,6 +50,11 @@ + @@ -62,6 +67,10 @@
{{> "systems/pokemon/templates/partials/character-sheet-combat.hbs"}}
+ +
+ {{> "systems/pokemon/templates/partials/character-sheet-inventory.hbs"}} +
diff --git a/types.csv b/types.csv deleted file mode 100644 index f755b6d..0000000 --- a/types.csv +++ /dev/null @@ -1,19 +0,0 @@ -Types,Normal,Fire,Water,Electric,Grass,Ice,Fighting,Poison,Ground,Flying,Psychic,Bug,Rock,Ghost,Dragon,Dark,Steel,Fairy -Normal,,,,,,,,,,,,,0.5,0,,,0.5, -Fire,,0.5,0.5,,2,2,,,,,,2,0.5,,0.5,,2, -Water,,2,0.5,,0.5,,,,2,,,,2,,0.5,,, -Electric,,,2,0.5,0.5,,,,0,2,,,,,0.5,,, -Grass,,0.5,2,,0.5,,,0.5,2,0.5,,0.5,2,,0.5,,0.5, -Ice,,0.5,0.5,,2,0.5,,,2,2,,,,,2,,0.5, -Fighting,2,,,,,2,,0.5,,0.5,0.5,0.5,2,0,,2,2,0.5 -Poison,,,,,2,,,0.5,0.5,,,,0.5,0.5,,,0,2 -Ground,,2,,2,0.5,,,2,,0,,0.5,2,,,,2, -Flying,,,,0.5,2,,2,,,,,2,0.5,,,,0.5, -Psychic,,,,,,,2,2,,,0.5,,,,,0,0.5, -Bug,,0.5,,,2,,0.5,0.5,,0.5,2,,,0.5,,2,0.5,0.5 -Rock,,0.5,,,,2,0.5,,0.5,2,,2,,,,,0.5, -Ghost,0,,,,,,,,,,2,,,2,,0.5,, -Dragon,,,,,,,,,,,,,,,2,,0.5,0 -Dark,,,,,,,0.5,,,,2,,,2,,0.5,,0.5 -Steel,,0.5,0.5,0.5,,2,,,,,,,2,,,,0.5,2 -Fairy,,0.5,,,,,2,0.5,,,,,,,2,2,0.5,