foundryvtt-shadows-over-sol/system.json

115 lines
2.8 KiB
JSON

{
"id": "foundryvtt-shadows-over-sol",
"title": "Shadows over Sol",
"description": "Shadows over Sol for FoundryVTT",
"url": "https://www.uberwald.me/gitea/public/foundryvtt-shadows-over-sol/",
"license": "LICENSE.txt",
"version": "11.0.1",
"compatibility": {
"minimum": "10",
"verified": "10",
"maximum": "11"
},
"esmodules": [
"module/sos-main.js"
],
"styles": [
"styles/simple.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
}
],
"packs": [
{
"name": "skills",
"label": "Skills",
"path": "packs/skills.db",
"type": "Item",
"system": "foundryvtt-shadows-over-sol",
"private": false,
"flags": {}
},
{
"name": "consequences",
"label": "Consequences",
"path": "packs/consequences.db",
"type": "Item",
"system": "foundryvtt-shadows-over-sol",
"private": false,
"flags": {}
},
{
"name": "gears",
"label": "Gears",
"path": "packs/gears.db",
"type": "Item",
"system": "foundryvtt-shadows-over-sol",
"private": false,
"flags": {}
},
{
"name": "injuries",
"label": "Injuries",
"path": "packs/injuries.db",
"type": "Item",
"system": "foundryvtt-shadows-over-sol",
"private": false,
"flags": {}
},
{
"name": "weaknesses",
"label": "Weaknesses",
"path": "packs/weaknesses.db",
"type": "Item",
"system": "foundryvtt-shadows-over-sol",
"private": false,
"flags": {}
},
{
"name": "languages",
"label": "Languages",
"path": "packs/languages.db",
"type": "Item",
"system": "foundryvtt-shadows-over-sol",
"private": false,
"flags": {}
},
{
"name": "combat-actions",
"label": "Combat Actions",
"path": "packs/combat-actions.db",
"type": "Item",
"system": "foundryvtt-shadows-over-sol",
"private": false,
"flags": {}
},
{
"name": "genelines",
"label": "Genelines",
"path": "packs/genelines.db",
"type": "Item",
"system": "foundryvtt-shadows-over-sol",
"private": false,
"flags": {}
},
{
"name": "subcultures",
"label": "Subcultures",
"path": "packs/subcultures.db",
"type": "Item",
"system": "foundryvtt-shadows-over-sol",
"private": false,
"flags": {}
}
],
"socket": true,
"manifest": "https://www.uberwald.me/gitea/public/foundryvtt-shadows-over-sol/raw/branch/v10/system.json",
"download": "https://www.uberwald.me/gitea/public/foundryvtt-shadows-over-sol/archive/foundryvtt-shadows-over-sol-11.0.1.zip",
"gridDistance": 5,
"gridUnits": "ft"
}