-
Notifications
You must be signed in to change notification settings - Fork 7
/
module.json
69 lines (69 loc) · 1.76 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
{
"id": "lancer-weapon-fx",
"title": "Lancer Weapon FX",
"description": "Special effects for weapons and items oriented towards Lancer TTRPG.",
"authors": [
{
"name": "Z3nner"
},
{
"name": "dodgepong"
},
{
"name": "cirrahn"
}
],
"version": "2.0.1",
"compatibility": {
"minimum": 11,
"verified": "12.328"
},
"url": "https://github.com/Z3nner/lancer-weapon-fx",
"manifest": "https://github.com/Z3nner/lancer-weapon-fx/releases/latest/download/module.json",
"download": "https://github.com/Z3nner/lancer-weapon-fx/releases/download/2.0.1/module.zip",
"relationships": {
"requires": [
{
"id": "sequencer",
"type": "module",
"manifest": "https://github.com/fantasycalendar/FoundryVTT-Sequencer/releases/latest/download/module.json",
"compatibility": {
"minimum": "2.3.7"
}
}
],
"recommends": [
{
"id": "jb2a_patreon",
"type": "module"
},
{
"id": "JB2A_DnD5e",
"type": "module"
}
]
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"esmodules": [
"./scripts/WeaponFX.js"
],
"styles": [
"./css/effects-manager.css",
"./css/helpers.css"
],
"packs": [
{
"name": "weaponfx",
"label": "Lancer Weapon FX",
"path": "packs/weaponfx",
"module": "lancer-weapon-fx",
"type": "Macro"
}
]
}