✨
This commit is contained in:
10
lang/en.json
10
lang/en.json
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"POKEMON": {
|
||||||
|
"SystemName": "Pokémon TTRPG",
|
||||||
|
"System": {
|
||||||
|
"LevelShort": "LvL",
|
||||||
|
"ArmorClass": "Armor Class",
|
||||||
|
"Speed": "Speed"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -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 = {};
|
||||||
|
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
BIN
system.zip
BIN
system.zip
Binary file not shown.
@@ -53,7 +53,7 @@
|
|||||||
"Item": {
|
"Item": {
|
||||||
|
|
||||||
"types":[
|
"types":[
|
||||||
"Item"
|
"item"
|
||||||
],
|
],
|
||||||
|
|
||||||
"templates": {
|
"templates": {
|
||||||
|
|||||||
Reference in New Issue
Block a user