Import initial

This commit is contained in:
2026-05-02 09:16:24 +02:00
parent e4b91948d2
commit 839b2b606e
76 changed files with 10025 additions and 0 deletions
+124
View File
@@ -0,0 +1,124 @@
{
"id": "fvtt-les-oublies",
"title": "Les Oubliés",
"description": "Système FoundryVTT AppV2 pour le jeu de role Les Oubliés.",
"version": "0.1.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",
"specialRules",
"notes"
]
},
"tribu": {
"htmlFields": [
"description",
"specialRules",
"notes"
]
},
"metier": {
"htmlFields": [
"description",
"specialRules",
"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",
"flags": {}
}