- DataModel CelestopolAttribute supprimé (items.mjs) - CelestopolAttributeSheet supprimée (item-sheets.mjs) - Imports/registrations retirés (fvtt-celestopol.mjs) - Section 'Attributs' supprimée de character-competences.hbs - Action createAttribute + contexte attributes retirés (character-sheet.mjs) - Template attribute.hbs supprimé - Clés i18n attribute/attributes/newAttribute supprimées (fr.json) - Type 'attribute' retiré des htmlFields (system.json) - htmlFields anomaly corrigés : technique/narratif/exemples Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
4 lines
205 B
JavaScript
4 lines
205 B
JavaScript
export { default as CelestopolCharacter } from "./character.mjs"
|
|
export { default as CelestopolNPC } from "./npc.mjs"
|
|
export { CelestopolAnomaly, CelestopolAspect, CelestopolEquipment } from "./items.mjs"
|