Migration datamodels !
This commit is contained in:
131
system.json
131
system.json
@@ -32,6 +32,135 @@
|
||||
"license": "LICENSE.txt",
|
||||
"manifest": "https://www.uberwald.me/gitea/public/fvtt-mournblade/raw/branch/v10/system.json",
|
||||
"download": "https://www.uberwald.me/gitea/public/fvtt-mournblade/archive/fvtt-mournblade-13.0.3.zip",
|
||||
"documentTypes": {
|
||||
"Actor": {
|
||||
"personnage": {
|
||||
"htmlFields": [
|
||||
"biodata.description",
|
||||
"biodata.notes",
|
||||
"biodata.gmnotes"
|
||||
]
|
||||
},
|
||||
"creature": {
|
||||
"htmlFields": [
|
||||
"biodata.description",
|
||||
"biodata.notes",
|
||||
"biodata.gmnotes"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Item": {
|
||||
"arme": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"bouclier": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"capacite": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"competence": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"don": {
|
||||
"htmlFields": [
|
||||
"description",
|
||||
"sacrifice"
|
||||
]
|
||||
},
|
||||
"equipement": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"heritage": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"metier": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"modifier": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"monnaie": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"origine": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"pacte": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"protection": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"rune": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"runeeffect": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"tendance": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"traitchaotique": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"traitespece": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"flags": {
|
||||
"hotReload": {
|
||||
"extensions": [
|
||||
"css",
|
||||
"html",
|
||||
"hbs",
|
||||
"json"
|
||||
],
|
||||
"paths": [
|
||||
"styles",
|
||||
"./",
|
||||
"templates",
|
||||
"css",
|
||||
"lang/fr.json"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
"packFolders": [
|
||||
{
|
||||
"name": "Mournblade",
|
||||
@@ -267,7 +396,7 @@
|
||||
"socket": true,
|
||||
"styles": [
|
||||
{
|
||||
"src": "styles/simple.css"
|
||||
"src": "styles/mournblade.css"
|
||||
}
|
||||
],
|
||||
"title": "Mournblade",
|
||||
|
||||
Reference in New Issue
Block a user