diff --git a/module.json b/module.json new file mode 100644 index 0000000..ce8c815 --- /dev/null +++ b/module.json @@ -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" + } + ] +}