-
Notifications
You must be signed in to change notification settings - Fork 104
/
module.json
99 lines (99 loc) · 1.92 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
{
"id": "autoanimations",
"title": "Automated Animations",
"description": "This will automatically run most JB2A Animations such as Melee/Ranged Attacks, Spell Attacks, and Instant Spells",
"authors": [
{
"name": "Otigon (Otigon#2010)",
"discord": "Otigon#2010"
}
],
"url": "https://github.com/otigon/automated-jb2a-animations",
"version": "4.0.15",
"compatibility": {
"minimum": "11",
"verified": "12"
},
"minimumCoreVersion": "11",
"compatibleCoreVersion": "12",
"scripts": [],
"esmodules": [
"index.js"
],
"styles": [
"style.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "it",
"name": "Italiano",
"path": "lang/it.json"
},
{
"lang": "ko",
"name": "Korean",
"path": "lang/ko.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-br.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
},
{
"lang": "zh-tw",
"name": "正體中文",
"path": "lang/zh-tw.json"
},
{
"lang": "cn",
"name": "中文(简体)",
"path": "lang/zh_Hans.json"
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt_BR.json"
}
],
"relationships": {
"requires": [
{
"id": "sequencer",
"type": "module",
"manifest": "https://github.com/fantasycalendar/FoundryVTT-Sequencer/releases/latest/download/module.json"
},
{
"id": "socketlib",
"type": "module"
}
]
},
"socket": true,
"manifest": "https://github.com/otigon/automated-jb2a-animations/releases/latest/download/module.json",
"download": "https://github.com/otigon/automated-jb2a-animations/releases/download/0.6.71/module.zip"
}