Import initial du système
This commit is contained in:
104
system.json
104
system.json
@@ -10,8 +10,12 @@
|
||||
"name": "LeRatierBretonnien"
|
||||
}
|
||||
],
|
||||
"esmodules": ["dist/system.js"],
|
||||
"styles": ["css/cde-theme.css"],
|
||||
"esmodules": [
|
||||
"dist/system.js"
|
||||
],
|
||||
"styles": [
|
||||
"css/cde-theme.css"
|
||||
],
|
||||
"packFolders": [
|
||||
{
|
||||
"name": "FR - Aides",
|
||||
@@ -142,7 +146,7 @@
|
||||
"name": "English",
|
||||
"path": "lang/en-cde.json"
|
||||
},
|
||||
{
|
||||
{
|
||||
"lang": "fr",
|
||||
"name": "Français",
|
||||
"path": "lang/fr-cde.json"
|
||||
@@ -155,13 +159,34 @@
|
||||
],
|
||||
"documentTypes": {
|
||||
"Actor": {
|
||||
"character": { "htmlFields": ["description"] },
|
||||
"npc": { "htmlFields": ["description"] },
|
||||
"tinji": { "htmlFields": ["description"] },
|
||||
"loksyu": { "htmlFields": ["description"] }
|
||||
"character": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"npc": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"tinji": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
},
|
||||
"loksyu": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Item": {
|
||||
"item": { "htmlFields": ["description", "notes"] },
|
||||
"item": {
|
||||
"htmlFields": [
|
||||
"description",
|
||||
"notes"
|
||||
]
|
||||
},
|
||||
"kungfu": {
|
||||
"htmlFields": [
|
||||
"description",
|
||||
@@ -171,8 +196,49 @@
|
||||
"notes"
|
||||
]
|
||||
},
|
||||
"spell": { "htmlFields": ["description", "components", "effects", "examples", "notes"] },
|
||||
"supernatural": { "htmlFields": ["description", "notes"] }
|
||||
"spell": {
|
||||
"htmlFields": [
|
||||
"description",
|
||||
"components",
|
||||
"effects",
|
||||
"examples",
|
||||
"notes"
|
||||
]
|
||||
},
|
||||
"supernatural": {
|
||||
"htmlFields": [
|
||||
"description",
|
||||
"notes",
|
||||
"effects"
|
||||
]
|
||||
},
|
||||
"weapon": {
|
||||
"htmlFields": [
|
||||
"description",
|
||||
"notes"
|
||||
]
|
||||
},
|
||||
"armor": {
|
||||
"htmlFields": [
|
||||
"description",
|
||||
"notes"
|
||||
]
|
||||
},
|
||||
"sanhei": {
|
||||
"htmlFields": [
|
||||
"description",
|
||||
"properties.prop1.description",
|
||||
"properties.prop2.description",
|
||||
"properties.prop3.description",
|
||||
"notes"
|
||||
]
|
||||
},
|
||||
"ingredient": {
|
||||
"htmlFields": [
|
||||
"description",
|
||||
"notes"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"compatibility": {
|
||||
@@ -180,14 +246,16 @@
|
||||
"verified": "13"
|
||||
},
|
||||
"relationships": {
|
||||
"requires": [{
|
||||
"id": "lib-wrapper",
|
||||
"type": "module",
|
||||
"manifest": "https://github.com/ruipin/fvtt-lib-wrapper/releases/download/v1.12.13.1/module.json",
|
||||
"compatibility": {
|
||||
"minimum": "1.12.13.1"
|
||||
"requires": [
|
||||
{
|
||||
"id": "lib-wrapper",
|
||||
"type": "module",
|
||||
"manifest": "https://github.com/ruipin/fvtt-lib-wrapper/releases/download/v1.12.13.1/module.json",
|
||||
"compatibility": {
|
||||
"minimum": "1.12.13.1"
|
||||
}
|
||||
}
|
||||
}]
|
||||
]
|
||||
},
|
||||
"background": "/systems/fvtt-chroniques-de-l-etrange/images/background/accueil.jpg",
|
||||
"grid": {
|
||||
@@ -199,4 +267,4 @@
|
||||
"secondaryTokenAttribute": "threetreasures.heiyin",
|
||||
"manifest": "https://chroniques-etrange-no.fr/download/foundry/system.json",
|
||||
"download": "https://chroniques-etrange-no.fr/download/foundry/release-233.zip"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user