-
Notifications
You must be signed in to change notification settings - Fork 169
/
module.json
117 lines (117 loc) · 3.83 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
110
111
112
113
114
115
116
117
{
"id": "foundry_community_macros",
"title": "Foundry Community Macros",
"description": "<p>This is a collection of Macros added by the FoundryVTT Community!<br><br>You can add your own macros by making a pull request here: https://github.com/foundry-vtt-community/macros</p>",
"version": "11.0",
"authors": [
{
"name": "FoundryVTTCommunity"
}
],
"packFolders":[
{
"name": "Foundry Community Macros",
"sorting": "m",
"ownership": {
"PLAYER": "NONE",
"ASSISTANT": "OWNER"
},
"packs":[
"community-macros-5e",
"community-macros-age",
"community-macros-dsa5e",
"community-macros-pf1e",
"community-macros-pf2e",
"community-macros-misc",
"community-macros-module-specific",
"community-macros-roll",
"community-macros-token",
"community-macros-wfrp4e"
]
}
],
"packs": [
{
"name": "community-macros-5e",
"label": "D&D 5E",
"path": "packs/macros-5e.db",
"module": "foundry_community_macros",
"type": "Macro"
},
{
"name": "community-macros-age",
"label": "AGE System",
"path": "packs/macros-age.db",
"module": "foundry_community_macros",
"type": "Macro"
},
{
"name": "community-macros-dsa5e",
"label": "The Dark Eye 5E",
"path": "packs/macros-dsa5e.db",
"module": "foundry_community_macros",
"type": "Macro"
},
{
"name": "community-macros-pf1e",
"label": "Pathfinder 1E",
"path": "packs/macros-pf1e.db",
"module": "foundry_community_macros",
"type": "Macro"
},
{
"name": "community-macros-pf2e",
"label": "Pathfinder 2E",
"path": "packs/macros-pf2e.db",
"module": "foundry_community_macros",
"type": "Macro"
},
{
"name": "community-macros-misc",
"label": "Misc",
"path": "packs/macros-misc.db",
"module": "foundry_community_macros",
"type": "Macro"
},
{
"name": "community-macros-module-specific",
"label": "Module Specific",
"path": "packs/macros-module-specific.db",
"module": "foundry_community_macros",
"type": "Macro"
},
{
"name": "community-macros-roll",
"label": "Roll",
"path": "packs/macros-roll.db",
"module": "foundry_community_macros",
"type": "Macro"
},
{
"name": "community-macros-token",
"label": "Token",
"path": "packs/macros-token.db",
"module": "foundry_community_macros",
"type": "Macro"
},
{
"name": "community-macros-wfrp4e",
"label": "Warhammer 4E",
"path": "packs/macros-wfrp4e.db",
"module": "foundry_community_macros",
"type": "Macro"
}
],
"url": "https://github.com/foundry-vtt-community/macros",
"manifest": "https://raw.githubusercontent.com/foundry-vtt-community/macros/main/module.json",
"download": "https://github.com/foundry-vtt-community/macros/archive/refs/tags/v11.0.zip",
"bugs": "https://github.com/foundry-vtt-community/macros/issues",
"readme": "https://raw.githubusercontent.com/foundry-vtt-community/macros/main/README.md",
"changelog": "https://github.com/foundry-vtt-community/macros/releases",
"license": "https://raw.githubusercontent.com/foundry-vtt-community/macros/main/LICENSE.md",
"socket": true,
"compatibility": {
"minimum": "11",
"verified": "11"
}
}