-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathmodule.json
109 lines (109 loc) · 2.82 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"id": "pf2e-ranged-combat",
"title": "PF2e Ranged Combat",
"description": "Utilities for improving ranged combat in Pathfinder 2e.",
"version": "6.3.7",
"authors": [
{
"name": "JDCalvert"
}
],
"compatibility": {
"minimum": "11",
"verified": "12"
},
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system"
}
],
"requires": [
{
"id": "lib-wrapper",
"type": "module"
}
]
},
"url": "https://github.com/JDCalvert/FVTT-PF2e-Ranged-Combat",
"manifest": "https://github.com/JDCalvert/FVTT-PF2e-Ranged-Combat/releases/latest/download/module.json",
"download": "https://github.com/JDCalvert/FVTT-PF2e-Ranged-Combat/releases/download/6.3.7/pf2e-ranged-combat.zip",
"readme": "https://github.com/JDCalvert/FVTT-PF2e-Ranged-Combat",
"bugs": "https://github.com/JDCalvert/FVTT-PF2e-Ranged-Combat/issues",
"changelog": "https://github.com/JDCalvert/FVTT-PF2e-Ranged-Combat/blob/main/CHANGELOG.md",
"esmodules": [
"scripts/pf2e-ranged-combat.js"
],
"styles": [
"styles/ranged-combat.css"
],
"packs": [
{
"name": "effects",
"label": "Ranged Combat Effects",
"path": "packs/effects",
"type": "Item",
"system": "pf2e"
},
{
"name": "macros",
"label": "Ranged Combat Macros",
"path": "packs/macros",
"type": "Macro",
"system": "pf2e"
},
{
"name": "feats",
"label": "Ranged Combat Feats",
"path": "packs/feats",
"type": "Item",
"system": "pf2e"
}
],
"packFolders": [
{
"name": "PF2e Ranged Combat",
"sorting": "a",
"packs": [
"effects",
"macros",
"feats"
]
}
],
"media": [
{
"type": "setup",
"caption": "PF2e Ranged Combat",
"thumbnail": "modules/pf2e-ranged-combat/art/thumbnail.webp"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "cn",
"name": "中文(简体)",
"path": "lang/zh_Hans.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "pl",
"name": "polski",
"path": "lang/pl.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
}
]
}