Nouvelles corrections sur la fiche

This commit is contained in:
2026-03-06 13:34:18 +01:00
parent b9db8eb2fc
commit 4f15f0cc4c
15 changed files with 204 additions and 55 deletions
+4
View File
@@ -24,6 +24,7 @@ Hooks.once("init", function () {
CONFIG.Item.dataModels = {
ability: models.AwEAbility,
field: models.AwEField,
specialization: models.AwESpecialization,
archetype: models.AwEArchetype,
background: models.AwEBackground,
kit: models.AwEKit,
@@ -48,6 +49,9 @@ Hooks.once("init", function () {
foundry.documents.collections.Items.registerSheet("fvtt-adventures-with-emmy", applications.AwEFieldSheet, {
types: ["field"], makeDefault: true
})
foundry.documents.collections.Items.registerSheet("fvtt-adventures-with-emmy", applications.AwESpecializationSheet, {
types: ["specialization"], makeDefault: true
})
foundry.documents.collections.Items.registerSheet("fvtt-adventures-with-emmy", applications.AwEArchetypeSheet, {
types: ["archetype"], makeDefault: true
})