Minor fixes
This commit is contained in:
70
.history/system_20241207223959.json
Normal file
70
.history/system_20241207223959.json
Normal file
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"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/fvtt-lethal-fantasy.css"],
|
||||
"languages": [
|
||||
{
|
||||
"lang": "en",
|
||||
"name": "Anglais",
|
||||
"path": "lang/en.json"
|
||||
}
|
||||
],
|
||||
"documentTypes": {
|
||||
"Actor": {
|
||||
"character": { "htmlFields": ["description", "notes"] },
|
||||
"opponent": { "htmlFields": ["description"] }
|
||||
},
|
||||
"Item": {
|
||||
"skill": { "htmlFields": ["description"] },
|
||||
"gift": { "htmlFields": ["description"] },
|
||||
"vulnerability": { "htmlFields": ["description"] },
|
||||
"save": { "htmlFields": ["description"] },
|
||||
"weapon": { "htmlFields": ["description"] },
|
||||
"armor": { "htmlFields": ["description"] },
|
||||
"shield": { "htmlFields": ["description"] },
|
||||
"spell": { "htmlFields": ["description"] },
|
||||
"equipment": { "htmlFields": ["description"] }
|
||||
}
|
||||
},
|
||||
"grid": {
|
||||
"distance": 10,
|
||||
"units": "m"
|
||||
},
|
||||
"primaryTokenAttribute": "hp",
|
||||
"socket": true,
|
||||
"background": "systems/fvtt-lethal-fantasy/assets/background.webp",
|
||||
"packs": [
|
||||
],
|
||||
"flags": {
|
||||
"hotReload": {
|
||||
"extensions": [
|
||||
"css",
|
||||
"hbs",
|
||||
"json"
|
||||
],
|
||||
"paths": [
|
||||
"css/",
|
||||
"lang/",
|
||||
"assets/",
|
||||
"templates/"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user