This commit is contained in:
Nikolaj
2025-08-05 10:55:03 +02:00
parent 06857ec0df
commit 7b74f80b21
3 changed files with 326 additions and 327 deletions

View File

@@ -1,7 +1,8 @@
const api = foundry.applications.api;
const sheets = foundry.applications.sheets;
effectivenessChart = {
export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixin(sheets.ActorSheetV2) {
static effectivenessChart = {
"normal": {
"normal": 1,
"fire": 1,
@@ -327,8 +328,6 @@ effectivenessChart = {
}
}
export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixin(sheets.ActorSheetV2) {
sheetContext = {};
tab = "tab1";

View File

@@ -1,5 +1,5 @@
{
"version": "0.1.10",
"version": "0.1.11",
"id": "pokemon",
"title": "Pokémon TTRPG",
"description": "A Pokémon TTRPG",

Binary file not shown.