forked from MrEnigmamgine/spell-class-filter-for-5e
-
Notifications
You must be signed in to change notification settings - Fork 1
/
module.json
37 lines (37 loc) · 1.12 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
{
"id": "spell-class-filter-for-5e",
"title": "Multiclass Spellbook Filter",
"description": "Adds options to organize spells by class. Useful for multiclass characters.",
"version": "10.0.1",
"authors": [{"name":"MrEnigmamgine"}],
"compatibility": {
"minimum": 10,
"verified": 10,
"maximum": 10
},
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"compatibility": {
"minimum": "2.0.1",
"compatible": "2.0.3"
}
}
]
},
"esmodules": [
"./scf.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"url": "https://github.com/thatlonelybugbear/spell-class-filter-for-5e",
"manifest": "https://github.com/thatlonelybugbear/spell-class-filter-for-5e/releases/download/10.0.1/module.json",
"download": "https://github.com/thatlonelybugbear/spell-class-filter-for-5e/releases/download/10.0.1/module.zip"
}