fvtt-warhero/system.json

47 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2023-01-04 21:24:56 +01:00
{
"authors": [
{
"name": "Uberwald",
"flags": {}
}
],
"description": "Warhero RPG system for FoundryVTT",
"esmodules": [
2023-02-08 19:38:09 +01:00
"modules/warhero-main.js",
"modules/import-global.js"
2023-01-04 21:24:56 +01:00
],
2023-03-28 09:20:20 +02:00
"gridDistance": 1,
2023-01-04 21:24:56 +01:00
"gridUnits": "m",
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
2023-02-14 13:46:59 +01:00
},
{
"lang": "it",
"name": "English",
"path": "lang/it.json",
"flags": {}
2023-01-04 21:24:56 +01:00
}
],
"license": "LICENSE.txt",
2023-02-11 09:01:00 +01:00
"primaryTokenAttribute": "attributes.hp",
"secondaryTokenAttribute": "attributes.mana",
2023-01-04 21:24:56 +01:00
"socket": true,
"styles": [
"styles/simple.css"
],
2023-03-30 08:42:54 +02:00
"version": "10.0.54",
2023-01-04 21:24:56 +01:00
"compatibility": {
"minimum": "10",
"verified": "10",
"maximum": "10"
},
"title": "Warhero RPG",
2023-03-30 16:26:15 +02:00
"manifest": "https://www.uberwald.me/gitea/public/fvtt-warhero/raw/branch/master/system.json",
2023-03-30 08:42:54 +02:00
"download": "https://www.uberwald.me/gitea/public/fvtt-warhero/archive/fvtt-warhero-10.0.54.zip",
2023-01-04 22:09:09 +01:00
"url": "https://www.uberwald.me/gitea/public/fvtt-warhero",
2023-01-04 21:24:56 +01:00
"id": "fvtt-warhero"
}