from totem to vermine - v0.0.12

This commit is contained in:
François-Xavier Guillois
2023-06-06 11:06:04 +02:00
parent d388c3ba4b
commit 2b5e639e9e
110 changed files with 369 additions and 9675 deletions
+9 -9
View File
@@ -1,8 +1,8 @@
{
"id": "totem",
"title": "Totem",
"description": "The Totem system for FoundryVTT!",
"version": "0.0.11",
"id": "vermine2047",
"title": "Vermine 2047",
"description": "The Vermine 2047 system for FoundryVTT!",
"version": "0.0.12",
"compatibility": {
"minimum": 10,
"verified": "10.287",
@@ -11,8 +11,8 @@
"authors": [{
"name": "François-Xavier Guillois"
}],
"esmodules": ["module/totem.mjs"],
"styles": ["css/style.css", "css/totem.css"],
"esmodules": ["module/vermine2047.mjs"],
"styles": ["css/style.css", "css/vermine2047.css"],
"scripts": [],
"packs": [],
"languages": [
@@ -26,9 +26,9 @@
"gridUnits": "ft",
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "power",
"url": "https://gitlab.com/init-status/fvtt_systems/totem",
"manifest": "https://gitlab.com/init-status/fvtt_systems/totem/-/raw/main/system.json",
"download": "https://gitlab.com/api/v4/projects/44983384/repository/archive.zip",
"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"
}