Files
vermine2047/system.json
T
François-Xavier Guillois 51982ca5b6 v0.1.11
2023-09-07 11:03:16 +02:00

59 lines
1.4 KiB
JSON

{
"id": "vermine2047",
"title": "Vermine 2047",
"description": "The Vermine 2047 system for FoundryVTT!",
"version": "0.1.11",
"compatibility": {
"minimum": "11",
"verified": "11.308",
"maximum": "11"
},
"authors": [
{
"name": "François-Xavier Guillois",
"flags": {}
}
],
"esmodules": [
"module/vermine2047.mjs"
],
"styles": [
"css/style.css",
"css/vermine2047.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
}
],
"packs": [
{
"name": "kit-de-depart",
"label": "Kit de départ",
"system": "vermine2047",
"path": "packs/kit-de-depart.db",
"type": "Adventure",
"private": false
},
{
"name": "pretires",
"label": "Prétirés",
"system": "vermine2047",
"path": "packs/pretires.db",
"type": "Actor",
"private": false
}
],
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "power",
"url": "https://gitlab.com/init-status/fvtt_systems/vermine2047",
"manifest": "https://gitlab.com/init-status/fvtt_systems/vermine2047/-/raw/main/system.json",
"download": "https://gitlab.com/api/v4/projects/46618912/repository/archive.zip",
"license": "LICENSE.txt",
"changelog": "CHANGELOG.md"
}