✨
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
const api = foundry.applications.api;
|
const api = foundry.applications.api;
|
||||||
const sheets = foundry.applications.sheets;
|
const sheets = foundry.applications.sheets;
|
||||||
|
|
||||||
effectivenessChart = {
|
export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixin(sheets.ActorSheetV2) {
|
||||||
|
static effectivenessChart = {
|
||||||
"normal": {
|
"normal": {
|
||||||
"normal": 1,
|
"normal": 1,
|
||||||
"fire": 1,
|
"fire": 1,
|
||||||
@@ -327,8 +328,6 @@ effectivenessChart = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixin(sheets.ActorSheetV2) {
|
|
||||||
|
|
||||||
sheetContext = {};
|
sheetContext = {};
|
||||||
|
|
||||||
tab = "tab1";
|
tab = "tab1";
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "0.1.10",
|
"version": "0.1.11",
|
||||||
"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.
Reference in New Issue
Block a user