Files
fvtt-donjon-et-cie/system.json
2026-04-13 20:16:23 +02:00

131 lines
2.6 KiB
JSON

{
"id": "fvtt-donjon-et-cie",
"title": "Donjon & Cie",
"description": "Systeme FoundryVTT pour le jeu de role Donjon & Cie",
"version": "14.0.0",
"url": "https://www.uberwald.me/gitea/uberwald/fvtt-donjon-et-cie",
"manifest": "https://www.uberwald.me/gitea/public/fvtt-donjon-et-cie/releases/download/latest/system.json",
"download": "https://www.uberwald.me/gitea/uberwald/fvtt-donjon-et-cie/releases/download/latest/fvtt-donjon-et-cie.zip",
"compatibility": {
"minimum": "13",
"verified": "14"
},
"authors": [
{
"name": "Copilot"
}
],
"esmodules": [
"modules/donjon-et-cie-main.mjs"
],
"languages": [
{
"lang": "fr",
"name": "Francais",
"path": "lang/fr.json"
}
],
"styles": [
"styles/donjon-et-cie.css"
],
"packs": [
{
"type": "Item",
"label": "Equipement",
"name": "equipment",
"path": "packs/equipment",
"system": "fvtt-donjon-et-cie",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"type": "RollTable",
"label": "Tables aléatoires",
"name": "random-tables",
"path": "packs/random-tables",
"system": "fvtt-donjon-et-cie",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
}
],
"documentTypes": {
"Actor": {
"employe": {
"htmlFields": [
"profil.objectifPersonnel",
"notes",
"gmnotes"
]
},
"pnj": {
"htmlFields": [
"description",
"notes"
]
}
},
"Item": {
"trait": {
"htmlFields": [
"description",
"notes"
]
},
"langue": {
"htmlFields": [
"description",
"notes"
]
},
"capacite": {
"htmlFields": [
"description",
"notes"
]
},
"sortilege": {
"htmlFields": [
"description",
"notes"
]
},
"arme": {
"htmlFields": [
"description",
"notes"
]
},
"armure": {
"htmlFields": [
"description",
"notes"
]
},
"equipement": {
"htmlFields": [
"description",
"notes"
]
},
"consommable": {
"htmlFields": [
"description",
"notes"
]
}
}
},
"primaryTokenAttribute": "sante.pv.value",
"secondaryTokenAttribute": "profil.suspicion",
"grid": {
"distance": 5,
"units": "m"
}
}