forked from misthero/dnd5e-spellpoints
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
59 lines (59 loc) · 1.43 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
{
"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": "1.5.3",
"compatibility": {
"minimum": "11",
"verified": "11.315"
},
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"manifest": "https://raw.githubusercontent.com/foundryvtt/dnd5e/master/system.json",
"compatibility": {
"verified": "2.4.1",
"minimum": "2.4.0"
}
}
]
},
"url": "https://github.com/misthero/dnd5e-spellpoints",
"manifest": "https://raw.githubusercontent.com/misthero/dnd5e-spellpoints/main/module.json",
"download": "https://github.com/misthero/dnd5e-spellpoints/archive/refs/heads/main.zip",
"authors": [
{
"name": "misthero",
"url": "https://github.com/misthero",
"flags": {}
}
],
"esmodules": [
"scripts/main.js"
],
"styles": [
"css/styles.css"
],
"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": {}
}
]
}