✨
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
const api = foundry.applications.api;
|
||||
const sheets = foundry.applications.sheets;
|
||||
|
||||
effectivenessChart = {
|
||||
export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixin(sheets.ActorSheetV2) {
|
||||
static effectivenessChart = {
|
||||
"normal": {
|
||||
"normal": 1,
|
||||
"fire": 1,
|
||||
@@ -325,9 +326,7 @@ effectivenessChart = {
|
||||
"dark": 1,
|
||||
"steel": 0.5
|
||||
}
|
||||
}
|
||||
|
||||
export default class pokemonCharacterSheet extends api.HandlebarsApplicationMixin(sheets.ActorSheetV2) {
|
||||
}
|
||||
|
||||
sheetContext = {};
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.1.10",
|
||||
"version": "0.1.11",
|
||||
"id": "pokemon",
|
||||
"title": "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