This commit is contained in:
Nikolaj
2025-08-05 10:58:27 +02:00
parent a3d875a321
commit c1424c7650
3 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ const api = foundry.applications.api;
const sheets = foundry.applications.sheets; const sheets = foundry.applications.sheets;
export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixin(sheets.ActorSheetV2) { export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixin(sheets.ActorSheetV2) {
static effectivenessChart = { effectivenessChart = {
"normal": { "normal": {
"normal": 1, "normal": 1,
"fire": 1, "fire": 1,

View File

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

Binary file not shown.