This commit is contained in:
François-Xavier Guillois
2023-09-04 08:27:30 +02:00
parent 7677c79582
commit 6f244ca1ef
3 changed files with 22 additions and 15 deletions
+19 -12
View File
@@ -2,24 +2,31 @@
"id": "vermine2047",
"title": "Vermine 2047",
"description": "The Vermine 2047 system for FoundryVTT!",
"version": "0.1.3",
"version": "0.1.4",
"compatibility": {
"minimum": 10,
"minimum": "10",
"verified": "10.287",
"maximum": 10
"maximum": "10"
},
"authors": [{
"name": "François-Xavier Guillois"
}],
"esmodules": ["module/vermine2047.mjs"],
"styles": ["css/style.css", "css/vermine2047.css"],
"scripts": [],
"packs": [],
"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"
"path": "lang/en.json",
"flags": {}
}
],
"gridDistance": 5,
@@ -31,4 +38,4 @@
"download": "https://gitlab.com/api/v4/projects/46618912/repository/archive.zip",
"license": "LICENSE.txt",
"changelog": "CHANGELOG.md"
}
}