Finalize aappv2 data models migration

This commit is contained in:
2026-02-27 14:36:54 +01:00
parent 8735b7e4a4
commit c45837ea31
87 changed files with 10701 additions and 1225 deletions

View File

@@ -84,5 +84,54 @@
"url": "https://www.uberwald.me/gitea/public/fvtt-malefices",
"version": "13.0.1",
"download": "https://www.uberwald.me/gitea/public/fvtt-malefices/archive/fvtt-malefices-v13.0.1.zip",
"background": "systems/fvtt-malefices/images/ui/malefice_welcome_page.webp"
}
"background": "systems/fvtt-malefices/images/ui/malefices-background-01.jpg",
"documentTypes": {
"Actor": {
"personnage": {
"htmlFields": [
"biodata.description",
"biodata.notes",
"biodata.gmnotes",
"equipementlibre"
]
},
"pnj": {
"htmlFields": [
"description"
]
}
},
"Item": {
"arme": {
"htmlFields": [
"description"
]
},
"equipement": {
"htmlFields": [
"description"
]
},
"archetype": {
"htmlFields": [
"description"
]
},
"tarot": {
"htmlFields": [
"description"
]
},
"sortilege": {
"htmlFields": [
"description"
]
},
"elementbio": {
"htmlFields": [
"description"
]
}
}
}
}