{
"$schema": "https://json.schemastore.org/foundryvtt-system-manifest.json",
"id": "litmv2",
"version": "14.58",
"license": "LICENSE",
"title": "Legend in the Mist: Unofficial",
"description": "An unofficial, community-made system for playing the Rustic Fantasy game Legend in the Mist in Foundry Virtual Tabletop.",
"authors": [
{
"name": "Filip Ambrosius",
"discord": "aMediocreDad#2483",
"email": "hello@amediocre.dev",
"ko-fi": "amediocredad"
}
],
"esmodules": [
"litmv2.js"
],
"styles": [
"litmv2.css",
"litmv2-welcome.css"
],
"documentTypes": {
"Actor": {
"hero": {
"htmlFields": [
"description"
]
},
"journey": {
"htmlFields": [
"description"
]
},
"challenge": {
"htmlFields": [
"description",
"specialFeatures"
]
},
"fellowship": {
"htmlFields": [
"description"
]
},
"story_theme": {}
},
"ActiveEffect": {
"power_tag": {},
"weakness_tag": {},
"fellowship_tag": {},
"relationship_tag": {},
"story_tag": {},
"status_tag": {}
},
"Item": {
"backpack": {},
"story_theme": {
"htmlFields": [
"description"
]
},
"theme": {
"htmlFields": [
"description"
]
},
"themebook": {
"htmlFields": [
"description"
]
},
"trope": {
"htmlFields": [
"description"
]
},
"vignette": {},
"addon": {
"htmlFields": [
"description",
"specialFeatures"
]
},
"action": {
"htmlFields": [
"description"
]
}
}
},
"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": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "no",
"name": "Norsk",
"path": "lang/no.json"
}
],
"socket": true,
"compatibility": {
"minimum": 14,
"verified": 14,
"maximum": 14
},
"packs": [],
"flags": {
"hotReload": {
"extensions": [
"css",
"html",
"js",
"json"
],
"paths": [
"styles",
"templates",
"lang",
"litmv2.css",
"litmv2-welcome.css",
"litmv2.js"
]
}
},
"relationships": {
"recommends": [
{
"id": "dice-so-nice",
"manifest": "https://gitlab.com/riccisi/foundryvtt-dice-so-nice/-/raw/master/module/module.json"
}
]
},
"background": "systems/litmv2/assets/media/litm_splash.webp",
"url": "https://github.com/Son-of-Oak-Community/litmv2",
"bugs": "https://github.com/Son-of-Oak-Community/litmv2/issues?q=is:issue+is:open+sort:updated-desc",
"manifest": "https://raw.githubusercontent.com/Son-of-Oak-Community/litmv2/refs/heads/v14/system.json",
"download": "https://github.com/Son-of-Oak-Community/litmv2/archive/refs/tags/v14.58.zip",
"readme": "https://raw.githubusercontent.com/Son-of-Oak-Community/litmv2/refs/heads/main/README.md"
}