Add map welcom page

This commit is contained in:
2026-04-09 23:55:32 +02:00
parent 71abfc3488
commit d71077d033
7 changed files with 62 additions and 4 deletions

View File

@@ -3,6 +3,12 @@
"title": "Oath Hammer RPG",
"description": "Oath Hammer RPG System for FoundryVTT",
"version": "14.0.0",
"authors": [
{
"name": "Uberwald",
"url": "https://www.uberwald.me/gitea/uberwald/fvtt-oath-hammer"
}
],
"compatibility": {
"minimum": "13",
"verified": "14"
@@ -151,5 +157,19 @@
},
"url": "https://www.uberwald.me/gitea/uberwald/fvtt-oath-hammer",
"manifest": "https://www.uberwald.me/gitea/public/fvtt-oath-hammer/releases/download/latest/system.json",
"download": "https://www.uberwald.me/gitea/public/fvtt-oath-hammer/releases/download/latest/fvtt-oath-hammer.zip"
"download": "https://www.uberwald.me/gitea/public/fvtt-oath-hammer/releases/download/latest/fvtt-oath-hammer.zip",
"packs": [
{
"label": "Scenes",
"type": "Scene",
"name": "scenes",
"path": "packs/scenes",
"system": "fvtt-oath-hammer",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
}
]
}