Files
wfrp4e-risikogruppe/module.json
T
alzerandalzer dcf7a465cf module
2025-05-16 16:03:33 +02:00

56 lines
1.2 KiB
JSON

{
"id": "risikogruppe",
"title": "Risikogruppe",
"version": "1.0.0",
"compatibility": {
"minimum": "12",
"verified": "12"
},
"url": "https://gitea.palmenalzer.de/alzer/wfrp4e-risikogruppe",
"manifest": "https://gitea.palmenalzer.de/alzer/wfrp4e-risikogruppe/raw/branch/main/module.json",
"download": "https://gitea.palmenalzer.de/alzer/wfrp4e-risikogruppe/archive/main.zip",
"authors": [
{
"name": "dene_oma",
"flags": {}
}
],
"packs": [
{
"name": "sternzeichen",
"label": "Sternzeichen",
"path": "packs/sternzeichen",
"type": "Item",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"system": "wfrp4e",
"flags": {}
},
{
"name": "macros",
"label": "Macros",
"path": "packs/macros",
"type": "Macro",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"system": "wfrp4e",
"flags": {}
},
{
"name": "items",
"label": "Items",
"path": "packs/items",
"type": "Item",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"system": "wfrp4e",
"flags": {}
}
]
}