-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmodule.json
83 lines (83 loc) · 2.21 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
{
"id": "simbuls-creature-aide",
"name": "simbuls-creature-aide",
"title": "Simbul's Creature Aide",
"description": "A module that handles Legendary Actions, Lair Actions and Ability Recharges for DnD5e. Originally part of DnD 5e Helpers, split out for v10.",
"version": "1.0.0",
"authors": [
{
"name": "VTT Lair",
"url": "https://github.com/vtt-lair"
}
],
"esmodules": [
"/scripts/creature-aide.js"
],
"styles": [
"/styles/creature-aide.css"
],
"includes": [
"module.json"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Spanish",
"path": "lang/es.json"
},
{
"lang": "fr",
"name": "French",
"path": "lang/fr.json"
},
{
"lang": "pt-BR",
"name": "Brazilian Portugues",
"path": "lang/pt-BR.json"
},
{
"lang": "ko",
"name": "Korean",
"path": "lang/ko.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json"
}
],
"url": "https://github.com/vtt-lair/simbuls-creature-aide",
"manifest": "https://github.com/vtt-lair/simbuls-creature-aide/releases/latest/download/module.json",
"download": "https://github.com/vtt-lair/simbuls-creature-aide/releases/download/v1.0.0/simbuls-creature-aide-v1.0.0.zip",
"changelog": "https://github.com/vtt-lair/simbuls-creature-aide/blob/main/CHANGELOG.md",
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"manifest": "https://gitlab.com/asacolips-projects/foundry-mods/archmage/-/raw/2.0.2/system.json",
"compatibility": {
"verified": "3.3.1"
}
}
],
"requires": [
{
"id": "simbuls-athenaeum",
"type": "module",
"compatibility": {
"verified": "1.1.0"
}
}
]
},
"compatibility": {
"minimum": "12",
"verified": "12"
}
}