- 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>
74 lines
1.9 KiB
JSON
74 lines
1.9 KiB
JSON
{
|
|
"id": "fvtt-celestopol",
|
|
"title": "Célestopol 1922",
|
|
"description": "Système FoundryVTT pour Célestopol 1922, le jeu de rôle d'Antre Monde Éditions.",
|
|
"manifest": "https://www.uberwald.me/gitea/uberwald/fvtt-celestopol/releases/download/latest/system.json",
|
|
"download": "#{DOWNLOAD}#",
|
|
"url": "https://www.uberwald.me/gitea/public/fvtt-celestopol",
|
|
"license": "LICENSE",
|
|
"version": "13.0.0",
|
|
"authors": [
|
|
{
|
|
"name": "Uberwald",
|
|
"discord": "LeRatierBretonnien"
|
|
}
|
|
],
|
|
"flags": {
|
|
"hotReload": {
|
|
"extensions": ["css", "html", "hbs", "json"],
|
|
"paths": ["css/", "templates/", "lang/fr.json"]
|
|
}
|
|
},
|
|
"compatibility": {
|
|
"minimum": "13",
|
|
"verified": "13"
|
|
},
|
|
"esmodules": ["fvtt-celestopol.mjs"],
|
|
"styles": ["css/fvtt-celestopol.css?v=1774698726"],
|
|
"languages": [
|
|
{
|
|
"lang": "fr",
|
|
"name": "Français",
|
|
"path": "lang/fr.json"
|
|
}
|
|
],
|
|
"documentTypes": {
|
|
"Actor": {
|
|
"character": {
|
|
"htmlFields": ["description", "notes"]
|
|
},
|
|
"npc": {
|
|
"htmlFields": ["description", "notes"]
|
|
}
|
|
},
|
|
"Item": {
|
|
"anomaly": { "htmlFields": ["technique", "narratif", "exemples"] },
|
|
"aspect": { "htmlFields": ["description", "technique", "narratif", "notes"] },
|
|
"equipment": { "htmlFields": ["description", "notes"] }
|
|
}
|
|
},
|
|
"packs": [
|
|
{
|
|
"name": "aspects",
|
|
"label": "Célestopol 1922 — Aspects",
|
|
"system": "fvtt-celestopol",
|
|
"path": "packs-system/aspects",
|
|
"type": "Item"
|
|
},
|
|
{
|
|
"name": "anomalies",
|
|
"label": "Célestopol 1922 — Anomalies",
|
|
"system": "fvtt-celestopol",
|
|
"path": "packs-system/anomalies",
|
|
"type": "Item"
|
|
}
|
|
],
|
|
"grid": {
|
|
"distance": 5,
|
|
"units": "m"
|
|
},
|
|
"primaryTokenAttribute": "resource",
|
|
"socket": true,
|
|
"background": "systems/fvtt-celestopol/assets/ui/celestopol_background.webp"
|
|
}
|