diff --git a/lang/fr.json b/lang/fr.json index 2ae3c4b..bf23b2a 100644 --- a/lang/fr.json +++ b/lang/fr.json @@ -43,7 +43,7 @@ "damageBonus": { "label": "Bonus D." }, - "hp": { + "hp": { "label": "HP", "stunned": { "label": "Etourdi" @@ -126,6 +126,18 @@ "damageBonus": { "label": "Bonus D." }, + "hp": { + "label": "HP", + "value": { + "label": "Actuel" + }, + "max": { + "label": "Max" + }, + "stunned": { + "label": "Etourdi" + } + }, "resources": { "permanentRating": { "label": "Valeur permanente" diff --git a/module/applications/sheets/creature-sheet.mjs b/module/applications/sheets/creature-sheet.mjs index aac80ac..a2cd980 100644 --- a/module/applications/sheets/creature-sheet.mjs +++ b/module/applications/sheets/creature-sheet.mjs @@ -61,8 +61,8 @@ export default class CthulhuEternalCreatureSheet extends CthulhuEternalActorShee const context = await super._prepareContext() context.tabs = this.#getTabs() - context.enrichedDescription = await TextEditor.enrichHTML(this.document.system.description, { async: true }) - context.enrichedNotes = await TextEditor.enrichHTML(this.document.system.notes, { async: true }) + context.enrichedDescription = await foundry.applications.ux.TextEditor.implementation.enrichHTML(this.document.system.description, { async: true }) + context.enrichedNotes = await foundry.applications.ux.TextEditor.implementation.enrichHTML(this.document.system.notes, { async: true }) context.tooltipsCharacteristic = { str: game.i18n.localize("CTHULHUETERNAL.Characteristic.Str"), diff --git a/packs-system/rituals/000161.log b/packs-system/rituals/000161.log new file mode 100644 index 0000000..e69de29 diff --git a/packs-system/rituals/MANIFEST-000159 b/packs-system/rituals/MANIFEST-000159 new file mode 100644 index 0000000..e4f10db Binary files /dev/null and b/packs-system/rituals/MANIFEST-000159 differ diff --git a/packs-system/skills/000330.log b/packs-system/skills/000330.log new file mode 100644 index 0000000..e69de29 diff --git a/packs-system/skills/MANIFEST-000328 b/packs-system/skills/MANIFEST-000328 new file mode 100644 index 0000000..cb15662 Binary files /dev/null and b/packs-system/skills/MANIFEST-000328 differ