-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmodule.json
More file actions
118 lines (118 loc) · 3.45 KB
/
Copy pathmodule.json
File metadata and controls
118 lines (118 loc) · 3.45 KB
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
110
111
112
113
114
115
116
117
118
{
"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": "13",
"verified": "14"
},
"authors": [
{
"name": "chasarooniZ"
}
],
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system",
"compatibility": {
"minimum": "6.0.0",
"verified": "6.0.2"
}
},
{
"id": "sf2e",
"type": "system",
"manifest": "https://github.com/foundryvtt/pf2e/releases/download/latest/system.json",
"compatibility": {
"minimum": "0.0.3"
}
}
],
"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"]
}
],
"styles": ["styles/style.css"],
"esmodules": ["scripts/module.js", "scripts/settings.js"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
},
{
"lang": "cn",
"name": "简体中文",
"path": "languages/cn.json"
},
{
"lang": "pl",
"name": "polski",
"path": "languages/pl.json",
"flags": {}
},
{
"lang": "fr",
"name": "français",
"path": "languages/fr.json"
}
],
"flags": {
"pf2e-item-activations": {
"pf2e-homebrew": {
"featTraits": {
"invested": "Invested",
"activation": {
"label": "pf2e-item-activations.traits.activation.label",
"description": "pf2e-item-activations.traits.activation.description"
}
},
"spellTraits": {
"activation": {
"label": "pf2e-item-activations.traits.activation.label",
"description": "pf2e-item-activations.traits.activation.description"
}
}
}
}
},
"url": "#{URL}#",
"manifest": "#{MANIFEST}#",
"download": "#{DOWNLOAD}#",
"readme": "https://github.com/chasarooniZ/pf2e-item-activations/blob/master/README.md"
}