Initial import

This commit is contained in:
2024-11-21 23:59:44 +01:00
commit d8ce83bcf2
98 changed files with 120909 additions and 0 deletions

54
system.json Normal file
View File

@@ -0,0 +1,54 @@
{
"id": "fvtt-lethal-fantasy",
"title": "Lethal Fantasy RPG",
"description": "",
"manifest": "#{MANIFEST}#",
"download": "#{DOWNLOAD}#",
"url": "#{URL}#",
"license": "LICENSE",
"version": "#{VERSION}#",
"authors": [
{
"name": "Uberwald",
"discord": "LeRatierBretonnien"
}
],
"compatibility": {
"minimum": "12",
"verified": "12"
},
"esmodules": ["lethal-fantasy.mjs"],
"styles": ["css/lethal-fantasy.css"],
"languages": [
{
"lang": "en",
"name": "Anglais",
"path": "lang/fr.json"
}
],
"documentTypes": {
"Actor": {
"character": { "htmlFields": ["description", "langues", "notes"] },
"opponent": { "htmlFields": ["description"] }
},
"Item": {
"path": { "htmlFields": ["description", "biens", "langues"] },
"talent": { "htmlFields": ["description"] },
"weapon": { "htmlFields": ["description"] },
"armor": { "htmlFields": ["description"] },
"spell": { "htmlFields": ["description"] },
"attack": { "htmlFields": ["description"] }
}
},
"grid": {
"distance": 10,
"units": "m"
},
"primaryTokenAttribute": "hp",
"socket": true,
"background": "systems/fvtt-lethal-fantasy/assets/background.webp",
"packs": [
{
}
]
}