-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
40 lines (40 loc) · 1.08 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
{
"authors": [
{
"discord": "Den_drummer",
"flags": {},
"name": "Den_drummer"
}
],
"compatibility": {
"minimum": "12",
"verified": "12.330"
},
"description": "An attempt at a classless skill tree addon for 5E inspired by The Ugly Goblin on Youtube.\nPlans to include their skill trees as presets if given permission.",
"esmodules": ["scripts/Main.js"],
"id": "classless-skill-tree-5e",
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json",
"flags": {}
}
],
"relationships": {
"systems": [
{
"compatibility": {
"minimum": "3",
"verified": "3.3.1"
},
"id": "dnd5e",
"type": "system"
}
]
},
"styles": ["styles/SkillTree.css"],
"title": "Classless Skill Tree 5e",
"version": "0.0.2",
"url": "https://github.com/DenDrummer/classless-skill-tree-5e"
}