generated from League-of-Foundry-Developers/FoundryVTT-Module-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
56 lines (56 loc) · 1.14 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
{
"id": "pf2e-xp",
"title": "PF2e Xp - Infused with Nerps!",
"description": "A GM aid that will show the threat level of an encounter in the combat tracker and update live as you add or remove characters.",
"version": "1.0.0",
"library": "false",
"manifestPlusVersion": "1.0.0",
"compatibility": {
"minimum": 11,
"verified": 11.308
},
"authors": [
{
"name": "JamzTheMan",
"url": "https://github.com/JamzTheMan/Nerps-XP",
"discord": "jamztheman"
}
],
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system",
"compatibility": {
"verified": "5.4.4"
}
}
]
},
"conflicts": [
],
"esmodules": [
"/scripts/pf2e-xp.js"
],
"scripts": [
],
"styles": [
"/styles/pf2e-xp.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"url": "This is auto replaced",
"manifest": "This is auto replaced",
"download": "This is auto replaced",
"media": [
{
"type": "icon",
"url": "https://avatars.githubusercontent.com/u/8051654?v=4"
}
]
}