from totem to vermine - v0.0.12

This commit is contained in:
François-Xavier Guillois
2023-06-06 11:06:04 +02:00
parent d388c3ba4b
commit 2b5e639e9e
110 changed files with 369 additions and 9675 deletions
+3 -3
View File
@@ -2,12 +2,12 @@
* Extend the basic ItemSheet with some very simple modifications
* @extends {ItemSheet}
*/
export class TotemItemSheet extends ItemSheet {
export class VermineItemSheet extends ItemSheet {
/** @override */
static get defaultOptions() {
return mergeObject(super.defaultOptions, {
classes: ["totem", "sheet", "item"],
classes: ["vermine2047", "sheet", "item"],
width: 520,
height: 480,
tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "description" }]
@@ -16,7 +16,7 @@ export class TotemItemSheet extends ItemSheet {
/** @override */
get template() {
const path = "systems/totem/templates/item";
const path = "systems/vermine2047/templates/item";
// Return a single sheet for all item types.
// return `${path}/item-sheet.html`;