Initial import with skill sheet worning
This commit is contained in:
17
system.json
17
system.json
@@ -18,26 +18,27 @@
|
||||
"verified": "12"
|
||||
},
|
||||
"esmodules": ["lethal-fantasy.mjs"],
|
||||
"styles": ["css/lethal-fantasy.css"],
|
||||
"styles": ["css/fvtt-lethal-fantasy.css"],
|
||||
"languages": [
|
||||
{
|
||||
"lang": "en",
|
||||
"name": "Anglais",
|
||||
"path": "lang/fr.json"
|
||||
"path": "lang/en.json"
|
||||
}
|
||||
],
|
||||
"documentTypes": {
|
||||
"Actor": {
|
||||
"character": { "htmlFields": ["description", "langues", "notes"] },
|
||||
"character": { "htmlFields": ["description", "notes"] },
|
||||
"opponent": { "htmlFields": ["description"] }
|
||||
},
|
||||
"Item": {
|
||||
"path": { "htmlFields": ["description", "biens", "langues"] },
|
||||
"talent": { "htmlFields": ["description"] },
|
||||
"skill": { "htmlFields": ["description"] },
|
||||
"gift": { "htmlFields": ["description"] },
|
||||
"vulnerability": { "htmlFields": ["description"] },
|
||||
"save": { "htmlFields": ["description"] },
|
||||
"weapon": { "htmlFields": ["description"] },
|
||||
"armor": { "htmlFields": ["description"] },
|
||||
"spell": { "htmlFields": ["description"] },
|
||||
"attack": { "htmlFields": ["description"] }
|
||||
"spell": { "htmlFields": ["description"] }
|
||||
}
|
||||
},
|
||||
"grid": {
|
||||
@@ -48,7 +49,5 @@
|
||||
"socket": true,
|
||||
"background": "systems/fvtt-lethal-fantasy/assets/background.webp",
|
||||
"packs": [
|
||||
{
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user