forked from Z3nner/lancer-weapon-fx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
43 lines (43 loc) · 1.17 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
{
"name": "lancer-weapon-fx",
"title": "Lancer Weapon FX",
"description": "Manual Weapon special effects oriented towards Lancer TTRPG.",
"author": "Z3nner",
"version": "1.5",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9",
"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/1.4.2/module.zip",
"dependencies": [
{
"name": "sequencer"
},
{
"name": "animated-spell-effects"
},
{
"name": "animated-spell-effects-cartoon"
},
{
"name": "tokenmagic"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"esmodules": [ "./scripts/WeaponFX.js" ],
"packs": [
{
"name": "WeaponFX",
"label": "Lancer Weapon FX",
"path": "packs/weaponfx.db",
"entity": "Macro",
"module": "lancer-weapon-fx"
}
]
}