Files
wfrp4e-risikogruppe/module.json
T
alzerandalzer 8336bd2c7f Initial
2025-05-16 16:00:43 +02:00

53 lines
993 B
JSON

{
"id": "risikogruppe",
"title": "Risikogruppe",
"version": "1.0.0",
"compatibility": {
"minimum": "12",
"verified": "12"
},
"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": {}
}
]
}