35 lines
947 B
JSON
35 lines
947 B
JSON
{
|
|
"id": "vermine2047",
|
|
"title": "Vermine 2047",
|
|
"description": "The Vermine 2047 system for FoundryVTT!",
|
|
"version": "0.1.3",
|
|
"compatibility": {
|
|
"minimum": 10,
|
|
"verified": "10.287",
|
|
"maximum": 10
|
|
},
|
|
"authors": [{
|
|
"name": "François-Xavier Guillois"
|
|
}],
|
|
"esmodules": ["module/vermine2047.mjs"],
|
|
"styles": ["css/style.css", "css/vermine2047.css"],
|
|
"scripts": [],
|
|
"packs": [],
|
|
"languages": [
|
|
{
|
|
"lang": "en",
|
|
"name": "English",
|
|
"path": "lang/en.json"
|
|
}
|
|
],
|
|
"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"
|
|
}
|