fvtt-dark-stars/system.json

105 lines
2.4 KiB
JSON
Raw Permalink Normal View History

2022-11-27 08:58:19 +01:00
{
"authors": [
{
"name": "Uberwald",
"flags": {}
}
],
"description": "Dark Stars RPG system for FoundryVTT",
"esmodules": [
"modules/dark-stars-main.js"
],
"gridDistance": 5,
"gridUnits": "m",
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
}
],
"license": "LICENSE.txt",
"packs": [
{
"type": "Item",
"label": "Conditions",
"name": "conditions",
2023-10-02 23:07:58 +02:00
"path": "packs/conditions",
2022-11-27 08:58:19 +01:00
"system": "fvtt-dark-stars",
"private": false,
"flags": {}
},
{
"type": "Item",
"label": "Currency",
"name": "currency",
2023-10-02 23:07:58 +02:00
"path": "packs/currency",
2022-11-27 08:58:19 +01:00
"system": "fvtt-dark-stars",
"private": false,
"flags": {}
},
{
"type": "Item",
2024-02-25 13:18:02 +01:00
"label": "The Sprawl",
"name": "sprawl",
"path": "packs/sprawl",
2023-10-29 23:24:54 +01:00
"system": "fvtt-dark-stars",
"private": false,
"flags": {}
2023-11-25 11:54:49 +01:00
},
2024-01-26 16:46:41 +01:00
{
"type": "Item",
"label": "Darkstars-SF",
"name": "darkstars-sf",
"path": "packs/darkstars-sf",
"system": "fvtt-dark-stars",
"private": false,
"flags": {}
},
2023-11-25 11:54:49 +01:00
{
"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": {}
2022-11-27 08:58:19 +01:00
}
],
"primaryTokenAttribute": "secondary.hp",
"secondaryTokenAttribute": "secondary.effort",
"socket": true,
"styles": [
"styles/simple.css"
],
2024-02-26 14:20:54 +01:00
"version": "11.0.21",
2022-11-27 08:58:19 +01:00
"compatibility": {
2023-09-30 08:22:45 +02:00
"minimum": "11",
"verified": "11"
2022-11-27 08:58:19 +01:00
},
"title": "Dark Stars RPG",
2022-12-04 12:19:46 +01:00
"manifest": "https://www.uberwald.me/gitea/uberwald/fvtt-dark-stars/raw/branch/main/system.json",
2024-02-26 14:20:54 +01:00
"download": "https://www.uberwald.me/gitea/uberwald/fvtt-dark-stars/archive/fvtt-dark-stars-v11.0.21.zip",
2022-11-27 08:58:19 +01:00
"url": "https://www.uberwald.me/gitea/uberwald/",
"background": "images/ui/dark_stars_welcome_page.webp",
"id": "fvtt-dark-stars"
}