✨
This commit is contained in:
@@ -43,7 +43,8 @@ function preloadHandlebarsTemplates() {
|
|||||||
const templatePaths = [
|
const templatePaths = [
|
||||||
|
|
||||||
"systems/pokemon/templates/partials/character-sheet-character.hbs",
|
"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"
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "0.1.23",
|
"version": "0.1.24",
|
||||||
"id": "pokemon",
|
"id": "pokemon",
|
||||||
"title": "Pokémon TTRPG",
|
"title": "Pokémon TTRPG",
|
||||||
"description": "A Pokémon TTRPG",
|
"description": "A Pokémon TTRPG",
|
||||||
|
|||||||
BIN
system.zip
BIN
system.zip
Binary file not shown.
2
templates/partials/character-sheet-inventory.hbs
Normal file
2
templates/partials/character-sheet-inventory.hbs
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
<div class="inventoryBox">
|
||||||
|
</div>
|
||||||
@@ -50,6 +50,11 @@
|
|||||||
<i class="fa-solid fa-swords"></i>
|
<i class="fa-solid fa-swords"></i>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="menuIcon" style="left: 180px;">
|
||||||
|
<a class="item" data-tab="tab3" data-group="primary-tabs">
|
||||||
|
<i class="fa-solid fa-box-open"></i>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -62,6 +67,10 @@
|
|||||||
<div class="tab" data-tab="tab2" data-group="primary-tabs">
|
<div class="tab" data-tab="tab2" data-group="primary-tabs">
|
||||||
{{> "systems/pokemon/templates/partials/character-sheet-combat.hbs"}}
|
{{> "systems/pokemon/templates/partials/character-sheet-combat.hbs"}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="tab" data-tab="tab3" data-group="primary-tabs">
|
||||||
|
{{> "systems/pokemon/templates/partials/character-sheet-inventory.hbs"}}
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
19
types.csv
19
types.csv
@@ -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,
|
|
||||||
|
Reference in New Issue
Block a user