Finalize aappv2 data models migration
This commit is contained in:
53
system.json
53
system.json
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user