Files
wfrp4e-risikogruppe/module.json
T

144 lines
3.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": {}
},
{
"label": "Gerichte und Gasthäuser",
"type": "RollTable",
"name": "gerichte-gasthaeuser",
"path": "packs/gerichte-gasthaeuser",
"system": "wfrp4e",
"flags": {},
"ownership": {
"PLAYER": "NONE",
"ASSISTANT": "OWNER"
}
},
{
"label": "Gaben der Rhya",
"type": "JournalEntry",
"name": "dons-de-rhya",
"path": "packs/dons-de-rhya",
"system": "wfrp4e",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"label": "Spielhilfen",
"type": "JournalEntry",
"name": "aides-de-jeu-fr",
"path": "packs/aides-de-jeu-fr",
"system": "wfrp4e",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"label": "Kräuter & Tränke",
"type": "Item",
"name": "antidotes-and-remedes",
"path": "packs/antidotes-and-remedes",
"system": "wfrp4e",
"flags": {},
"ownership": {
"PLAYER": "NONE",
"ASSISTANT": "OWNER"
}
},
{
"label": "Übersetzungstabellen",
"type": "JournalEntry",
"name": "tables-des-traductions",
"path": "packs/tables-des-traductions",
"system": "wfrp4e",
"flags": {},
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"label": "Apothekarium",
"type": "JournalEntry",
"name": "apothicarium",
"path": "packs/apothicarium",
"system": "wfrp4e",
"flags": {},
"ownership": {
"PLAYER": "NONE",
"ASSISTANT": "OWNER"
}
}
],
"packFolders": [
{
"name": "Module WFRP4 DE",
"sorting": "m",
"color": "#00435c",
"packs": [
"apothicarium",
"tables-des-traductions",
"antidotes-and-remedes",
"aides-de-jeu-fr",
"dons-de-rhya",
"gerichte-gasthaeuser"
],
"folders": []
}
]
}