This commit is contained in:
2025-08-03 11:02:55 +02:00
parent 248594acba
commit 78609d100d
5 changed files with 13 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
{
"POKEMON": {
"SystemName": "Pokémon TTRPG",
"System": {
"LevelShort": "LvL",
"ArmorClass": "Armor Class",
"Speed": "Speed"
}
}
}

View File

@@ -1,7 +1,7 @@
const api = foundry.applications.api; const api = foundry.applications.api;
const sheets = foundry.applications.sheets; const sheets = foundry.applications.sheets;
export default class pokemonCharacterSheet extends api.HandlebarApplicationMixin(sheets.ActorSheetV2) { export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixin(sheets.ActorSheetV2) {
sheetContext = {}; sheetContext = {};

View File

@@ -1,5 +1,5 @@
{ {
"version": "0.0.8", "version": "0.0.9",
"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.

View File

@@ -53,7 +53,7 @@
"Item": { "Item": {
"types":[ "types":[
"Item" "item"
], ],
"templates": { "templates": {