Appv2 + DataModel migration completed

This commit is contained in:
2026-01-08 07:53:08 +01:00
parent 001f0cffa8
commit 0fd2130fb1
124 changed files with 5745 additions and 1195 deletions

View File

@@ -1,11 +1,12 @@
{
"id": "fvtt-hawkmoon-cyd",
"title": "Hawkmoon - CYD System",
"description": "Hawkmoon RPG for FoundryVTT (CYD system - French)",
"manifest": "https://www.uberwald.me/gitea/public/fvtt-hawkmoon-cyd/raw/branch/master/system.json",
"download": "https://www.uberwald.me/gitea/public/fvtt-hawkmoon-cyd/archive/fvtt-hawkmoon-cyd-13.0.7.zip",
"url": "https://www.uberwald.me/gitea/public/fvtt-hawkmoon-cyd",
"license": "LICENSE.txt",
"version": "13.0.7",
"grid": {
"distance": 2,
"units": "m"
},
"authors": [
{
"name": "Uberwald/LeRatierBretonnien",
@@ -32,12 +33,16 @@
"flags": {}
}
],
"compatibility": {
"minimum": "13",
"verified": "13"
},
"esmodules": [
"modules/hawkmoon-main.js"
],
"license": "LICENSE.txt",
"manifest": "https://www.uberwald.me/gitea/public/fvtt-hawkmoon-cyd/raw/branch/master/system.json",
"download": "https://www.uberwald.me/gitea/public/fvtt-hawkmoon-cyd/archive/fvtt-hawkmoon-cyd-13.0.7.zip",
"styles": [
"styles/hawkmoon.css"
],
"languages": [
{
"lang": "fr",
@@ -46,6 +51,93 @@
"flags": {}
}
],
"documentTypes": {
"Actor": {
"personnage": {
"htmlFields": [
"biodata.description",
"biodata.habitat",
"biodata.notes",
"biodata.gmnotes"
]
},
"cellule": {
"htmlFields": [
"description"
]
},
"creature": {
"htmlFields": [
"biodata.description",
"biodata.habitat",
"biodata.notes",
"biodata.gmnotes"
]
}
},
"Item": {
"talent": {
"htmlFields": [
"description"
]
},
"historique": {
"htmlFields": [
"description"
]
},
"profil": {
"htmlFields": [
"description"
]
},
"competence": {
"htmlFields": [
"description"
]
},
"arme": {
"htmlFields": [
"description"
]
},
"protection": {
"htmlFields": [
"description"
]
},
"monnaie": {
"htmlFields": [
"description"
]
},
"equipement": {
"htmlFields": [
"description"
]
},
"artefact": {
"htmlFields": [
"description"
]
},
"ressource": {
"htmlFields": [
"description"
]
},
"contact": {
"htmlFields": [
"description"
]
},
"mutation": {
"htmlFields": [
"description"
]
}
}
},
"packFolders": [
{
"name": "Hawkmoon",
@@ -251,17 +343,12 @@
}
}
],
"grid": {
"distance": 2,
"units": "m"
},
"primaryTokenAttribute": "sante.vigueur",
"secondaryTokenAttribute": "bonneaventure.actuelle",
"socket": true,
"styles": [
"styles/hawkmoon.css"
],
"title": "Hawkmoon - CYD System",
"url": "https://www.uberwald.me/gitea/public/fvtt-hawkmoon-cyd",
"background": "systems/fvtt-hawkmoon-cyd/assets/ui/fond_hawkmoon.webp",
"compatibility": {
"minimum": "13",
"verified": "13"
}
"background": "systems/fvtt-hawkmoon-cyd/assets/ui/fond_hawkmoon.webp"
}