Add corrected module.json for wfrp4e-mutations v3.0.0 (fixes download URL still pointing to v2.1.0 zip)
This commit is contained in:
+106
@@ -0,0 +1,106 @@
|
||||
{
|
||||
"id": "artantares-mutations",
|
||||
"title": "Antares | Mutant's Handbook [WFRP4E]",
|
||||
"description": "A module with homebrew rules for mutation and corruption for WFRP 4e, based on the work by Anders Hellspong",
|
||||
"version": "3.0.0",
|
||||
"compatibility": {
|
||||
"minimum": "14",
|
||||
"verified": "14"
|
||||
},
|
||||
"relationships": {
|
||||
"systems": [
|
||||
{
|
||||
"id": "wfrp4e",
|
||||
"type": "system",
|
||||
"compatibility": {
|
||||
"minimum": "9.0.0",
|
||||
"verified": "9.6.1"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "antares",
|
||||
"url": "https://github.com/artptz",
|
||||
"discord": "artantares",
|
||||
"flags": {}
|
||||
},
|
||||
{
|
||||
"name": "Anders Hellspong",
|
||||
"discord": "hellspong",
|
||||
"flags": {}
|
||||
}
|
||||
],
|
||||
"esmodules": [
|
||||
"/scripts/mutation-messages.mjs",
|
||||
"/scripts/functions.mjs"
|
||||
],
|
||||
"packs": [
|
||||
{
|
||||
"name": "items",
|
||||
"label": "Items (Mutations)",
|
||||
"path": "packs/items",
|
||||
"type": "Item",
|
||||
"ownership": {
|
||||
"PLAYER": "OBSERVER",
|
||||
"ASSISTANT": "OWNER"
|
||||
},
|
||||
"system": "wfrp4e",
|
||||
"flags": {}
|
||||
},
|
||||
{
|
||||
"name": "journal",
|
||||
"label": "Journal Entries (Mutations)",
|
||||
"path": "packs/journal",
|
||||
"type": "JournalEntry",
|
||||
"ownership": {
|
||||
"PLAYER": "OBSERVER",
|
||||
"ASSISTANT": "OWNER"
|
||||
},
|
||||
"system": "wfrp4e",
|
||||
"flags": {}
|
||||
},
|
||||
{
|
||||
"name": "macros",
|
||||
"label": "Macros (Mutations)",
|
||||
"path": "packs/macros",
|
||||
"type": "Macro",
|
||||
"ownership": {
|
||||
"PLAYER": "OBSERVER",
|
||||
"ASSISTANT": "OWNER"
|
||||
},
|
||||
"system": "wfrp4e",
|
||||
"flags": {}
|
||||
},
|
||||
{
|
||||
"name": "rolltables",
|
||||
"label": "Tables (Mutations)",
|
||||
"path": "packs/rolltables",
|
||||
"type": "RollTable",
|
||||
"ownership": {
|
||||
"PLAYER": "OBSERVER",
|
||||
"ASSISTANT": "OWNER"
|
||||
},
|
||||
"system": "wfrp4e",
|
||||
"flags": {}
|
||||
}
|
||||
],
|
||||
"packFolders": [
|
||||
{
|
||||
"name": "Mutant's Handbook",
|
||||
"sorting": "m",
|
||||
"packs": [
|
||||
"items",
|
||||
"journal",
|
||||
"rolltables",
|
||||
"macros"
|
||||
],
|
||||
"color": "#21c493",
|
||||
"folders": []
|
||||
}
|
||||
],
|
||||
"manifest": "https://gitea.palmenalzer.de/alzer/wfrp4e-mutations-fix/raw/branch/main/module.json",
|
||||
"download": "https://github.com/artptz/wfrp4e-mutations/releases/download/v3.0.0/artantares-mutations.zip",
|
||||
"flags": {}
|
||||
}
|
||||
Reference in New Issue
Block a user