-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmodule.json
66 lines (66 loc) · 1.91 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"id": "pf2e-hero-actions",
"title": "PF2e Hero Actions",
"author": "Idle",
"description": "This module modify the PF2e character sheet to add and manage the 'Hero Point Deck' actions alternate rule",
"authors": [
{
"name": "Idle",
"discord": "Idle#3251"
}
],
"esmodules": [
"scripts/main.js"
],
"compatibility": {
"minimum": "11.308",
"verified": "11"
},
"version": "2.8.2",
"manifestPlusVersion": "1.2.0",
"url": "https://github.com/reonZ/pf2e-hero-actions",
"readme": "https://github.com/reonZ/pf2e-hero-actions/blob/master/README.md",
"manifest": "https://raw.githubusercontent.com/reonZ/pf2e-hero-actions/master/module.json",
"download": "https://github.com/reonZ/pf2e-hero-actions/releases/download/2.8.2/module.zip",
"changelog": "https://github.com/reonZ/pf2e-hero-actions/blob/master/CHANGELOG.md",
"bugs": "https://github.com/reonZ/pf2e-hero-actions/issues",
"styles": [
"styles/trade.css",
"styles/sheet.css",
"styles/dialogs.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
}
],
"socket": true,
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system",
"manifest": "https://raw.githubusercontent.com/foundryvtt/pf2e/master/system.json",
"compatibility": {
"minimum": "5.4.2"
}
}
]
},
"packs": [
{
"name": "macros",
"label": "PF2e Hero Actions",
"path": "packs/macros.db",
"type": "Macro",
"module": "pf2e-hero-actions"
}
]
}