-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathmodule.json
47 lines (47 loc) · 1.38 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
{
"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.4.0",
"compatibility": {
"minimum": 10,
"verified": "10.284",
"maximum" : 10
},
"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",
"system": ["dnd5e"],
"includes": [
"./assets/**",
"./lang/**",
"./scripts/**",
"./styles/**",
"./templates/**",
"./module.json"
],
"authors": [{
"name": "misthero",
"url": "https://github.com/misthero"
}],
"esmodules": [
"./scripts/dnd5e-spellpoints.js"
],
"styles": ["css/styles.css"],
"languages": [{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "it",
"name": "Italiano",
"path": "lang/it.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
}
]
}