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
Raw Permalink Normal View History

2022-10-17 15:20:18 +02:00
{
"description": "Anyventure D12 system for FoundryVTT",
"esmodules": [
"modules/avd12-main.js"
],
2022-11-09 20:09:50 +01:00
"gridDistance": 1,
"gridUnits": "u",
2022-10-17 15:20:18 +02:00
"languages": [
2022-11-03 20:01:45 +01:00
{
"lang": "en",
"name": "English",
2022-11-15 20:39:05 +01:00
"path": "lang/en.json",
"flags": {}
2022-11-03 20:01:45 +01:00
}
2022-10-17 15:20:18 +02:00
],
"authors": [
{
"name": "Uberwald",
"flags": {}
}
],
"license": "LICENSE.txt",
2022-11-09 21:31:12 +01:00
"manifest": "https://www.uberwald.me/gitea/public/fvtt-avd12/raw/branch/master/system.json",
2022-10-17 15:20:18 +02:00
"compatibility": {
"minimum": "10",
2022-11-03 15:40:16 +01:00
"verified": "10",
2022-10-17 15:20:18 +02:00
"maximum": "10"
},
"id": "fvtt-avd12",
"primaryTokenAttribute": "secondary.health",
"secondaryTokenAttribute": "secondary.delirium",
"socket": true,
"styles": [
"styles/simple.css"
],
2022-12-18 17:36:15 +01:00
"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": {}
2023-01-22 10:23:05 +01:00
},
{
"type": "Item",
"label": "Weapons",
"name": "weapons",
"path": "packs/weapons.db",
"system": "fvtt-avd12",
"private": false,
"flags": {}
2022-12-18 17:36:15 +01:00
}
],
2022-10-17 15:20:18 +02:00
"title": "AnyVenture D12 RPG",
2022-11-09 21:30:20 +01:00
"url": "https://www.uberwald.me/gitea/public/fvtt-avd12",
2023-01-25 16:46:32 +01:00
"version": "10.0.25",
"download": "https://www.uberwald.me/gitea/public/fvtt-avd12/archive/fvtt-avd12-v10.0.25.zip",
2022-10-17 15:20:18 +02:00
"background": "systems/fvtt-avd12/images/ui/avd12_welcome_page.webp"
}