This repository has been archived on 2023-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
fvtt-avd12/system.json

70 lines
1.6 KiB
JSON

{
"description": "Anyventure D12 system for FoundryVTT",
"esmodules": [
"modules/avd12-main.js"
],
"gridDistance": 1,
"gridUnits": "u",
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
}
],
"authors": [
{
"name": "Uberwald",
"flags": {}
}
],
"license": "LICENSE.txt",
"manifest": "https://www.uberwald.me/gitea/public/fvtt-avd12/raw/branch/master/system.json",
"compatibility": {
"minimum": "10",
"verified": "10",
"maximum": "10"
},
"id": "fvtt-avd12",
"primaryTokenAttribute": "secondary.health",
"secondaryTokenAttribute": "secondary.delirium",
"socket": true,
"styles": [
"styles/simple.css"
],
"packs": [
{
"type": "Item",
"label": "Armors",
"name": "armors",
"path": "packs/armors.db",
"system": "fvtt-avd12",
"private": false,
"flags": {}
},
{
"type": "Item",
"label": "Spells",
"name": "spells",
"path": "packs/spells.db",
"system": "fvtt-avd12",
"private": false,
"flags": {}
},
{
"type": "Item",
"label": "Weapons",
"name": "weapons",
"path": "packs/weapons.db",
"system": "fvtt-avd12",
"private": false,
"flags": {}
}
],
"title": "AnyVenture D12 RPG",
"url": "https://www.uberwald.me/gitea/public/fvtt-avd12",
"version": "10.0.25",
"download": "https://www.uberwald.me/gitea/public/fvtt-avd12/archive/fvtt-avd12-v10.0.25.zip",
"background": "systems/fvtt-avd12/images/ui/avd12_welcome_page.webp"
}