This commit is contained in:
alzer
2025-05-16 16:00:43 +02:00
commit 8336bd2c7f
16 changed files with 71 additions and 0 deletions
+53
View File
@@ -0,0 +1,53 @@
{
"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": {}
}
]
}