131 lines
2.8 KiB
JSON
131 lines
2.8 KiB
JSON
{
|
|
"authors": [
|
|
{
|
|
"name": "Uberwald",
|
|
"flags": {}
|
|
}
|
|
],
|
|
"description": "Dark Stars RPG system for FoundryVTT",
|
|
"esmodules": [
|
|
"modules/dark-stars-main.js"
|
|
],
|
|
"gid": {
|
|
"distance": 5,
|
|
"units": "m"
|
|
},
|
|
"languages": [
|
|
{
|
|
"lang": "en",
|
|
"name": "English",
|
|
"path": "lang/en.json",
|
|
"flags": {}
|
|
}
|
|
],
|
|
"license": "LICENSE.txt",
|
|
"packs": [
|
|
{
|
|
"type": "Item",
|
|
"label": "Conditions",
|
|
"name": "conditions",
|
|
"path": "packs/conditions",
|
|
"system": "fvtt-dark-stars",
|
|
"private": false,
|
|
"flags": {}
|
|
},
|
|
{
|
|
"type": "Item",
|
|
"label": "Currency",
|
|
"name": "currency",
|
|
"path": "packs/currency",
|
|
"system": "fvtt-dark-stars",
|
|
"private": false,
|
|
"flags": {}
|
|
},
|
|
{
|
|
"type": "Item",
|
|
"label": "The Sprawl",
|
|
"name": "sprawl",
|
|
"path": "packs/sprawl",
|
|
"system": "fvtt-dark-stars",
|
|
"private": false,
|
|
"flags": {}
|
|
},
|
|
{
|
|
"type": "Item",
|
|
"label": "Darkstars-SF",
|
|
"name": "darkstars-sf",
|
|
"path": "packs/darkstars-sf",
|
|
"system": "fvtt-dark-stars",
|
|
"private": false,
|
|
"flags": {}
|
|
},
|
|
{
|
|
"type": "Item",
|
|
"label": "Aldebaran",
|
|
"name": "aldebaran",
|
|
"path": "packs/aldebaran",
|
|
"system": "fvtt-dark-stars",
|
|
"private": false,
|
|
"flags": {}
|
|
},
|
|
{
|
|
"type": "Item",
|
|
"label": "Beyond the Black Sea",
|
|
"name": "beyondtheblacksea",
|
|
"path": "packs/beyondtheblacksea",
|
|
"system": "fvtt-dark-stars",
|
|
"private": false,
|
|
"flags": {}
|
|
},
|
|
{
|
|
"type": "Item",
|
|
"label": "Nightborough",
|
|
"name": "nightborough",
|
|
"path": "packs/nightborough",
|
|
"system": "fvtt-dark-stars",
|
|
"private": false,
|
|
"flags": {}
|
|
},
|
|
{
|
|
"type": "RollTable",
|
|
"label": "Tables",
|
|
"name": "tables",
|
|
"path": "packs/tables",
|
|
"system": "fvtt-dark-stars",
|
|
"private": false,
|
|
"flags": {}
|
|
}
|
|
],
|
|
"primaryTokenAttribute": "secondary.hp",
|
|
"secondaryTokenAttribute": "secondary.effort",
|
|
"socket": true,
|
|
"styles": [
|
|
"styles/simple.css"
|
|
],
|
|
"version": "12.0.0",
|
|
"compatibility": {
|
|
"minimum": "11",
|
|
"verified": "12"
|
|
},
|
|
"title": "Dark Stars RPG",
|
|
"manifest": "https://www.uberwald.me/gitea/uberwald/fvtt-dark-stars/raw/branch/main/system.json",
|
|
"download": "https://www.uberwald.me/gitea/uberwald/fvtt-dark-stars/archive/fvtt-dark-stars-v12.0.0.zip",
|
|
"url": "https://www.uberwald.me/gitea/uberwald/",
|
|
"background": "images/ui/dark_stars_welcome_page.webp",
|
|
"id": "fvtt-dark-stars",
|
|
"flags": {
|
|
"hotReload": {
|
|
"extensions": [
|
|
"css",
|
|
"hbs",
|
|
"json"
|
|
],
|
|
"paths": [
|
|
"styles/",
|
|
"lang/",
|
|
"assets/",
|
|
"templates/"
|
|
]
|
|
}
|
|
}
|
|
} |