Files
fvtt-les-oublies/system.json
T
2026-05-06 20:26:31 +02:00

272 lines
5.6 KiB
JSON

{
"id": "fvtt-les-oublies",
"title": "Les Oubliés",
"description": "Système FoundryVTT AppV2 pour le jeu de role Les Oubliés.",
"manifest": "https://www.uberwald.me/gitea/public/fvtt-les-oublies/raw/branch/main/system.json",
"download": "#{DOWNLOAD}#",
"url": "https://www.uberwald.me/gitea/public/fvtt-les-oublies",
"background": "systems/fvtt-les-oublies/assets/ui/banniere_les_oublies.webp",
"version": "14.0.0",
"authors": [
{
"name": "Copilot",
"flags": {}
}
],
"compatibility": {
"minimum": "13",
"verified": "14"
},
"esmodules": [
"modules/les-oublies-main.js"
],
"styles": [
"css/les-oublies.css"
],
"languages": [
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json",
"flags": {}
}
],
"documentTypes": {
"Actor": {
"personnage": {
"htmlFields": [
"biodata.description",
"biodata.notes",
"biodata.gmnotes",
"visions"
]
},
"compagnie": {
"htmlFields": [
"description",
"notes",
"power.description"
]
},
"creature": {
"htmlFields": [
"biodata.description",
"biodata.habitat",
"biodata.notes",
"biodata.gmnotes",
"statblock.damage",
"statblock.special",
"statblock.spellSonges",
"statblock.spellCauchemar"
]
}
},
"Item": {
"race": {
"htmlFields": [
"description",
"appearance",
"specialRules",
"notes"
]
},
"tribu": {
"htmlFields": [
"description",
"specialRules",
"roleplayNotes",
"notes"
]
},
"metier": {
"htmlFields": [
"description",
"specialRules",
"roleplayNotes",
"notes"
]
},
"competence": {
"htmlFields": [
"description",
"notes"
]
},
"sortilege": {
"htmlFields": [
"description",
"effectsText",
"notes"
]
},
"arme": {
"htmlFields": [
"description",
"notes"
]
},
"armure": {
"htmlFields": [
"description",
"notes"
]
},
"equipement": {
"htmlFields": [
"description",
"notes"
]
},
"pouvoircompagnie": {
"htmlFields": [
"description",
"ruleText",
"notes"
]
}
}
},
"primaryTokenAttribute": "system.hp.value",
"packs": [
{
"type": "Item",
"label": "Armes",
"name": "armes",
"path": "packs/armes",
"system": "fvtt-les-oublies",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"type": "Item",
"label": "Armures",
"name": "armures",
"path": "packs/armures",
"system": "fvtt-les-oublies",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"type": "Item",
"label": "Équipement",
"name": "equipements",
"path": "packs/equipements",
"system": "fvtt-les-oublies",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"type": "Item",
"label": "Pouvoirs de compagnie",
"name": "pouvoirs-compagnie",
"path": "packs/pouvoirs-compagnie",
"system": "fvtt-les-oublies",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"type": "Item",
"label": "Compétences",
"name": "competences",
"path": "packs/competences",
"system": "fvtt-les-oublies",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"type": "Item",
"label": "Races",
"name": "races",
"path": "packs/races",
"system": "fvtt-les-oublies",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"type": "Item",
"label": "Tribus",
"name": "tribus",
"path": "packs/tribus",
"system": "fvtt-les-oublies",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"type": "Item",
"label": "Métiers",
"name": "metiers",
"path": "packs/metiers",
"system": "fvtt-les-oublies",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"type": "Item",
"label": "Sortilèges",
"name": "sortileges",
"path": "packs/sortileges",
"system": "fvtt-les-oublies",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"type": "JournalEntry",
"label": "Aide du système",
"name": "aide-systeme",
"path": "packs/aide-systeme",
"system": "fvtt-les-oublies",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
}
],
"packFolders": [
{
"name": "Les Oubliés",
"sorting": "a",
"packs": [
"armes",
"armures",
"equipements",
"pouvoirs-compagnie",
"competences",
"races",
"tribus",
"metiers",
"sortileges",
"aide-systeme"
]
}
],
"flags": {}
}