-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
module.json
80 lines (80 loc) · 2.19 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
{
"id": "pf2e-item-activations",
"title": "PF2e Item Activations",
"description": "A module that allows you to have actions be added to an actor upon equipping",
"version": "#{VERSION}#",
"compatibility": {
"minimum": "12",
"verified": "12"
},
"authors": [
{
"name": "chasarooniZ"
}
],
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system",
"compatibility": {
"minimum": "6.0.0",
"verified": "6.0.2"
}
}
],
"recommends": [
{
"id": "pf2e-usage-updater",
"type": "module",
"reason": "This module allows for the automation of action use counting, which helps out with this module a lot.",
"compatibility": {}
}
]
},
"packs": [
{
"label": "Item Activations",
"name": "item-activations",
"path": "packs/item-activations.db",
"system": "pf2e",
"private": false,
"type": "Item",
"flags": {}
},
{
"label": "Item Activations: Effects",
"name": "item-activations-effects",
"path": "packs/item-activations-effects.db",
"system": "pf2e",
"private": false,
"type": "Item",
"flags": {}
}
],
"packFolders": [
{
"name": "PF2e Item Activations",
"sorting": "m",
"packs": ["item-activations", "item-activations-effects"]
}
],
"esmodules": ["scripts/module.js", "scripts/settings.js"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
},
{
"lang": "pl",
"name": "polski",
"path": "languages/pl.json",
"flags": {}
}
],
"url": "#{URL}#",
"manifest": "#{MANIFEST}#",
"download": "#{DOWNLOAD}#",
"readme": "https://github.com/chasarooniZ/pf2e-item-activations/blob/master/README.md"
}