Addnew sheets (armor, weapons, malefica) and v13 support
This commit is contained in:
16
system.json
16
system.json
@@ -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"] }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user