Compare commits

...

2 Commits

Author SHA1 Message Date
f9d86783b5 New items and cleanup 2022-12-30 09:30:22 +01:00
dd0eac5bb5 New items and cleanup 2022-12-30 09:29:53 +01:00
3 changed files with 6 additions and 8 deletions

View File

@@ -4,7 +4,6 @@
*/
import { HeritiersUtility } from "./heritiers-utility.js";
import { HeritiersAutomation } from "./heritiers-automation.js";
/* -------------------------------------------- */
export class HeritiersActorSheet extends ActorSheet {

View File

@@ -5,7 +5,6 @@
import { HeritiersActorSheet } from "./heritiers-actor-sheet.js";
import { HeritiersUtility } from "./heritiers-utility.js";
import { HeritiersAutomation } from "./heritiers-automation.js";
/* -------------------------------------------- */
export class HeritiersCreatureSheet extends HeritiersActorSheet {

View File

@@ -1,7 +1,7 @@
{
"id": "fvtt-les-heritiers",
"description": "Les Héritiers pour FoundryVTT",
"version": "10.0.2",
"version": "10.0.3",
"authors": [
{
"name": "Uberwald/LeRatierBretonnien",
@@ -19,7 +19,7 @@
"gridUnits": "m",
"license": "LICENSE.txt",
"manifest": "https://www.uberwald.me/gitea/public/fvtt-les-heritiers/raw/branch/master/system.json",
"download": "https://www.uberwald.me/gitea/public/fvtt-les-heritiers/archive/fvtt-les-heritiers-10.0.2.zip",
"download": "https://www.uberwald.me/gitea/public/fvtt-les-heritiers/archive/fvtt-les-heritiers-10.0.3.zip",
"languages": [
{
"lang": "fr",
@@ -32,7 +32,7 @@
{
"type": "Item",
"label": "Compétences",
"name": "skills",
"name": "competences",
"path": "packs/competences.db",
"system": "fvtt-les-heritiers",
"private": false,
@@ -41,7 +41,7 @@
{
"type": "Item",
"label": "Avantages",
"name": "skills",
"name": "avantages",
"path": "packs/avantages.db",
"system": "fvtt-les-heritiers",
"private": false,
@@ -50,8 +50,8 @@
{
"type": "Item",
"label": "Désavantages",
"name": "skills",
"path": "packs/desaavantages.db",
"name": "desavantages",
"path": "packs/desavantages.db",
"system": "fvtt-les-heritiers",
"private": false,
"flags": {}