Initial import with skill sheet worning

This commit is contained in:
2024-11-30 08:38:13 +01:00
parent 2e96b256fb
commit df8995f8b7
52 changed files with 6986 additions and 2189 deletions

View File

@@ -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": [
{
}
]
}