diff --git a/lang/en.json b/lang/en.json index e69de29..b4640cf 100644 --- a/lang/en.json +++ b/lang/en.json @@ -0,0 +1,10 @@ +{ + "POKEMON": { + "SystemName": "Pokémon TTRPG", + "System": { + "LevelShort": "LvL", + "ArmorClass": "Armor Class", + "Speed": "Speed" + } + } +} \ No newline at end of file diff --git a/modules/sheets/pokemonCharacterSheet.js b/modules/sheets/pokemonCharacterSheet.js index 95f1101..9a408ce 100644 --- a/modules/sheets/pokemonCharacterSheet.js +++ b/modules/sheets/pokemonCharacterSheet.js @@ -1,7 +1,7 @@ const api = foundry.applications.api; const sheets = foundry.applications.sheets; -export default class pokemonCharacterSheet extends api.HandlebarApplicationMixin(sheets.ActorSheetV2) { +export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixin(sheets.ActorSheetV2) { sheetContext = {}; diff --git a/system.json b/system.json index 57cfd95..7eec7c3 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.0.8", + "version": "0.0.9", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/system.zip b/system.zip index 869323c..36f9cc5 100644 Binary files a/system.zip and b/system.zip differ diff --git a/template.json b/template.json index 4a7756a..87f3578 100644 --- a/template.json +++ b/template.json @@ -53,7 +53,7 @@ "Item": { "types":[ - "Item" + "item" ], "templates": {