New items and cleanup
This commit is contained in:
parent
86876620d8
commit
dd0eac5bb5
@ -4,7 +4,6 @@
|
||||
*/
|
||||
|
||||
import { HeritiersUtility } from "./heritiers-utility.js";
|
||||
import { HeritiersAutomation } from "./heritiers-automation.js";
|
||||
|
||||
/* -------------------------------------------- */
|
||||
export class HeritiersActorSheet extends ActorSheet {
|
||||
|
@ -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 {
|
||||
|
@ -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": {}
|
||||
|
Loading…
Reference in New Issue
Block a user