Files
fvtt-celestopol/system.json
LeRatierBretonnier 5a8b151451 Nouveaux items Arme et Armure (DataModel + feuille + CSS)
Items:
- CelestopolWeapon : degats (0/1/2/X), portee (contact/courte/longue), description
- CelestopolArmure : protection (1-2), malus (0-2), description

Config:
- WEAPON_DAMAGE_TYPES et WEAPON_RANGE_TYPES ajoutés dans system.mjs
- Enregistrement des DataModels, sheets et templates dans fvtt-celestopol.mjs
- system.json : types weapon et armure avec htmlFields

UI:
- weapon.hbs : badge de dégâts avec hint, sélecteurs portée/dégâts
- armure.hbs : blocs protection + malus art-déco
- items.less : styles .weapon et .armure

i18n: clés Weapon.*, Armure.*, Sheet.weapon, Sheet.armure

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-29 17:03:23 +02:00

120 lines
2.4 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"
]
},
"weapon": {
"htmlFields": [
"description"
]
},
"armure": {
"htmlFields": [
"description"
]
}
}
},
"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"
}