From b646a8c384e13049b707cce4dac84827e613eb65 Mon Sep 17 00:00:00 2001 From: sladecraven Date: Tue, 30 Aug 2022 00:03:09 +0200 Subject: [PATCH] Add NPC sheet --- modules/crucible-npc-sheet.js | 2 +- system.json | 4 ++-- templates/npc-sheet.html | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/crucible-npc-sheet.js b/modules/crucible-npc-sheet.js index 1b22f8e..3192736 100644 --- a/modules/crucible-npc-sheet.js +++ b/modules/crucible-npc-sheet.js @@ -18,7 +18,7 @@ export class CrucibleNPCSheet extends ActorSheet { height: 720, tabs: [{ navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "stats" }], dragDrop: [{ dragSelector: ".item-list .item", dropSelector: null }], - editScore: false + editScore: true }); } diff --git a/system.json b/system.json index 34d7d93..5e97db2 100644 --- a/system.json +++ b/system.json @@ -199,7 +199,7 @@ "styles": [ "styles/simple.css" ], - "version": "10.0.8", + "version": "10.0.9", "compatibility": { "minimum": "10", "verified": "10.279", @@ -207,7 +207,7 @@ }, "title": "Crucible RPG", "manifest": "https://www.uberwald.me/gitea/public/fvtt-crucible-rpg/raw/master/system.json", - "download": "https://www.uberwald.me/gitea/public/fvtt-crucible-rpg/archive/fvtt-crucible-rpg-v10.0.8.zip", + "download": "https://www.uberwald.me/gitea/public/fvtt-crucible-rpg/archive/fvtt-crucible-rpg-v10.0.9.zip", "url": "https://www.uberwald.me/gitea/public/fvtt-crucible-rpg", "background": "images/ui/crucible_welcome_page.webp", "id": "fvtt-crucible-rpg" diff --git a/templates/npc-sheet.html b/templates/npc-sheet.html index 970aeca..07d7615 100644 --- a/templates/npc-sheet.html +++ b/templates/npc-sheet.html @@ -24,6 +24,7 @@