Adds basic Foundry-VTT module setup

This commit is contained in:
Alexander
2023-12-10 16:31:01 +01:00
parent e1b7549a9c
commit 6b998c6b7e
4 changed files with 65 additions and 0 deletions

3
on-site-vtt/lang/de.json Normal file
View File

@@ -0,0 +1,3 @@
{
"on-site-vtt.title": "On-Site VTT"
}

3
on-site-vtt/lang/en.json Normal file
View File

@@ -0,0 +1,3 @@
{
"on-site-vtt.title": "On-Site VTT"
}

38
on-site-vtt/module.json Normal file
View File

@@ -0,0 +1,38 @@
{
"id": "on-site-vtt",
"title": "On-Site VTT - Virtual Tabletop, now with less virtual",
"description": "A simple module adding functionality to improve playability for multiple players on a single screen/digital map.",
"version": "0.0.1",
"compatibility": {
"minimum": "10",
"verified": "11"
},
"authors": [
{
"name": "Alexander Weleczka",
"url": "https://aweleczka.de/"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "./lang/en.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "./lang/de.json"
}
],
"url": "https://gitea.aweleczka.de/aweleczka/On-Site-VTT",
"manifest": "https://gitea.aweleczka.de/aweleczka/On-Site-VTT/raw/branch/main/on-site-vtt/module.json",
"download": "https://gitea.aweleczka.de/aweleczka/On-Site-VTT/packages",
"bugs": "https://gitea.aweleczka.de/aweleczka/On-Site-VTT/issues",
"readme": "https://gitea.aweleczka.de/aweleczka/On-Site-VTT/raw/branch/main/README.md",
"license" :"https://gitea.aweleczka.de/aweleczka/On-Site-VTT/raw/branch/main/LICENSE.txt",
"flags": {
"allowBugReporter": true
}
}