forked from foundry-vtt-community/macros
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
64 lines (64 loc) · 2.4 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
{
"name": "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": "0.27",
"author": "CyberPathogen",
"packs": [
{
"name": "community-macros-5e",
"label": "FVTT Community Macros - D&D 5e",
"path": "packs/macros-5e.db",
"module": "foundry_community_macros",
"entity": "Macro"
},
{
"name": "community-macros-pf1e",
"label": "FVTT Community Macros - Pathfinder 1e",
"path": "packs/macros-pf1e.db",
"module": "foundry_community_macros",
"entity": "Macro"
},
{
"name": "community-macros-pf2e",
"label": "FVTT Community Macros - Pathfinder 2e",
"path": "packs/macros-pf2e.db",
"module": "foundry_community_macros",
"entity": "Macro"
},
{
"name": "community-macros-misc",
"label": "FVTT Community Macros - Misc",
"path": "packs/macros-misc.db",
"module": "foundry_community_macros",
"entity": "Macro"
},
{
"name": "community-macros-module-specific",
"label": "FVTT Community Macros - Module Specific",
"path": "packs/macros-module-specific.db",
"module": "foundry_community_macros",
"entity": "Macro"
},
{
"name": "community-macros-roll",
"label": "FVTT Community Macros - Roll",
"path": "packs/macros-roll.db",
"module": "foundry_community_macros",
"entity": "Macro"
},
{
"name": "community-macros-token",
"label": "FVTT Community Macros - Token",
"path": "packs/macros-token.db",
"module": "foundry_community_macros",
"entity": "Macro"
}
],
"url": "https://github.com/foundry-vtt-community/macros",
"manifest": "https://raw.githubusercontent.com/foundry-vtt-community/macros/master/module.json",
"download": "https://github.com/foundry-vtt-community/macros/archive/v0.27.zip",
"socket": true,
"minimumCoreVersion": "0.6.6",
"compatibleCoreVersion": "0.7.4"
}