forked from schultzcole/FVTT-Long-Rest-HD-Healing-5e
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmodule.json
30 lines (30 loc) · 1.14 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
{
"id": "long-rest-hd-healing",
"title": "Long Rest Hit Die Healing for D&D5e",
"description": "Adds the \"Slow Natural Healing\" rules to the dnd5e system. Rather than healing to full hit points, actors now have the option to spend hit dice on a long rest.",
"version": "3.3.2",
"authors": [
{ "name": "Cole Schultz" },
{ "name": "Alex Moriarty" },
{ "name": "Chris Serieroe" },
{ "name": "Maxime Chicault" }
],
"esmodules": [
"lr-hd-healing.js"
],
"compatibility": {
"minimum": 10,
"verified": 11
},
"relationships": {
"systems": [
{ "id": "dnd5e" }
]
},
"url": "https://github.com/a-ws-m/FVTT-Long-Rest-HD-Healing-5e",
"manifest": "https://raw.githubusercontent.com/a-ws-m/FVTT-Long-Rest-HD-Healing-5e/master/module.json",
"download": "https://github.com/a-ws-m/FVTT-Long-Rest-HD-Healing-5e/archive/3.3.2.zip",
"license": "https://github.com/a-ws-m/FVTT-Long-Rest-HD-Healing-5e/blob/3.3.2/LICENSE",
"readme": "https://github.com/a-ws-m/FVTT-Long-Rest-HD-Healing-5e/blob/3.3.2/README.md",
"changelog": "https://github.com/a-ws-m/FVTT-Long-Rest-HD-Healing-5e/blob/3.3.2/CHANGELOG.md"
}