Skip to content

Instantly share code, notes, and snippets.

@CodaBool
Created March 18, 2025 20:52
Show Gist options
  • Save CodaBool/644a6939bc776d63d5cbf36e31a9b00c to your computer and use it in GitHub Desktop.
Save CodaBool/644a6939bc776d63d5cbf36e31a9b00c to your computer and use it in GitHub Desktop.
{
"id": "forien-quest-log",
"title": "Forien's Quest Log",
"description": "Provides comprehensive Quest Log system for players and Game Masters",
"authors": [
{
"name": "Forien",
"url": "https://www.patreon.com/forien"
},
{
"name": "Michael Leahy (TyphonJS)",
"url": "https://www.typhonjs.io"
}
],
"url": "https://github.com/Forien/foundryvtt-forien-quest-log",
"readme": "https://github.com/League-of-Foundry-Developers/foundryvtt-forien-quest-log/blob/master/README.md",
"bugs": "https://github.com/League-of-Foundry-Developers/foundryvtt-forien-quest-log/issues",
"changelog": "https://github.com/League-of-Foundry-Developers/foundryvtt-forien-quest-log/releases/latest/",
"version": "v0.8.1",
"compatibility": {
"minimum": "11",
"verified": "12",
"maximum": "13"
},
"esmodules": [
"./src/init.js"
],
"styles": [
"./css/init.css"
],
"languages": [
{
"lang": "cn",
"name": "中文(简体",
"path": "lang/cn.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "fi-Fl",
"name": "Finnish",
"path": "lang/fi-FI.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "it",
"name": "Italiano",
"path": "lang/it.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json"
},
{
"lang": "ko",
"name": "한국어",
"path": "lang/ko.json"
},
{
"lang": "nl",
"name": "Nederlands",
"path": "lang/nl.json"
},
{
"lang": "pl",
"name": "Polski",
"path": "lang/pl.json"
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json"
},
{
"lang": "ru",
"name": "Russian",
"path": "lang/ru.json"
},
{
"lang": "sv",
"name": "Svenska",
"path": "lang/sv.json"
},
{
"lang": "zh-tw",
"name": "正體中文",
"path": "lang/zh-tw.json"
}
],
"packs": [
{
"name": "macros-gm",
"label": "FQL Macros (GM)",
"module": "forien-quest-log",
"path": "./packs/macro-gm.db",
"type": "Macro",
"ownership": {
"PLAYER": "NONE",
"ASSISTANT": "OWNER"
}
},
{
"name": "macros-player",
"label": "FQL Macros (Player)",
"module": "forien-quest-log",
"path": "./packs/macro-player.db",
"type": "Macro"
}
],
"socket": true,
"manifest": "https://github.com/Forien/foundryvtt-forien-quest-log/releases/latest/download/module.json",
"download": "https://github.com/Forien/foundryvtt-forien-quest-log/releases/download/v0.8.1/module.zip",
"protected": false,
"coreTranslation": false,
"library": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment