-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
26 lines (26 loc) · 906 Bytes
/
module.json
File metadata and controls
26 lines (26 loc) · 906 Bytes
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
{
"name": "rested-initiative",
"title": "Rested Initiative",
"description": "A module that lets you roll for initiative once after each rest and uses that roll for every combat until the next one.",
"version": "1.0.0",
"library": "false",
"manifestPlusVersion": "1.0.0",
"minimumCoreVersion": "0.8.0",
"compatibleCoreVersion": "0.8.8",
"authors": [
{
"name": "Tobias Franz",
"url": "https://github.com/kid2407",
"discord": "kid2407 / Tobias#6450"
}
],
"esmodules": [
"/scripts/restedInitiative.js"
],
"system": [
"dnd5e"
],
"url": "https://github.com/kid2407/RestedInitiative",
"manifest": "https://github.com/kid2407/RestedInitiative/releases/latest/download/module.json",
"download": "https://github.com/kid2407/RestedInitiative/releases/latest/download/module.zip"
}