Add module.json — Foundry VTT manifest

This commit is contained in:
2026-05-22 07:54:01 +03:00
parent a46a9a9718
commit 7d89e5df3b
+53
View File
@@ -0,0 +1,53 @@
{
"name": "pf2e-bagrovy-karavan",
"title": "PF2e: Багровый Караван",
"description": "Foundry VTT модуль для Pathfinder 2e кампании «Багровый Караван». Содержит placeholder карты, сцены, журналы и NPC для Session 0 и дальнейших сессий.",
"author": "Toutsu",
"version": "0.1.0",
"minimumCoreVersion": "11",
"compatibleCoreVersion": "12",
"compatibility": {
"minimum": "11",
"verified": "12"
},
"url": "https://git.codeanddice.ru/Toutsu/pf2e-bagrovy-karavan",
"manifest": "https://git.codeanddice.ru/Toutsu/pf2e-bagrovy-karavan/raw/branch/main/module.json",
"download": "https://git.codeanddice.ru/Toutsu/pf2e-bagrovy-karavan/archive/main.zip",
"packs": [
{
"name": "journal",
"label": "Журналы",
"path": "packs/journal.db",
"type": "JournalEntry",
"private": false
},
{
"name": "scenes",
"label": "Сцены",
"path": "packs/scenes.db",
"type": "Scene",
"private": false
},
{
"name": "actors",
"label": "NPC",
"path": "packs/actors.db",
"type": "Actor",
"private": false
},
{
"name": "tables",
"label": "Таблицы",
"path": "packs/tables.db",
"type": "RollTable",
"private": false
}
],
"languages": [
{
"lang": "ru",
"name": "Русский",
"path": "lang/ru.json"
}
]
}