-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
22 lines (22 loc) · 845 Bytes
/
module.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "wfrp-tweaks",
"title": "WFRP - Tweaks",
"description": "A series of tweaks providing additional automation, macro support, and house rules.",
"version": "1.2.2",
"minimumCoreVersion": "0.5.3",
"supportedCoreVersion" : "0.6.3",
"author": "Michael Sebelski [DasSauerkraut#3215], Initially by Moo Man",
"url": "https://github.com/DasSauerkraut/wfrp-tweaks",
"manifest": "https://raw.githubusercontent.com/DasSauerkraut/wfrp-tweaks/master/module.json",
"download": "https://github.com/DasSauerkraut/wfrp-tweaks/raw/master/package/wfrp-tweaks-v1.2.2.zip",
"esmodules": [
"wfrp-tweaks.mjs",
"wfrp-macros.mjs",
"modules/settings.mjs",
"modules/preloadTemplates.mjs",
"modules/spendAdvantage.mjs",
"modules/advantageBonus.mjs"
],
"styles": [ "./css/wfrp-tweaks-style.css" ],
"packs": []
}