Addnew sheets (armor, weapons, malefica) and v13 support

This commit is contained in:
2025-05-18 23:51:26 +02:00
parent 7672f861ff
commit 995d61e1c6
4478 changed files with 667857 additions and 620 deletions

View File

@@ -1,12 +1,12 @@
{
"id": "fvtt-hellborn",
"title": "Hellborn -Descendd RPG",
"description": "Hellborn -Descendd RPG",
"title": "Hellborn -Descended RPG",
"description": "Hellborn - Descended RPG",
"manifest": "https://www.uberwald.me/gitea/public/fvtt-hellborn/raw/branch/main/system.json",
"download": "#{DOWNLOAD}#",
"url": "https://www.uberwald.me/gitea/public/fvtt-hellborn",
"license": "LICENSE",
"version": "12.0.0",
"version": "13.0.0",
"authors": [
{
"name": "Uberwald",
@@ -17,11 +17,10 @@
"hotReload": {
"extensions": ["css", "html", "hbs", "json"],
"paths": ["acks.css", "./", "templates", "css", "lang/en.json"]
}
},
} },
"compatibility": {
"minimum": "12",
"verified": "12"
"minimum": "13",
"verified": "13"
},
"esmodules": ["fvtt-hellborn.mjs"],
"styles": ["css/fvtt-hellborn.css"],
@@ -40,9 +39,10 @@
},
"Item": {
"perk": { "htmlFields": ["description"] },
"armor": { "htmlFields": ["description"] },
"weapon": { "htmlFields": ["description"] },
"equipment": { "htmlFields": ["description"] },
"maleficias": { "htmlFields": ["description"] },
"malefica": { "htmlFields": ["description"] },
"species-trait": { "htmlFields": ["description"] },
"ritual": { "htmlFields": ["description"] }
}