-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmodule.json
45 lines (45 loc) · 1.49 KB
/
module.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"id": "retroactive-advantage-5e",
"title": "Retroactive Advantage DnD5e",
"description": "A module which allows rerolling d20 rolls from chat.",
"version": "2.0.0",
"author": "Andrew Krigline",
"authors": [
{
"name": "Andrew Krigline",
"discord": "Calego#0914",
"url": "https://github.com/ElfFriend-DnD",
"ko-fi": "elffriend",
"patreon": "ElfFriend_DnD"
}
],
"scripts": [
"./scripts/retroactive-advantage-5e.js"
],
"styles": [
"./styles/retroactive-advantage-5e.css"
],
"relationships": {
"systems": [{
"id": "dnd5e",
"type": "system",
"compatibility": {
"minimum": "2.0.0"
}
}]
},
"compatibility": {
"minimum": 10
},
"socket": false,
"url": "https://github.com/ElfFriend-DnD/foundryvtt-retroactive-advantage-5e",
"bugs": "https://github.com/ElfFriend-DnD/foundryvtt-retroactive-advantage-5e/issues",
"changelog": "https://github.com/ElfFriend-DnD/foundryvtt-retroactive-advantage-5e/releases",
"manifest": "https://github.com/ElfFriend-DnD/foundryvtt-retroactive-advantage-5e/releases/latest/download/module.json",
"download": "https://github.com/ElfFriend-DnD/foundryvtt-retroactive-advantage-5e/releases/latest/download/module.zip",
"license": "https://github.com/ElfFriend-DnD/foundryvtt-retroactive-advantage-5e/raw/main/LICENSE",
"readme": "https://github.com/ElfFriend-DnD/foundryvtt-retroactive-advantage-5e/raw/main/README.md",
"flags": {
"allowBugReporter": true
}
}