-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
44 lines (44 loc) · 1.09 KB
/
Copy pathmodule.json
File metadata and controls
44 lines (44 loc) · 1.09 KB
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
{
"id": "aspects-custom-bars",
"title": "Custom Resource Bars",
"description": "Foundational module for adding custom resource bars to D&D 5e character sheets. Enables tracking for Ballistic Ward, Arcane Ward, Aspectual Resonance, and other custom resources.",
"version": "1.7.0",
"compatibility": {
"minimum": "11",
"verified": "13"
},
"authors": [
{
"name": "TinyMagus",
"flags": {}
}
],
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"compatibility": {
"minimum": "3.0.0"
}
}
]
},
"esmodules": [
"scripts/custom-bars.js"
],
"styles": [
"styles/custom-bars.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"url": "https://github.com/TinyDragonEgg/aspects-custom-bars",
"manifest": "https://raw.githubusercontent.com/TinyDragonEgg/aspects-custom-bars/main/module.json",
"download": "https://github.com/TinyDragonEgg/aspects-custom-bars/releases/latest/download/module.zip",
"license": "MIT"
}