-
Notifications
You must be signed in to change notification settings - Fork 16
/
module.json
105 lines (105 loc) · 2.84 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
100
101
102
103
104
105
{
"id": "dnd5e-spellpoints",
"title": "Advanced Magic - Spell Points System 5e",
"description": "FoundryVTT module for Spell Points System in D&D5e. This module use the optional rules found on DMG to allow character to cast spells using a resource named 'Spell Points'",
"version": "2.4.21",
"compatibility": {
"minimum": "12",
"verified": "12.331"
},
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"manifest": "https://raw.githubusercontent.com/foundryvtt/dnd5e/master/system.json",
"compatibility": {
"verified": "4.0.2",
"minimum": "4.0.0"
}
}
]
},
"url": "https://github.com/misthero/dnd5e-spellpoints",
"manifest": "https://github.com/misthero/dnd5e-spellpoints/releases/latest/download/module.json",
"download": "https://github.com/misthero/dnd5e-spellpoints/releases/download/v2.4.21/dnd5e-spellpoints.zip",
"authors": [
{
"name": "misthero",
"url": "https://github.com/misthero",
"flags": {}
}
],
"esmodules": [
"scripts/main.js"
],
"styles": [
"css/styles.css"
],
"packs": [
{
"name": "module-items",
"label": "Spell Points",
"path": "packs/items",
"type": "Item",
"system": "dnd5e",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "it",
"name": "Italiano",
"path": "lang/it.json",
"flags": {}
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json",
"flags": {}
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json",
"flags": {}
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json",
"flags": {}
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json",
"flags": {}
}
],
"media": [
{
"type": "icon",
"url": "modules/dnd5e-spellpoints/img/mana-icon.webp"
},
{
"type": "setup",
"url": "modules/dnd5e-spellpoints/img/AdvancedMagic.webp"
},
{
"type": "cover",
"url": "modules/dnd5e-spellpoints/img/AdvancedMagic.webp"
}
]
}